Skip to content

Commit

Permalink
Merge pull request #875 from chainguard-dev/jul26
Browse files Browse the repository at this point in the history
Update footer, update nav titles
  • Loading branch information
ltagliaferri authored Jul 28, 2023
2 parents d29016c + d9ffed1 commit 34ca4fb
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 7 deletions.
20 changes: 16 additions & 4 deletions config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,16 @@
weight = 2
parent = "resources"

[[footer]]
name = "Security"
url = "https://www.chainguard.dev/security"
weight = 3
parent = "resources"

[[footer]]
name = "Education"
url = "/"
weight = 3
weight = 4
parent = "resources"

[[footer]]
Expand All @@ -204,22 +210,28 @@
weight = 1
parent = "company"

[[footer]]
name = "Newsroom"
url = "https://www.chainguard.dev/newsroom"
weight = 2
parent = "company"

[[footer]]
name = "Careers"
url = "https://www.chainguard.dev/careers"
weight = 2
weight = 3
parent = "company"

[[footer]]
name = "Legal"
url = "https://www.chainguard.dev/acceptable-use-policy"
weight = 3
weight = 4
parent = "company"

[[footer]]
name = "Contact"
url = "https://www.chainguard.dev/contact"
weight = 4
weight = 5
parent = "company"

[[footer]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "How to Use Chainguard Images"
linktitle: "How to Use"
type: "article"
description: "A primer on how to migrate to Chainguard Images"
lead: "A primer on how to migrate to Chainguard Images"
Expand Down
1 change: 1 addition & 0 deletions content/chainguard/chainguard-images/images-compared.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Comparison of Vulnerabilities in Container Images"
linktitle: "Images Compared"
lead: "Detected CVEs Over Time"
type: "article"
description: "Comparing popular base images with Chainguard Images in number of CVEs detected over time"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Network Requirements for Chainguard Images"
linktitle: "Network Requirements"
lead: "Using Chainguard Images with firewalls, access control lists, and proxies"
type: "article"
description: "Using Chainguard Images with firewalls, access control lists, and proxies"
Expand Down
1 change: 1 addition & 0 deletions content/chainguard/chainguard-images/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Overview of Chainguard Images"
linktitle: "Overview"
type: "article"
description: "Chainguard Images Overview"
lead: "A primer on Chainguard Images and the distroless approach"
Expand Down
1 change: 1 addition & 0 deletions content/chainguard/chainguard-images/reference/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Chainguard Images Reference"
linktitle: "Reference"
description: "Chainguard Images Reference Docs"
type: "article"
date: 2022-11-28T08:49:15+00:00
Expand Down
1 change: 1 addition & 0 deletions content/open-source/melange/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Troubleshooting melange Builds"
linktitle: "Troubleshooting Builds"
type: "article"
lead: "Debugging and common errors"
description: "Debugging and common errors with melange build"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Getting Started with melange"
lead: "An apk builder tool"
type: "article"
description: "melange is a declaritive apk builder"
description: "melange is a declarative apk builder"
date: 2022-07-21T15:21:01+02:00
lastmod: 2022-07-21T15:21:01+02:00
contributors: ["Erika Heidi"]
Expand Down
2 changes: 1 addition & 1 deletion content/open-source/oci/what-are-oci-artifacts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "What are OCI artifacts?"
title: "What are OCI Artifacts?"
type: "article"
description: "OCI artifacts are a way of using OCI registries, or container registries that are compliant with specifications set by the Open Container Initiative, to store arbitrary files."
date: 2022-06-09T15:22:20+01:00
Expand Down
1 change: 1 addition & 0 deletions content/open-source/oci/what-is-the-oci.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "What is the Open Container Initiative?"
linktitle: "What is the OCI?"
type: "article"
description: "The Open Container Initiative (OCI) is a Linux Foundation project dedicated to managing specifications and projects related to the storage, distribution, and execution of container images."
date: 2022-06-09T15:22:20+01:00
Expand Down
1 change: 1 addition & 0 deletions content/open-source/sbom/getting-started-openvex-vexctl.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Getting Started with OpenVEX and vexctl"
linktitle: "OpenVEX and vexctl"
description: "Using vexctl to manage vulnerability communications"
lead: "A guide to SBOM quality"
type: "article"
Expand Down
1 change: 1 addition & 0 deletions content/open-source/sbom/what-is-an-sbom.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "What is an SBOM (software bill of materials)?"
linktitle: "What is an SBOM?"
description: "A conceptual overview of SBOMs"
lead: "A conceptual overview of SBOMs"
type: "article"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "How to Keyless Sign a Container Image with Sigstore"
linktitle: "Keyless Signing"
type: "article"
lead: "Using GitHub Actions with Cosign"
description: "Use Cosign and GitHub Actions to Keyless Sign a Django Container Image"
Expand Down
1 change: 1 addition & 0 deletions content/open-source/wolfi/wolfi-with-dockerfiles.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Creating Wolfi Images with Dockerfiles"
linktitle: "Wolfi Images with Dockerfiles"
type: "article"
description: "This tutorial demonstrates how to build a Wolfi Python image from scratch, using a Dockerfile workflow."
date: 2022-12-19T08:49:31+00:00
Expand Down
3 changes: 2 additions & 1 deletion content/software-security/selecting-a-base-image.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Selecting a base image"
title: "Selecting a Base Image"
linktitle: "Selecting a Base Image"
description: "Criteria for selecting a base image"
lead: "What to look for when choosing a hardened, minimal base image"
type: "article"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "What is software supply chain security"
linktitle: "Software Supply Chain Security"
description: "Software supply chain security - an explanation"
lead: "A beginner's guide to software supply chain security"
type: "article"
Expand Down

0 comments on commit 34ca4fb

Please sign in to comment.