Skip to content

Commit 8ce1e9a

Browse files
committed
HOme Page Updated
1 parent 56e89c3 commit 8ce1e9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md renamed to docs/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a sample documentation site built with MkDocs Material and deployed usin
77
- Page order is set using `nav:` setting in configuration
88
```yaml
99
nav:
10-
- Home: Index.md
10+
- Home: Home.md
1111
- Typography: Typography.md
1212
- Configuration: Configuration.md
1313
```

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ theme:
88
primary: black
99

1010
nav:
11-
- Home: Index.md
11+
- Home: Home.md
1212
- Typography: Typography.md
1313
- Configuration: Configuration.md

0 commit comments

Comments
 (0)