From a77a52c7de0facca841e83a744a3cd2e4a62adf0 Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Mon, 15 Apr 2024 17:26:03 +0000 Subject: [PATCH 1/2] contributor guide redirect --- .gitignore | 1 + netlify.toml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 55f9e52326..493e7381c2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ zarf-sbom/ *.part* test-*.txt __debug_bin +.netlify diff --git a/netlify.toml b/netlify.toml index 3c974ecbf2..43179153a0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -26,3 +26,7 @@ to = "/ref/examples/:splat" [[redirects]] from = "/docs/:page" to = "/:page" + +[[redirects]] +from = "docs/contribute-to-zarf/contributor-guide" +to = "contribute/contributor-guide/" From 6deb23c2a999c9b7621771d508bdfefad0dd2ca9 Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Mon, 15 Apr 2024 18:56:11 +0000 Subject: [PATCH 2/2] update links --- README.md | 6 +++--- netlify.toml | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 11cd3653d4..8f49de8ee0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Zarf eliminates the [complexity of air gap software delivery](https://www.itopst - Automate Kubernetes deployments in disconnected environments - Automate [Software Bill of Materials (SBOM)](https://docs.zarf.dev/ref/sboms/) generation -- Build and [publish packages as OCI image artifacts](https://docs.zarf.dev/tutorials/publish-and-deploy) +- Build and [publish packages as OCI image artifacts](https://docs.zarf.dev/tutorials/7-publish-and-deploy/) - Provide a [web dashboard](https://docs.zarf.dev/ref/sboms/#the-sbom-viewer) for viewing SBOM output - Create and verify package signatures with [cosign](https://github.com/sigstore/cosign) - [Publish](https://docs.zarf.dev/commands/zarf_package_publish), [pull](https://docs.zarf.dev/commands/zarf_package_pull), and [deploy](https://docs.zarf.dev/commands/zarf_package_deploy) packages from an [OCI registry](https://opencontainers.org/) @@ -87,10 +87,10 @@ Made with [contrib.rocks](https://contrib.rocks). ## 💻 Contributing -Check out our [Contributor Guide](https://docs.zarf.dev/contribute-to-zarf/contributor-guide) to learn more about how to set up your development environment and begin contributing. +Check out our [Contributor Guide](https://docs.zarf.dev/contribute/contributor-guide/) to learn more about how to set up your development environment and begin contributing. We also recommend checking out our architectural diagram. -To dive deeper into the tech, you can read the [Nerd Notes](https://docs.zarf.dev/contribute-to-zarf/nerd-notes) in our Docs. +To dive deeper into the tech, you can read the [Nerd Notes](https://docs.zarf.dev/contribute/nerd-notes/) in our Docs. ![Architecture Diagram](./site/public/architecture.drawio.svg) diff --git a/netlify.toml b/netlify.toml index 43179153a0..3c974ecbf2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -26,7 +26,3 @@ to = "/ref/examples/:splat" [[redirects]] from = "/docs/:page" to = "/:page" - -[[redirects]] -from = "docs/contribute-to-zarf/contributor-guide" -to = "contribute/contributor-guide/"