Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated links to tfs sidebar and removed trailing slashes #43

Merged
merged 5 commits into from
Jan 4, 2018
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
20 changes: 20 additions & 0 deletions _data/sidebars/tfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ entries:
url: labs/tfs/smartword4tfs/
output: web, pdf

- title: Managing Delivery Plans with Team Foundation Server 2018
url: labs/tfs/deliveryplans/
output: web, pdf

- title: Develop
output: web, pdf
folderitems:
Expand Down Expand Up @@ -179,3 +183,19 @@ entries:
- title: Instrumenting ASP.NET with Application Insights in Visual Studio 2017
url: labs/tfs/appinsights/
output: web, pdf

- title: Azure
output: web, pdf

folderitems:
- title: Authoring ARM Templates with Visual Studio
url: labs/tfs/armtemplates/
output: web, pdf

- title: Deploying a SQL Database backed ASP.NET app to Azure with Visual Studio
url: labs/tfs/aspnetazure/
output: web, pdf

- title: Deploying to Azure with Team Foundation Server Release Management
url: labs/tfs/releasemanagement/
output: web, pdf
2 changes: 1 addition & 1 deletion _posts/2017-03-07-vstslabavailability.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Visual Studio Team Services Labs Available Now!"
permalink: /vstslabsavailable.html
pubdate: March 15, 2017
Author: Sachin Hridayraj
pageurl: /labs/vsts/
pageurl: labs/vsts/
---

<table class="mainTable" width="100%" border="0">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-03-15-almvm2017availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "ALM VM 2017 Available Now!"
permalink: /almvm2017available.html
pubdate: March 15, 2017
Author: Sachin Hridayraj
pageurl: /labs/tfs/
pageurl: labs/tfs/
---

<table class="mainTable" width="100%" border="0">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-03-21-almlabsontechnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "2017 Labs Now Available on TechNet Virtual Labs"
permalink: /almvm2017ontechnet.html
pubdate: March 21, 2017
Author: Sachin Hridayraj
pageurl: /labs/tfs/technet/
pageurl: labs/tfs/technet/
---

<table class="mainTable" width="100%" border="0">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-03-31-vmupdate..md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Repackaged 2017 VM"
permalink: /repackagedvm.html
pubdate: March 31, 2017
Author: Sachin Hridayraj
pageurl: /labs/tfs/
pageurl: labs/tfs/
---

<table class="mainTable" width="100%" border="0">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-12-25-almvm2017wu.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Visual Studio ALM VM 2017 Winter Update Available"
permalink: /almvm2017wu.html
pubdate: December 25, 2017
Author: Sachin Hridayraj
pageurl: /labs/tfs/
pageurl: labs/tfs/
---

<table class="mainTable" width="100%" border="0">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-9-14-nodejsdevops.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "DevOps for Node.js with Visual Studio Team Services and Azure"
permalink: /nodejs.html
pubdate: September 14, 2017
Author: Sachin Hridayraj
pageurl: /labs/vsts/
pageurl: labs/vsts/
---

<table class="mainTable" width="100%" border="0">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-9-7-javalabsavailabity.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "DevOps for Java with VSTS"
permalink: /javalabs.html
pubdate: September 7, 2017
Author: Sachin Hridayraj
pageurl: /labs/java/
pageurl: labs/java/
---

<table class="mainTable" width="100%" border="0">
Expand Down
2 changes: 1 addition & 1 deletion labs/tfs/aspnetazure/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Building ASP.NET apps in Azure with SQL Database
title: Deploying a SQL Database backed ASP.NET apps to Azure with Visual Studio
layout: page
sidebar: tfs
permalink: /labs/tfs/aspnetazure/
Expand Down