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
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@ The journey can start [here](WALKTHROUGH.md) for a quickstart with a global over
```shell
.
├── api-gateway # Traefik Hub API Gateway tutorials
│   ├── 1-getting-started
│   ├── 2-secure-applications
│   ├── 1-getting-started # API Gateway Quick Start Guide
│   ├── 2-expose
│   ├── 3-secure-applications
├── api-management # Traefik Hub API Management tutorials
│   ├── 1-getting-started
│   ├── 2-access-control
│   ├── 3-api-lifecycle-management
│   └── 4-protect-api-infrastructure (WIP)
│   ├── 1-getting-started # API Management Quick Start Guide
└── src
   ├── api-server # API server source code
   └── manifests # Yaml to deploy all apps
Expand Down
Loading