forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.yml
121 lines (121 loc) · 4.47 KB
/
toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
- name: Azure Dev Spaces
href: ./index.yml
items:
- name: Overview
items:
- name: What is Azure Dev Spaces?
href: about.md
- name: Quickstarts
items:
- name: Team development
href: quickstart-team-development.md
- name: Debug and iterate
items:
- name: Use Visual Studio Code and Java
href: quickstart-java.md
- name: Use Visual Studio Code and .NET Core
href: quickstart-netcore.md
- name: Use Visual Studio Code and Node.js
href: quickstart-nodejs.md
- name: Use Visual Studio and .NET Core
href: quickstart-netcore-visualstudio.md
- name: Develop using the CLI
href: quickstart-cli.md
- name: Develop using existing Helm chart
href: quickstart-existing-helm-chart.md
- name: Tutorials
items:
- name: Java (VS Code & CLI)
items:
- name: 1 - Get started
href: get-started-java.md
- name: 2 - Multi-service development
href: multi-service-java.md
- name: 3 - Team development
href: team-development-java.md
- name: .NET Core (VS Code & CLI)
items:
- name: 1 - Get started
href: get-started-netcore.md
- name: 2 - Multi-service development
href: multi-service-netcore.md
- name: 3 - Team development
href: team-development-netcore.md
- name: .NET Core (Visual Studio)
items:
- name: 1 - Get started
href: get-started-netcore-visualstudio.md
- name: 2 - Multi-service development
href: multi-service-netcore-visualstudio.md
- name: 3 - Team development
href: team-development-netcore-visualstudio.md
- name: Node.js (VS Code & CLI)
items:
- name: 1 - Get started
href: get-started-nodejs.md
- name: 2 - Multi-service development
href: multi-service-nodejs.md
- name: 3 - Team development
href: team-development-nodejs.md
- name: Concepts
items:
- name: How Dev Spaces works
items:
- name: Overview
href: how-dev-spaces-works.md
- name: Setting up a cluster
href: how-dev-spaces-works-cluster-setup.md
- name: Preparing a project
href: how-dev-spaces-works-prep.md
- name: Running your code
href: how-dev-spaces-works-up.md
- name: Routing between dev spaces
href: how-dev-spaces-works-routing.md
- name: Remote debugging
href: how-dev-spaces-works-remote-debugging.md
- name: Local Process with Kubernetes
href: how-dev-spaces-works-local-process-kubernetes.md
- name: How VS Code works with Dev Spaces
href: how-vs-code-works-with-dev-spaces.md
- name: Networking configuration in different network topologies
href: configure-networking.md
- name: How to
items:
- name: Install Azure Dev Spaces
href: how-to/install-dev-spaces.md
- name: Create a Kubernetes cluster using Azure Cloud Shell
href: how-to/create-cluster-cloud-shell.md
- name: Share Azure Dev Spaces
href: how-to/share-dev-spaces.md
- name: Manage secrets
href: how-to/manage-secrets.md
- name: Use a custom NuGet feed
href: how-to/use-custom-nuget-feed.md
- name: Use a private Helm repository
href: how-to/use-private-helm-repo.md
- name: Use kubectl with Azure Dev Spaces
href: how-to/use-kubectl-with-azure-dev-spaces.md
- name: Upgrade Azure Dev Spaces tools
href: how-to/upgrade-tools.md
- name: Using CI/CD with Azure Dev Spaces
href: how-to/setup-cicd.md
- name: Use GitHub Actions with Azure Dev Spaces (preview)
href: how-to/github-actions.md
- name: Use Azure Dev Spaces plug-in for Jenkins
href: ../jenkins/tutorial-jenkins-dev-spaces.md
- name: Business continuity and disaster recovery for Azure Dev Spaces
href: how-to/dev-spaces-business-continuity.md
- name: Interact with Windows containers
href: how-to/run-dev-spaces-windows-containers.md
- name: Use traefik for custom ingress and HTTPS
href: how-to/ingress-https-traefik.md
- name: Use NGINX for custom ingress and HTTPS
href: how-to/ingress-https-nginx.md
- name: Use Local Process with Kubernetes with Visual Studio Code (preview)
href: how-to/local-process-kubernetes-vs-code.md
- name: Use Local Process with Kubernetes with Visual Studio (preview)
href: how-to/local-process-kubernetes-visual-studio.md
- name: Troubleshooting
href: troubleshooting.md
- name: FAQ
href: faq.md