From ad48af9bcf3d56433ba83c00f7403a861391c2e8 Mon Sep 17 00:00:00 2001 From: Oliver Lipkau Date: Sun, 31 May 2026 23:21:28 +0200 Subject: [PATCH 1/2] Redesign website experience --- 404.html | 2 +- _data/modules.yml | 1 + _data/navigation.yml | 3 + _includes/footer.html | 11 +- _includes/sections/posts.html | 5 +- _includes/sidenav.html | 183 ++- _layouts/default.html | 3 - _layouts/documentation.html | 54 +- _layouts/landingpage.html | 110 +- _layouts/page.html | 4 +- _posts/2017-06-24-A-Community-is-Born.md | 8 +- _sass/_breadcrumb.scss | 148 +- _sass/_landingpage.scss | 462 +++++-- _sass/_sidebar.scss | 28 +- _sass/_site.scss | 991 ++++++++++++++ assets/css/animate.css | 1579 ---------------------- assets/css/morphext.css | 3 - assets/css/style.scss | 1 + assets/javascript/github.js | 36 - assets/javascript/morphext.min.js | 1 - assets/javascript/theme.js | 26 +- docs/Contributing/index.md | 34 +- docs/index.md | 67 +- docs/quick-start.md | 72 + modules/AtlassianPS.Configuration | 2 +- modules/ConfluencePS | 2 +- modules/JiraAgilePS | 2 +- modules/JiraPS | 2 +- pages/archive.html | 4 +- pages/module.md | 48 +- 30 files changed, 1871 insertions(+), 2021 deletions(-) create mode 100644 _sass/_site.scss delete mode 100644 assets/css/animate.css delete mode 100644 assets/css/morphext.css delete mode 100644 assets/javascript/github.js delete mode 100644 assets/javascript/morphext.min.js create mode 100644 docs/quick-start.md 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" %} -