You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,10 +109,10 @@ Main components of a _Docsify_ site:
109
109
- 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.
110
110
-**index page**
111
111
- 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.
113
113
-**sidebar config**
114
114
- 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.
116
116
-**navbar config**
117
117
- Optional.
118
118
- Describes the menu layout for the **top right menu**.
0 commit comments