Skip to content

Commit 82dbef9

Browse files
defaults for the schema docs.
1 parent d494d32 commit 82dbef9

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

docs/_config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,20 @@ callouts:
8585
title: Warning
8686
color: blue
8787

88+
89+
defaults:
90+
- scope:
91+
path: "schemas"
92+
type: "pages"
93+
values:
94+
layout: "page"
95+
is_not_draft: false
96+
parent: Schemas
97+
98+
owner: NHS Notify
99+
author: NHS Notify
100+
last_modified_date: 2025-01-01
101+
88102
# Exclude from processing.
89103
# The following items will not be processed, by default.
90104
# Any item listed under the `exclude:` key here will be automatically added to

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
layout: page
66
title: Home
7+
has_children: true
78
nav_order: 1
89
description: Home
910
summary: Home

docs/schemas.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
# Feel free to add content and custom Front Matter to this file.
3+
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
4+
5+
layout: page
6+
title: Schemas
7+
nav_order: 2.22
8+
description: Schemas
9+
summary: Schemas
10+
is_not_draft: true
11+
last_modified_date: 2024-05-28
12+
has_children: true
13+
parent: Home
14+
owner: NHS Notify
15+
author: Ross Buggins
16+
---

0 commit comments

Comments
 (0)