diff --git a/_data/docs.yml b/_data/docs.yml new file mode 100644 index 00000000..0727e436 --- /dev/null +++ b/_data/docs.yml @@ -0,0 +1,56 @@ +- title: Getting Started + children: + - title: "Quick Start Guide" + path: quick-start-guide + - title: "Installation" + path: installation + - title: "Upgrading" + path: upgrading + - title: "Structure" + path: structure + +- title: Customization + children: + - title: "Configuration" + path: configuration + - title: "Navigation" + path: navigation + - title: "Authors" + path: authors + - title: "UI Text" + path: ui-text + - title: "Layouts" + path: layouts + +- title: Content + children: + - title: "Working with Posts" + path: working-with-posts + - title: "Working with Pages" + path: working-with-pages + - title: "Working with Collections" + path: working-with-collections + - title: "Jekyll Include Helpers" + path: include-helpers + - title: "Images" + path: images + +- title: Miscellaneous + children: + - title: "Pagination" + path: pagination + - title: "Archives" + path: archives + - title: "Development" + path: development + - title: "v2 Documentation" + path: docs-2 + +- title: Meta + children: + - title: "Contributing" + path: contributing + - title: "License" + path: license + - title: "History" + path: history \ No newline at end of file diff --git a/_data/navigation.yml b/_data/navigation.yml index 2514253b..8a6397bb 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,19 +1,79 @@ -# Site navigation links +# main links links +main: + - title: "Theme Setup" + url: /theme-setup/ -- title: "Theme Setup" - url: /theme-setup/ + - title: "Posts" + url: /year-archive/ -- title: "Posts" - url: /year-archive/ + - title: "Categories" + url: /categories/ -- title: "Categories" - url: /categories/ + - title: "Tags" + url: /tags/ -- title: "Tags" - url: /tags/ + - title: "Pages" + url: /page-archive/ -- title: "Pages" - url: /page-archive/ + - title: "Collections" + url: /collection-archive/ -- title: "Collections" - url: /collection-archive/ \ No newline at end of file + +# documentation links +docs: + - title: Getting Started + children: + - title: "Quick Start Guide" + path: quick-start-guide + - title: "Installation" + path: installation + - title: "Upgrading" + path: upgrading + - title: "Structure" + path: structure + + - title: Customization + children: + - title: "Configuration" + path: configuration + - title: "Navigation" + path: navigation + - title: "Authors" + path: authors + - title: "UI Text" + path: ui-text + - title: "Layouts" + path: layouts + + - title: Content + children: + - title: "Working with Posts" + path: working-with-posts + - title: "Working with Pages" + path: working-with-pages + - title: "Working with Collections" + path: working-with-collections + - title: "Jekyll Include Helpers" + path: include-helpers + - title: "Images" + path: images + + - title: Miscellaneous + children: + - title: "Pagination" + path: pagination + - title: "Archives" + path: archives + - title: "Development" + path: development + - title: "v2 Documentation" + path: docs-2 + + - title: Meta + children: + - title: "Contributing" + path: contributing + - title: "License" + path: license + - title: "History" + path: history \ No newline at end of file diff --git a/_includes/masthead.html b/_includes/masthead.html index b851bdb4..a96b132c 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -7,7 +7,7 @@