We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4932a9a commit bfb0853Copy full SHA for bfb0853
2 files changed
_config.yml
@@ -17,6 +17,7 @@ remote_theme: just-the-docs/just-the-docs
17
18
plugins:
19
- jekyll-remote-theme
20
+ - jekyll-readme-index
21
22
# --- Theme options -------------------------------------------------------
23
@@ -67,3 +68,5 @@ exclude:
67
68
- "*.cs"
69
- "*.gv"
70
- SUMMARY.md
71
+ - DEVELOPER_README.md
72
+ - CHANGELOG.md
_sass/custom/setup.scss
@@ -0,0 +1,8 @@
1
+// SCSS variable overrides for the Just-the-Docs theme.
2
+//
3
+// Wider than default 800px
4
+$content-width: 1000px;
5
+
6
+// Slightly tighten the sidebar. 232 fits all the current SUMMARY.md titles comfortably with room for future additions.
7
+$nav-width: 232px;
8
+$nav-width-md: 232px;
0 commit comments