From 94b10e087c430005ea0954cb9ba62ffdf27e4956 Mon Sep 17 00:00:00 2001 From: lewisnyman Date: Tue, 19 Jun 2018 12:33:14 +0100 Subject: [PATCH 1/2] GTD-3: Add multipage_nav option to template. --- optional/config/tech-docs.yml.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/optional/config/tech-docs.yml.tt b/optional/config/tech-docs.yml.tt index deaf06d3..6e628aed 100644 --- a/optional/config/tech-docs.yml.tt +++ b/optional/config/tech-docs.yml.tt @@ -17,6 +17,9 @@ header_links: # Tracking ID from Google Analytics (e.g. UA-XXXX-Y) ga_tracking_id: +# Enable collapsible multipage navigation in the sidebar +multipage_nav: false + # Table of contents depth – how many levels to include in the table of contents. # If your ToC is too long, reduce this number and we'll only show higher-level # headings. From 4dd65058982f170876eebe2d3448e4a5d14a055a Mon Sep 17 00:00:00 2001 From: lewisnyman Date: Wed, 27 Jun 2018 13:51:08 +0100 Subject: [PATCH 2/2] GTD-3: Add collapsible_nav option to template --- optional/config/tech-docs.yml.tt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/optional/config/tech-docs.yml.tt b/optional/config/tech-docs.yml.tt index 6e628aed..3a862763 100644 --- a/optional/config/tech-docs.yml.tt +++ b/optional/config/tech-docs.yml.tt @@ -17,9 +17,12 @@ header_links: # Tracking ID from Google Analytics (e.g. UA-XXXX-Y) ga_tracking_id: -# Enable collapsible multipage navigation in the sidebar +# Enable multipage navigation in the sidebar multipage_nav: false +# Enable collapsible navigation in the sidebar +collapsible_nav: false + # Table of contents depth – how many levels to include in the table of contents. # If your ToC is too long, reduce this number and we'll only show higher-level # headings.