Skip to content

Commit

Permalink
Added support for sidenav in early access
Browse files Browse the repository at this point in the history
  • Loading branch information
Niv Ingberg committed Sep 3, 2018
1 parent 7ba79f4 commit 2b2eb45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class MenuTree {
private static final Logger logger = Logger.getInstance();

private static final String[] SHARED_DIRS = new String[]{
"product_overview", "faq", "api_documentation", "release_notes", "howto", "videos", "sbp"};
"early_access", "product_overview", "faq", "api_documentation", "release_notes", "howto", "videos", "sbp"};

public static void generateNavbar(Config config) throws IOException {
config.getTotalFolders().set(0);
Expand Down
1 change: 1 addition & 0 deletions site/layouts/post/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
{{ else if in .Permalink "product_overview"}}{{ partial "sidenav-product_overview.html" .}}
{{ else if in .Permalink "release_notes"}}{{ partial "sidenav-release_notes.html" .}}
{{ else if in .Permalink "api_documentation"}}{{ partial "sidenav-api_documentation.html" .}}
{{ else if in .Permalink "early_access"}}{{ partial "sidenav-early_access.html" .}}
{{ else if in .Permalink "howto"}}{{ partial "sidenav-howto.html" .}}
{{ else if in .Permalink "sbp"}}{{ partial "sidenav-sbp.html" .}}
{{ else if in .Permalink "faq"}}{{ partial "sidenav-faq.html" .}}
Expand Down

0 comments on commit 2b2eb45

Please sign in to comment.