Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01fd028

Browse files
Update README.md
1 parent 9c634c9 commit 01fd028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ Main components of a _Docsify_ site:
109109
- First page that a user sees, after the cover page. This is a content page written in markdown and it could be the only page of your site if you like.
110110
- **index page**
111111
- HTML file base of the app.
112-
- This includes JS and CSS calls for setting up and styling the _Docsify_ app. Plus JS code which you set to customize the app.
112+
- This includes JS and CSS calls for setting up and styling the _Docsify_ app. Plus some JS code which you set to customize the app.
113113
- **sidebar config**
114114
- Optional.
115-
- Describes the menu layout for the **left sidebar**, using custom ordering and nested structure. _Docsify_ is not aware of directory structure, so this is where you get to define your menu. Alternatively, let _Docsify_ create the menu bar based on the structure of your homepage (`_docs/README.md`) file - this works best if you only have a single content markdown page or a _navbar_ (top of the screen) to switch between sections.
115+
- Describes the menu layout for the **left sidebar**, using custom ordering and nested structure. _Docsify_ is not aware of directory structure, so this is where you get to define your menu. Alternatively, let _Docsify_ fill the sidebar for you, based on the structure of your homepage (`docs/README.md`) file - this works best if you only have a single content Markdown page. If you have multiple pages each with their own auto sidebar, you can us the _navbar_ (top of the screen) to switch between them.
116116
- **navbar config**
117117
- Optional.
118118
- Describes the menu layout for the **top right menu**.

0 commit comments

Comments
 (0)