Skip to content

Commit 3fee455

Browse files
gep13arturcic
authored andcommitted
(GH-1932) Minor updates to descriptions
1 parent cca35a5 commit 3fee455

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
lines changed

docs/input/docs/build-server-support/build-server-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
Order: 10
33
Title: Introduction
4+
Description: Information about what GitVersion can do on Build Servers
45
---
56

67
GitVersion has support for quite a few build servers out of the box. Currently we support:
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
Order: 20
3-
Description: Need to put something here...
3+
Description: Information about the build servers supported by GitVersion
4+
Title: Build Servers
45
---
5-
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
6+
<p>The following is a list of all the Build Servers that are currently supported by GitVersion.</p>
67

78
@Html.Partial("_ChildPages")
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
Order: 30
3-
Description: Need to put something here...
3+
Description: Build Server Support
44
---
5-
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
5+
<p>Depending on the Build Server being used, i.e. TeamCity, Jenkins, etc, GitVersion might need to extra repository information in order to work correctly. In has knowledge of most of the main CI Providers, and when instructed to do so, it will fetch the necessary information in order to correctly assert the semantic version number.</p>
6+
<p>In addition, most build servers allow the setting of the build number within the system, GitVersion knows how to do this automatically.</p>
67

78
@Html.Partial("_ChildPages")

docs/input/docs/git-branching-strategies/index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Order: 90
3-
Description: Need to put something here...
3+
Description: Information about the different branching strategies supported by GitVersion.
44
---
55
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
66

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Order: 80
3-
Description: Need to put something here...
3+
Description: More in depth information about GitVersion
44
---
5-
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
5+
<p>Once you understand the basics of GitVersion, there are a number of lower level functions and configurations that you might want to make. These are detailed in the following sections.</p>
66

77
@Html.Partial("_ChildPages")

docs/input/docs/reference/index.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
Order: 100
3-
Description: Need to put something here...
43
---
54
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
65

docs/input/docs/reference/versioning-modes/index.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
Order: 50
3-
Description: Need to put something here...
43
---
54
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
65

docs/input/docs/usage/index.cshtml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
Order: 10
3-
Description: Need to put something here...
3+
Description: Information on general usage of GitVersion
4+
Title: Getting Started
45
---
5-
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
6+
<p>Here you will find some top level information about getting started with GitVersion, as well as the different flavours of GitVersion, i.e. the command line tool, the MSBuild Task, etc.</p>
67

78
@Html.Partial("_ChildPages")

0 commit comments

Comments
 (0)