From bb56622c2c710fa345996544eed0d5f14d65a3a3 Mon Sep 17 00:00:00 2001 From: Kimball Bighorse Date: Fri, 12 Apr 2024 17:47:14 -1000 Subject: [PATCH 1/3] Re-assign permalink on engineering about page --- content/engineering/about/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/engineering/about/about.md b/content/engineering/about/about.md index 98ce1f52..bcea7cd7 100644 --- a/content/engineering/about/about.md +++ b/content/engineering/about/about.md @@ -1,6 +1,6 @@ --- title: About this guide -permalink: /engineering/about/ +permalink: /engineering/ layout: layouts/page sidenav: true sticky_sidenav: true From 095e363e7ebb2e893dfee7e582d86cd67e5ab8e6 Mon Sep 17 00:00:00 2001 From: Kimball Bighorse Date: Fri, 12 Apr 2024 17:47:31 -1000 Subject: [PATCH 2/3] Remove unused engineering landing page --- content/engineering/index.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 content/engineering/index.md diff --git a/content/engineering/index.md b/content/engineering/index.md deleted file mode 100644 index 965b2efc..00000000 --- a/content/engineering/index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Guidelines and best practices -permalink: /engineering/ -layout: layouts/page -sidenav: false -tags: engineering -eleventyNavigation: - parent: engineering - key: Guidelines and best practices - order: 1 - title: Guidelines and best practices ---- -This guide is where the TTS Engineering Practices Guild collects its best practices and resources for software development at TTS, as well as on our partner engagements. Our focus is cloud-native digital services and our recommendations in this guide reflect the needs of that domain. - -{% assign about_links = collections.all | eleventyNavigation: 'engineering_about' %} -{% assign approach_links = collections.all | eleventyNavigation: 'engineering_approach' %} -{% assign tools_links = collections.all | eleventyNavigation: 'engineering_tools' %} -{% assign languages_links = collections.all | eleventyNavigation: 'engineering_languages' %} -{% assign security_links = collections.all | eleventyNavigation: 'engineering_security' %} - -
- {%- include "engineering/categorylinks.html" links: about_links -%} - {%- include "engineering/categorylinks.html" links: approach_links -%} -
-
- {%- include "engineering/categorylinks.html" links: tools_links -%} - {%- include "engineering/categorylinks.html" links: languages_links -%} -
-
- {%- include "engineering/categorylinks.html" links: security_links -%} -
From 9208bbcd6e8c1b5af12737bf034f0d1d1a312867 Mon Sep 17 00:00:00 2001 From: Kimball Bighorse Date: Fri, 12 Apr 2024 17:50:00 -1000 Subject: [PATCH 3/3] Route `/engineering` to about page --- _data/navigation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/navigation.yaml b/_data/navigation.yaml index f82a7d40..6894fd3c 100644 --- a/_data/navigation.yaml +++ b/_data/navigation.yaml @@ -75,7 +75,7 @@ eng-hiring: engineering: - name: About this guide - url: /engineering/about/ + url: /engineering/ - name: Our approach url: /engineering/our-approach/ - name: Tools