Skip to content

Commit 7614a1b

Browse files
committed
index page updated
1 parent 5d4ee40 commit 7614a1b

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
This is a sample documentation site built with MkDocs Material and deployed using GitHub Pages.
44

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.
5+
# Document Structure
6+
- You can add all of documents in doc folder without any frontmatter
7+
- Page order is set using `nav:` setting in configuration
8+
```yaml
9+
nav:
10+
- Home: Index.md
11+
- Typography: Typography.md
12+
- Configuration: Configuration.md
13+
```

0 commit comments

Comments
 (0)