Skip to content

Commit

Permalink
Remove implementation/setup links
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 31, 2024
1 parent 23d3741 commit 153de30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
11 changes: 1 addition & 10 deletions docs/architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
11 changes: 0 additions & 11 deletions docs/workflows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 153de30

Please sign in to comment.