Skip to content

Commit 7c03f40

Browse files
committed
toc and link updates
1 parent 65493b5 commit 7c03f40

File tree

6 files changed

+19
-22
lines changed

6 files changed

+19
-22
lines changed

docs/deployment/toc.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,47 +19,47 @@
1919
- name: .NET
2020
items:
2121
- name: Deploy a .NET Core Application with the Publish tool
22-
href: /dotnet/core/deploying/deploy-with-vs?toc=/visualstudio/deployment/toc.json&bc=/visualstudio/deployment/_breadcrumb/toc.json
22+
href: /dotnet/core/deploying/deploy-with-vs
2323
- name: Package a desktop app for Microsoft Store (Desktop Bridge)
24-
href: /windows/uwp/porting/desktop-to-uwp-packaging-dot-net?toc=/visualstudio/deployment/toc.json&bc=/visualstudio/deployment/_breadcrumb/toc.json
24+
href: /windows/uwp/porting/desktop-to-uwp-packaging-dot-net
2525
- name: Deploy a desktop app using ClickOnce
2626
href: how-to-publish-a-clickonce-application-using-the-publish-wizard.md
2727
- name: Build ClickOnce Applications from the Command Line
2828
href: building-clickonce-applications-from-the-command-line.md
2929
- name: ASP.NET
3030
items:
3131
- name: Publish an ASP.NET Core app to Azure
32-
href: /aspnet/core/tutorials/publish-to-azure-webapp-using-vs?toc=/visualstudio/deployment/toc.json&bc=/visualstudio/deployment/_breadcrumb/toc.json
32+
href: /aspnet/core/tutorials/publish-to-azure-webapp-using-vs
33+
- name: Deploy to IIS using Web Deploy
34+
href: deploy-iis-with-web-deploy.md
3335
- name: Import publish settings and deploy to Azure
3436
href: tutorial-import-publish-settings-azure.md
3537
- name: Import publish settings and deploy to IIS
3638
href: tutorial-import-publish-settings-iis.md
37-
- name: Deploy to IIS using Web Deploy
38-
href: deploy-iis-with-web-deploy.md
3939
- name: Continuous deployment of ASP.NET Core to Azure with Git
40-
href: /aspnet/core/publishing/azure-continuous-deployment?toc=/visualstudio/deployment/toc.json&bc=/visualstudio/deployment/_breadcrumb/toc.json
40+
href: /aspnet/core/publishing/azure-continuous-deployment
4141
- name: Publish to Kubernetes with Visual Studio Kubernetes tools
4242
href: tutorial-kubernetes-tools.md
4343
- name: Native
4444
items:
4545
- name: Deployment in Visual C++...
4646
href: /cpp/ide/deployment-in-visual-cpp
4747
- name: Package a desktop app for Microsoft Store (Desktop Bridge)
48-
href: /windows/uwp/porting/desktop-to-uwp-packaging-dot-net?toc=/visualstudio/deployment/toc.json&bc=/visualstudio/deployment/_breadcrumb/toc.json
48+
href: /windows/uwp/porting/desktop-to-uwp-packaging-dot-net
4949
- name: Deploy a native app using ClickOnce...
5050
href: /cpp/ide/clickonce-deployment-for-visual-cpp-applications
5151
- name: UWP
5252
items:
5353
- name: Package a UWP app by using Visual Studio
54-
href: /windows/uwp/packaging/packaging-uwp-apps?toc=/visualstudio/deployment/toc.json&bc=/visualstudio/deployment/_breadcrumb/toc.json
54+
href: /windows/uwp/packaging/packaging-uwp-apps
5555
- name: Node.js
5656
items:
57-
- name: Publish to Azure Website using Web Deploy
58-
href: https://github.com/Microsoft/nodejstools/wiki/Publish-to-Azure-Website-using-Web-Deploy?toc=/visualstudio/deployment/toc.json&bc=/visualstudio/deployment/_breadcrumb/toc.json
57+
- name: Publish to Linux App Service
58+
href: /visualstudio/javascript/publish-nodejs-app-azure
5959
- name: Python
6060
items:
6161
- name: Publish to Azure App Service
62-
href: /visualstudio/python/publishing-python-web-applications-to-azure-from-visual-studio?toc=/visualstudio/deployment/toc.json&bc=/visualstudio/deployment/_breadcrumb/toc.json
62+
href: /visualstudio/python/publishing-python-web-applications-to-azure-from-visual-studio
6363
- name: How-to guides
6464
items:
6565
- name: ClickOnce Security and Deployment

