Skip to content

Commit 4f78716

Browse files
author
stevenjmesser
authored
Merge pull request #17 from alphagov/add-structure
Add initial docs structure
2 parents 1ec0e29 + ae48500 commit 4f78716

File tree

13 files changed

+69
-1
lines changed

13 files changed

+69
-1
lines changed

config/tech-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ header_links:
1414
Sprint board: https://github.com/orgs/alphagov/projects/53
1515

1616
# Enables search functionality. This indexes pages only and is not recommended for single-page sites.
17-
enable_search: true
17+
enable_search: false
1818

1919
# Tracking ID from Google Analytics (e.g. UA-XXXX-Y)
2020
ga_tracking_id:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Accessibility
3+
weight: 5
4+
---
5+
6+
# Accessibility

source/community/index.html.md.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Community
3+
weight: 6
4+
---
5+
6+
# Community
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Delivery management
3+
weight: 7
4+
---
5+
6+
# Delivery management
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Design and content
3+
weight: 8
4+
---
5+
6+
# Design and content

source/development/index.html.md.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Development
3+
weight: 9
4+
---
5+
6+
# Development

source/engagement/index.html.md.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Engagement
3+
weight: 10
4+
---
5+
6+
# Engagement

source/index.html.md.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ weight: 1
55

66
# About these docs
77

8+
<%= warning_text('This is a prototype.') %>
9+
810
This is a reference guide for who we are and the way we do things. It's a playbook for anyone in the GOV.UK Design System team that tells us the 'right way' to do things.
911

1012
What's written here is the way we do things now, but that will change from time to time.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Product management
3+
weight: 11
4+
---
5+
6+
# Product management

source/support/index.html.md.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Support
3+
weight: 12
4+
---
5+
6+
# Support

0 commit comments

Comments
 (0)