Skip to content

Commit c5b322a

Browse files
committed
docs: Update docs/README.md
1 parent 83da29e commit c5b322a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ TBC
3232

3333
Note file paths are relative to docs directory.
3434

35-
With sidebar enabled and not sidebar details set, your index page will use its own page outline as the menu but with no access to subpages.
35+
With sidebar enabled and not sidebar details set, your index page will use its own page outline as the menu but with no access to subpages. You might even want your entire site to be a single page based on _README.md_, with section headings added to your menu automatically (no need to maintain sidebar).
3636

37-
The top of the side bar will point to the site's root - this will take you to the top of the cover page, rather than the _README.md_. You can create a first item in the sidebar which points to the _README.md_ top element, but that will sort of duplicate having the sidebar heading leading to small confusion for a user.
37+
The top of the side bar will point to the site's root - this will take you to the top of the cover page, rather than the _README.md_. You can create a first item in the sidebar which points to the _README.md_ top element, but that will sort of duplicate having the sidebar heading leading to small confusion for a user. So far attempted with `[Home](README.md#docsify-template)` which gives a funny URL and `[Home](#docsify-template)` which does not load from other pages.
38+
39+
When viewing the site, if you scroll down far enough you will see a hamburger menu which lets you dynamically open or close the sidebar.
3840

3941
### Configure cover page
4042

0 commit comments

Comments
 (0)