We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4ee40 commit 7614a1bCopy full SHA for 7614a1b
1 file changed
docs/index.md
@@ -2,10 +2,12 @@
2
3
This is a sample documentation site built with MkDocs Material and deployed using GitHub Pages.
4
5
-## Features
6
-- Fast and free hosting
7
-- Beautiful Material theme
8
-- Easy to update
9
-
10
-## Get Started
11
-Edit the markdown files in the `docs/` folder to update your site content.
+# Document Structure
+- You can add all of documents in doc folder without any frontmatter
+- Page order is set using `nav:` setting in configuration
+```yaml
+nav:
+ - Home: Index.md
+ - Typography: Typography.md
12
+ - Configuration: Configuration.md
13
+```
0 commit comments