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
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -252,15 +252,21 @@ More on Docsify [themes](https://docsify.js.org/#/themes?id=themes) guide.
252
252
253
253
### 7. Advanced configuration
254
254
255
-
This advanced section is optional, so can be skipped.
255
+
_This advanced section is optional, so you may skip to [Github Pages](#setup-github-pages-site) section._
256
256
257
257
The configuration steps above already get you a prettier and more usable site in my opinion than the barebones one which the _Docsify_ `init`command or their _Quickstart_ guide gives you.
258
258
259
-
If you want to dofurther configuration, I recommend you look at the _Docsify_ [Configuration](https://docsify.js.org/#/configuration) page.
259
+
For further configuration, look at the _Docsify_ [Configuration](https://docsify.js.org/#/configuration) page.
260
260
261
-
There are some useful things there in like adjusting the sidebar levels, putting a logo in the sidebar or setting your root _README.md_ as your homepage. There is even a search bar you can add to site.
261
+
There are some useful things there in like adjusting the sidebar levels, putting a logo in the sidebar or setting your root _README.md_ as your homepage. There is even a search bar you can add.
262
262
263
-
If you want know a summary view of what the defaults are for the app on `index.html`, see the _Docsify_ [config.js](https://github.com/docsifyjs/docsify/blob/develop/src/core/config.js) script.
263
+
If you want know a summary view of what the defaults are for the app on _index.html_, see the _Docsify_ [config.js](https://github.com/docsifyjs/docsify/blob/develop/src/core/config.js) script.
264
+
265
+
You can customize _index.html_ with a custom favicon if one exists.
0 commit comments