Reader small image

You're reading from  Team Foundation Server 2015 Customization

Product typeBook
Published inOct 2015
Publisher
ISBN-139781785888199
Edition1st Edition
Concepts
Right arrow
Author (1)
Gordon Beeming
Gordon Beeming
author image
Gordon Beeming

Gordon Beeming is an energetic and passionate person who always strives to find ways to increase and improve the productivity and friendliness of the systems he works with. He is currently a software developer and does all kinds of TFS administration, customization, and exploring as a sort of a hobby. He is part of the ALM Rangers family and has also been awarded an Microsoft ALM MVP for the past 2 years. Gordon currently works for Derivco, which is a very unique company to work for and is based in Durban, South Africa. He has a published book to his credit, called Team Foundation Server 2013 Customization (http://bit.ly/MX0yVb). Also, as part of the ALM Rangers, he has a book to his credit, called Managing Agile Open-Source Software Projects with Microsoft Visual Studio Online (http://bit.ly/1Pppi4g). You can find him mainly on Twitter using the handle @GordonBeeming, and he occasionally posts blogs at http://binary-stuff.com/.
Read more about Gordon Beeming

Right arrow

Welcome pages


New to TFS 2015 are welcome pages as well. If you have used GitHub before, then you'll be familiar with markdown. GitHub does a really good job at explaining all the features of markdown at https://guides.github.com/features/mastering-markdown/. TFS uses markdown in a couple of places, one of them being its welcome pages.

Where are the welcome pages?

The welcome pages are on the teams' home pages. You can navigate to them by clicking on the HOME hub and then on the Welcome tab.

Once you are there, you will see on the left-hand side a list of all your repos for the current team project, as shown here:

Figure 15: A list of repositories and default markdown page

If you have a README.md file in your repository, it will be displayed when you click on that repository. If you don't have a README.md file, a default markdown will show you what you might have there. Then, if you want to create one, you can simply click on Edit and then alter the markdown. After you have clicked on Save, a README.md file will be added to that repository.

Markdown files are a great way of creating documentation for your code. Some of the best reasons you'd want to do this are that it's easy to do and the markdown sits with your code, so it gets versioned with your code. This allows you to make comparisons in the documentation files as you would with any other code to see what has changed through various versions.

Previous PageNext Page
You have been reading a chapter from
Team Foundation Server 2015 Customization
Published in: Oct 2015Publisher: ISBN-13: 9781785888199
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime

Author (1)

author image
Gordon Beeming

Gordon Beeming is an energetic and passionate person who always strives to find ways to increase and improve the productivity and friendliness of the systems he works with. He is currently a software developer and does all kinds of TFS administration, customization, and exploring as a sort of a hobby. He is part of the ALM Rangers family and has also been awarded an Microsoft ALM MVP for the past 2 years. Gordon currently works for Derivco, which is a very unique company to work for and is based in Durban, South Africa. He has a published book to his credit, called Team Foundation Server 2013 Customization (http://bit.ly/MX0yVb). Also, as part of the ALM Rangers, he has a book to his credit, called Managing Agile Open-Source Software Projects with Microsoft Visual Studio Online (http://bit.ly/1Pppi4g). You can find him mainly on Twitter using the handle @GordonBeeming, and he occasionally posts blogs at http://binary-stuff.com/.
Read more about Gordon Beeming