From 153de30d86de614e1ac2db5df05f3d1ec9e3f855 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Thu, 31 Oct 2024 07:07:48 -0500 Subject: [PATCH] Remove implementation/setup links --- docs/architecture/index.md | 11 +---------- docs/workflows/index.md | 11 ----------- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/docs/architecture/index.md b/docs/architecture/index.md index 6d275d2..7def2e0 100644 --- a/docs/architecture/index.md +++ b/docs/architecture/index.md @@ -99,7 +99,7 @@ flowchart TB - Automated security scanning - Pull request reviews -[Learn more about repository setup](./architecture/repositories.md) +[Learn more about repository features](./architecture/repositories.md) ## ⚡ Actions & Workflows @@ -179,12 +179,3 @@ flowchart LR - Deployment frameworks [Learn more about integrations](./architecture/integrations.md) - -## Implementation Examples - -Ready to implement? Check out our guides: - -- [Environment Setup Guide](./guides/environment-setup.md) -- [Repository Configuration](./guides/repository-config.md) -- [Workflow Implementation](./guides/workflow-setup.md) -- [Integration Configuration](./guides/integration-setup.md) diff --git a/docs/workflows/index.md b/docs/workflows/index.md index 7629a0a..8d874d4 100644 --- a/docs/workflows/index.md +++ b/docs/workflows/index.md @@ -174,14 +174,3 @@ stateDiagram-v2 Production --> Development: Backport Development --> [*]: Synced ``` - -[Learn more about change management](./workflows/changes.md) - -## 🎓 Implementation Examples - -Ready to implement these patterns? Start here: - -- [Basic Deployment Setup](./examples/basic-deployment.md) -- [Complex Testing Pipeline](./examples/test-pipeline.md) -- [Enterprise Change Management](./examples/change-management.md) -- [Security Implementation](./examples/security-setup.md)