Skip to content

Commit 788df36

Browse files
chore: remove deprecated Approvals from Getting Started (#288)
Removes the Approvals page from the Getting Started section since those commands have been deprecated. Changes: - Deleted `getting_started/approvals.md` - Removed the entry from `config/navigation.json` - Removed the leftover link in `labs/lab-05-runtime-controls.mdx` <!-- mintlify-agent-attribution --> --- Generated by Mintlify Agent. Requested by: marko@kosli.com via Slack Mintlify session: slack_1782312474.238029_C0AJTQ5633K --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 5d807c2 commit 788df36

4 files changed

Lines changed: 5 additions & 14 deletions

File tree

config/navigation.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"getting_started/attestations",
2828
"getting_started/environments",
2929
"getting_started/policies",
30-
"getting_started/enforce_policies",
31-
"getting_started/approvals"
30+
"getting_started/enforce_policies"
3231
]
3332
},
3433
{

config/redirects.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[
2+
{
3+
"source": "/getting_started/approvals",
4+
"destination": "/getting_started/attestations"
5+
},
26
{
37
"source": "/ci-defaults",
48
"destination": "/integrations/ci_cd"

getting_started/approvals.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

labs/lab-05-runtime-controls.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ You have full visibility and control over your software supply chain, from build
233233

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

238237
**Further reading:**
239238
- [Environments](/getting_started/environments)

0 commit comments

Comments
 (0)