docs/ide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ src="https://docs.microsoft.com/media/logos/logo_TS.svg"><span>TypeScript</span>
254254

255255
<div class="ico48Link"><a href="/cpp/build/vscpp-step-0-installation"><img width="48" height="48" alt="C++ tutorial"
256256
src="https://docs.microsoft.com/media/logos/logo_Cplusplus.svg"><span>C++</span></a></div>
257-
<div class="ico48Link"><a href="/visualstudio/nodejs/tutorial-nodejs"><img width="48" height="48" alt="Node.js tutorial"
257+
<div class="ico48Link"><a href="/visualstudio/javascript/tutorial-nodejs"><img width="48" height="48" alt="Node.js tutorial"
258258
src="https://docs.microsoft.com/media/logos/logo_nodejs.svg"><span>Node.js</span></a></div>
259259
<div class="ico48Link"><a href="/visualstudio/python/tutorial-working-with-python-in-visual-studio-step-01-create-project"><img width="48" height="48" alt="Python tutorial"
260260
src="https://docs.microsoft.com/media/logos/logo_Python.svg"><span>Python</span></a></div>

docs/ide/quickstart-nodejs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Congratulations on completing this Quickstart in which you got started with the
8484
## Next steps
8585

8686
> [!div class="nextstepaction"]
87-
> [Deploy the app to Azure App Service](..//deployment/quickstart-deploy-to-azure.md)
87+
> [Deploy the app to Linux App Service](../javascript/publish-nodejs-app-azure.md)
8888
89-
- [Tutorial for Node.js and Express](../nodejs/tutorial-nodejs.md)
90-
- [Tutorial for Node.js and React](../nodejs/tutorial-nodejs-with-react-and-jsx.md)
89+
- [Tutorial for Node.js and Express](../javascript/tutorial-nodejs.md)
90+
- [Tutorial for Node.js and React](../javascript/tutorial-nodejs-with-react-and-jsx.md)

docs/javascript/quickstart-vuejs-with-nodejs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ Congratulations on completing this Quickstart! We hope you learned a little bit
103103
## Next steps
104104

105105
- Go through the [Tutorial for Node.js and Express](../nodejs/tutorial-nodejs.md)
106-
- Go through the [Tutorial for Node.js and React](../nodejs/tutorial-nodejs-with-react-and-jsx.md)
106+
- Go through the [Tutorial for Node.js and React](../nodejs/tutorial-nodejs-with-react-and-jsx.md)
107+
- [Deploy the app to Linux App Service](../nodejs/publish-nodejs-app-azure.md)

docs/javascript/tutorial-nodejs-with-react-and-jsx.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,4 @@ In the preceding section, you attached the debugger to server-side Node.js code.
363363
## Next steps
364364

365365
> [!div class="nextstepaction"]
366-
> [Deploy the app to Azure App Service](../deployment/quickstart-deploy-to-azure.md)
367-
368-
In this tutorial, you learned how to create a Node.js and React app, transpile JSX, and debug. To learn more, see [Node.js tools for Visual Studio on GitHub](https://github.com/Microsoft/nodejstools).
366+
> [Deploy the app to Linux App Service](../nodejs/publish-nodejs-app-azure.md)

docs/javascript/tutorial-nodejs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,4 @@ Congratulations on completing this tutorial!
233233
## Next steps
234234

235235
> [!div class="nextstepaction"]
236-
> [Deploy the app to Azure App Service](../deployment/quickstart-deploy-to-azure.md)
237-
238-
In this tutorial, you learned how to create and run a Node.js app using Express and hit a breakpoint using the debugger. To learn more, see [Node.js tools for Visual Studio on GitHub](https://github.com/Microsoft/nodejstools).
236+
> [Deploy the app to Linux App Service](../javascript/publish-nodejs-app-azure.md)

0 commit comments

Comments
 (0)