Skip to content

Commit c47e4bc

Browse files
committed
Format README.md with Prettier
1 parent 4c0858e commit c47e4bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This is a NextJS-based application for the Hardhat documentation website. This a
44

55
The app mainly provides two types of pages:
66

7-
- landing pages (see home page)
8-
- documentation pages (see documentation section)
7+
- Landing pages (see home page)
8+
- Documentation pages (see documentation section)
99

1010
Landing pages are composed of reusable blocks and separate content files. Blocks are full-width React Components that can be stacked to compose a page. Blocks output content passed to them via props.
1111

@@ -14,10 +14,10 @@ Documentation pages are generated from markdown files located in the `src/conten
1414
It is assumed that the app will be hosted on the Vercel platform, which is highly optimized for SSG apps.
1515

1616
We consider two directions for the follow-up application growth:
17+
1718
- Creating and editing new content
1819
- Adding new features to the app
1920

20-
2121
The first one can be provided by working with human-friendly file formats located in the content folder (MD and YAML). Only minimal tech knowledge is needed for that. The second way requires developers' efforts.
2222

2323
## Preview

0 commit comments

Comments
 (0)