Skip to content

Commit 36c05b2

Browse files
committed
update content
1 parent 293554f commit 36c05b2

File tree

4 files changed

+11
-45
lines changed

4 files changed

+11
-45
lines changed

docs/cover-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ By default, the cover page's background color is randomly generated and changes
6262
};
6363
</script>
6464
```
65+
66+
This is what your cover page should look like:
67+
68+
![cover page](img/Cover-page.png)

docs/customization.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/header-nav.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ To create dropdown menus, nest items under a main header using indentation:
3838
- [Troubleshooting](troubleshooting.md)
3939
```
4040

41-
> Please note that every page you link must have a corresponding markdown file in your docs folder.
41+
Your header should look like te image below:
42+
43+
![header](img/header.png)
44+
45+
> Please note that every page you link must have a corresponding markdown file in your docs folder.

docs/sidebar-nav.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Next, create a _sidebar.md file in your docs folder and add the links to your pa
2424
```
2525
> Ensure your markdown files are in the same folder as your _sidebar.md file for it to work.
2626
27+
This is what your sidebar should look like:
2728

29+
![Sidebar](img/sidebar.png)
2830
## Using an Auto-Generated Sidebar (maxLevel)
2931

3032
If you want Docsify to generate a sidebar from a single file, use maxLevel instead. With maxLevel, you do not need to enable the sidebar. This will create a sidebar only from README.md

0 commit comments

Comments
 (0)