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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,17 @@ You can optionally remove `/lib` from the theme URL to get the _uncompressed_ CS
283
283
284
284
Read more on the _Docsify_ [themes](https://docsify.js.org/#/themes?id=themes) guide.
285
285
286
+
Note: The _Buble_ theme has sidebar headings which are not distinguished from the sub items. Therefore you can add this to _index.html_ to get bold headings similar. Based on _vue.css_.
287
+
288
+
```html
289
+
<style>
290
+
.sidebar .sidebar-nav>ul>li {
291
+
font-weight: 700;
292
+
margin: 0;
293
+
}
294
+
</style>
295
+
```
296
+
286
297
### 7. Advanced configuration
287
298
288
299
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. This section covers advanced steps - you may skip these and jump straight to the [Github Pages](#setup-github-pages-site) section.
0 commit comments