-
-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
62 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,62 @@ | ||
- title: Home | ||
link: /docs/ | ||
|
||
- title: Products | ||
collapsable: false | ||
items: | ||
- title: Telepresence | ||
items: | ||
- title: Quick start | ||
link: /quick-start | ||
- title: Install Telepresence | ||
items: | ||
- title: Install | ||
link: /install/ | ||
- title: Upgrade | ||
link: /install/upgrade/ | ||
- title: Migrate from legacy Telepresence | ||
link: /install/migrate-from-legacy/ | ||
- title: Core concepts | ||
items: | ||
- title: The changing development workflow | ||
link: /concepts/devworkflow | ||
- title: The developer experience and the inner dev loop | ||
link: /concepts/devloop | ||
- title: 'Making the remote local: Faster feedback, collaboration and debugging' | ||
link: /concepts/faster | ||
- title: Context propagation | ||
link: /concepts/context-prop | ||
- title: How do I... | ||
items: | ||
- title: Intercept a service in your own environment | ||
link: /howtos/intercepts | ||
- title: Share dev environments with preview URLs | ||
link: /howtos/preview-urls | ||
- title: Proxy outbound traffic to my cluster | ||
link: /howtos/outbound | ||
- title: Technical reference | ||
items: | ||
- title: Architecture | ||
link: /reference/architecture | ||
- title: Networking through Virtual Network Interface | ||
link: /reference/tun-device | ||
- title: Client reference | ||
link: /reference/client | ||
- title: Laptop-side configuration | ||
link: /reference/config | ||
- title: Cluster-side configuration | ||
link: /reference/cluster-config | ||
- title: Using Docker for intercepts | ||
link: /reference/docker-run | ||
- title: Environment variables | ||
link: /reference/environment | ||
- title: Intercepts | ||
link: /reference/intercepts | ||
- title: Volume mounts | ||
link: /reference/volume | ||
- title: DNS resolution | ||
link: /reference/dns | ||
- title: RBAC | ||
link: /reference/rbac | ||
- title: Using Telepresence with Linkerd | ||
link: /reference/linkerd | ||
- title: FAQs | ||
link: /faqs | ||
- title: Troubleshooting | ||
link: /troubleshooting | ||
- title: Community | ||
link: /community | ||
- title: Release Notes | ||
link: /release-notes | ||
- title: Quick start | ||
link: /quick-start | ||
- title: Install Telepresence | ||
items: | ||
- title: Install | ||
link: /install/ | ||
- title: Upgrade | ||
link: /install/upgrade/ | ||
- title: Migrate from legacy Telepresence | ||
link: /install/migrate-from-legacy/ | ||
- title: Core concepts | ||
items: | ||
- title: The changing development workflow | ||
link: /concepts/devworkflow | ||
- title: The developer experience and the inner dev loop | ||
link: /concepts/devloop | ||
- title: 'Making the remote local: Faster feedback, collaboration and debugging' | ||
link: /concepts/faster | ||
- title: Context propagation | ||
link: /concepts/context-prop | ||
- title: How do I... | ||
items: | ||
- title: Intercept a service in your own environment | ||
link: /howtos/intercepts | ||
- title: Share dev environments with preview URLs | ||
link: /howtos/preview-urls | ||
- title: Proxy outbound traffic to my cluster | ||
link: /howtos/outbound | ||
- title: Technical reference | ||
items: | ||
- title: Architecture | ||
link: /reference/architecture | ||
- title: Networking through Virtual Network Interface | ||
link: /reference/tun-device | ||
- title: Client reference | ||
link: /reference/client | ||
- title: Laptop-side configuration | ||
link: /reference/config | ||
- title: Cluster-side configuration | ||
link: /reference/cluster-config | ||
- title: Using Docker for intercepts | ||
link: /reference/docker-run | ||
- title: Environment variables | ||
link: /reference/environment | ||
- title: Intercepts | ||
link: /reference/intercepts | ||
- title: Volume mounts | ||
link: /reference/volume | ||
- title: DNS resolution | ||
link: /reference/dns | ||
- title: RBAC | ||
link: /reference/rbac | ||
- title: Using Telepresence with Linkerd | ||
link: /reference/linkerd | ||
- title: FAQs | ||
link: /faqs | ||
- title: Troubleshooting | ||
link: /troubleshooting | ||
- title: Community | ||
link: /community | ||
- title: Release Notes | ||
link: /release-notes |