Skip to content

Commit ccf55e9

Browse files
committed
(GH-1932) Initial ordering of top level pages
More work is needed here, but this makes the top level pages match the order that is in the current documentation.
1 parent 8ae4278 commit ccf55e9

File tree

11 files changed

+61
-1
lines changed

11 files changed

+61
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
Order: 30
3+
Description: Need to put something here...
4+
---
5+
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
6+
7+
@Html.Partial("_ChildPages")

docs/input/docs/configuration.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
Order: 20
3+
Title: Configuration
4+
---
5+
16
# Configuration
27
GitVersion 3.0 is mainly powered by configuration and no longer has branching
38
strategies hard coded.
@@ -306,7 +311,7 @@ By looking at this graph, you cannot tell which of these scenarios happened:
306311

307312
2. release/1.0.0 branches off feature/foo
308313
- Branch feature/foo from master
309-
- Branch release/1.0.0 from feature/foo
314+
- Branch release/1.0.0 from feature/foo
310315
- Add a commit to both release/1.0.0 and feature/foo
311316
- feature/foo is the base for release/1.0.0
312317

docs/input/docs/examples.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
Order: 40
3+
Title: Examples
4+
---
5+
16
# Examples
27
![README](img/CommitGraph.png)
38

docs/input/docs/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
Order: 50
3+
Title: FAQ
4+
---
5+
16
# FAQ
27

38
## Why is my version not incrementing?
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
Order: 90
3+
Description: Need to put something here...
4+
---
5+
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
6+
7+
@Html.Partial("_ChildPages")
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
Order: 80
3+
Description: Need to put something here...
4+
---
5+
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
6+
7+
@Html.Partial("_ChildPages")
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
Order: 100
3+
Description: Need to put something here...
4+
---
5+
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
6+
7+
@Html.Partial("_ChildPages")

docs/input/docs/usage/index.cshtml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
Order: 10
3+
Description: Need to put something here...
4+
---
5+
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
6+
7+
@Html.Partial("_ChildPages")

docs/input/docs/who.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
Order: 70
3+
Title: Who is using GitVersion
4+
---
5+
16
# Who is using GitVersion
27
Various people are actively using GitVersion, and taking advantage of the automatic generation of their version numbers. Here is a list of applications that we know about today.
38

docs/input/docs/why.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
Order: 60
3+
Title: Why?
4+
---
5+
16
# Why use GitVersion
27
GitVersion makes versioning woes a thing of the past. It looks at your git history to calculate what the version currently is. I have seen and used many different approaches in the past, all have downfalls and often are not transportable between projects.
38

0 commit comments

Comments
 (0)