You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ This is a NextJS-based application for the Hardhat documentation website. This a
4
4
5
5
The app mainly provides two types of pages:
6
6
7
-
-landing pages (see home page)
8
-
-documentation pages (see documentation section)
7
+
-Landing pages (see home page)
8
+
-Documentation pages (see documentation section)
9
9
10
10
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.
11
11
@@ -14,10 +14,10 @@ Documentation pages are generated from markdown files located in the `src/conten
14
14
It is assumed that the app will be hosted on the Vercel platform, which is highly optimized for SSG apps.
15
15
16
16
We consider two directions for the follow-up application growth:
17
+
17
18
- Creating and editing new content
18
19
- Adding new features to the app
19
20
20
-
21
21
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.
0 commit comments