Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions config/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"getting_started/attestations",
"getting_started/environments",
"getting_started/policies",
"getting_started/enforce_policies",
"getting_started/approvals"
"getting_started/enforce_policies"
]
},
{
Expand Down
4 changes: 4 additions & 0 deletions config/redirects.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"source": "/getting_started/approvals",
"destination": "/getting_started/attestations"
},
{
"source": "/ci-defaults",
"destination": "/integrations/ci_cd"
Expand Down
11 changes: 0 additions & 11 deletions getting_started/approvals.md

This file was deleted.

1 change: 0 additions & 1 deletion labs/lab-05-runtime-controls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ You have full visibility and control over your software supply chain, from build

- [Custom attestation types](/getting_started/attestations) for your specific tools
- [Kubernetes environment reporting](/tutorials/report_k8s_envs) if you use K8s
- [Approvals](/getting_started/approvals) for production deployment workflows

**Further reading:**
- [Environments](/getting_started/environments)
Expand Down