Skip to content

Commit c054842

Browse files
committed
Explicitly order ways of working pages
We do this so we can add the GitHub management docs (and lots of other things) without them taking the top spots in the sidebar
1 parent 31391ee commit c054842

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

docs/ways-of-working/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
sidebar_position: 0
3+
---
14
# Our Ways of Working
25

36
## Planning/Prioritisation

docs/ways-of-working/development_standards.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
---
2+
sidebar_position: 1
3+
---
14
# Hackney Development Standards
25

3-
## 12 Factors App
6+
## 12 Factors App
47

58
<b> The Twelve-Factor App Methodology is suggested by developers for smoothly working and delivering Software as a Service (SaaS) Applications or Web Apps with a focus on Microservices. </b>
69

docs/ways-of-working/pull_request _process.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
sidebar_position: 2
3+
---
14
# Pull Request process
25

36
## Context

0 commit comments

Comments
 (0)