diff --git a/CHANGELOG.md b/CHANGELOG.md index db0abc8..7f1028e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Critical items to know are: - changed behaviour ## [master](https://github.com/vsoch/docsy-jekyll/tree/master) + - sidebar fix to support multiple top level menus (0.0.23) - added support for github_branch (default 'master') in config (0.0.22) - adding support in footer to icon and link to linkedin url (0.0.21) - updating repository with copyright notice, google analytics bug fix (0.0.2) diff --git a/VERSION b/VERSION index 818944f..df5db66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.22 +0.0.23 diff --git a/_data/toc.yml b/_data/toc.yml index 9aebf35..68e0901 100644 --- a/_data/toc.yml +++ b/_data/toc.yml @@ -10,14 +10,14 @@ url: "docs/getting-started#development" - title: Customization url: "docs/getting-started#customization" - - title: "Extras" - url: "docs/extras" - children: - - title: Quizzes - url: "docs/extras/example-quiz" - - title: Tags Page - url: "tags" - title: "About" url: "about" - title: "News" url: "news" +- title: "Extras" + url: "docs/extras" + links: + - title: Quizzes + url: "docs/extras/example-quiz" + - title: Tags Page + url: "tags" diff --git a/_docs/extras/index.md b/_docs/extras/index.md index e5116f5..0f6f13f 100644 --- a/_docs/extras/index.md +++ b/_docs/extras/index.md @@ -12,7 +12,6 @@ but can further enhance your documentation pages. Currently, we have support for adding interactive quizzes. - [Quizzes](example-quiz) + - [Tags]({{ site.baseurl }}/tags/) - -Would you like to see another question type, or another kind of extra? Please -[open an issue])({{ site.repo }}/issues/new). +Would you like to see another question type, or another kind of extra? Please [open an issue]({{ site.repo }}/issues/new). diff --git a/_includes/sidebar.html b/_includes/sidebar.html index a5bc3e0..6e17312 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,25 +1,54 @@ -
+
+ +