diff --git a/404.html b/404.html index 70a6883..dbf7acc 100644 --- a/404.html +++ b/404.html @@ -11,7 +11,7 @@ Page Not Found - + diff --git a/_data/modules.yml b/_data/modules.yml index 753ad0e..da574f0 100644 --- a/_data/modules.yml +++ b/_data/modules.yml @@ -26,6 +26,7 @@ docs: /docs/AtlassianPS.Configuration gallery: https://www.powershellgallery.com/packages/AtlassianPS.Configuration status: active + dependency: true - name: AtlassianPS description: Repository for cross-cutting AtlassianPS issues and coordination. github: https://github.com/AtlassianPS/AtlassianPS diff --git a/_data/navigation.yml b/_data/navigation.yml index d61fcd3..95f0a2b 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -12,6 +12,8 @@ - name: Documentation path: docs childs: + - name: Quick Start + path: docs/quick-start - name: Contributing path: docs/Contributing listChilds: true @@ -28,6 +30,7 @@ - name: ConfluencePS path: docs/ConfluencePS groups: + - About - Commands - Classes - name: JiraAgilePS diff --git a/_includes/footer.html b/_includes/footer.html index 8d962ad..d75c19d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,7 @@
- +
@@ -10,13 +10,16 @@
- diff --git a/_includes/sections/posts.html b/_includes/sections/posts.html index 72fb14c..3dc078c 100644 --- a/_includes/sections/posts.html +++ b/_includes/sections/posts.html @@ -10,9 +10,9 @@
- + +
- diff --git a/_includes/sidenav.html b/_includes/sidenav.html index dbdb7d7..81443e3 100644 --- a/_includes/sidenav.html +++ b/_includes/sidenav.html @@ -1,101 +1,190 @@ {% assign documentation = site.data.navigation | where: "name", "Documentation" %} -