Skip to content

Commit bfb0853

Browse files
committed
JTD tweaks.
1 parent 4932a9a commit bfb0853

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ remote_theme: just-the-docs/just-the-docs
1717

1818
plugins:
1919
- jekyll-remote-theme
20+
- jekyll-readme-index
2021

2122
# --- Theme options -------------------------------------------------------
2223

@@ -67,3 +68,5 @@ exclude:
6768
- "*.cs"
6869
- "*.gv"
6970
- SUMMARY.md
71+
- DEVELOPER_README.md
72+
- CHANGELOG.md

_sass/custom/setup.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)