@@ -32,21 +32,20 @@ collections:
32
32
output : true
33
33
sort_by : order
34
34
guides :
35
- output : true
36
- sort_by : order
35
+ output : true
36
+ sort_by : order
37
37
adrs :
38
- output : true
39
- sort_by : order
38
+ output : true
39
+ sort_by : order
40
40
architecture :
41
- output : true
42
- sort_by : order
41
+ output : true
42
+ sort_by : order
43
43
principles :
44
- output : true
45
- sort_by : order
44
+ output : true
45
+ sort_by : order
46
46
47
47
defaults :
48
- -
49
- scope :
48
+ - scope :
50
49
path : " "
51
50
type : " repos"
52
51
values :
@@ -55,8 +54,7 @@ defaults:
55
54
owner : NHS Notify
56
55
author : NHS Notify
57
56
last_modified_date : 2024-01-01
58
- -
59
- scope :
57
+ - scope :
60
58
path : " "
61
59
type : " adrs"
62
60
values :
@@ -65,8 +63,7 @@ defaults:
65
63
owner : NHS Notify
66
64
author : NHS Notify
67
65
last_modified_date : 2024-01-01
68
- -
69
- scope :
66
+ - scope :
70
67
path : " "
71
68
type : " guides"
72
69
values :
@@ -75,8 +72,7 @@ defaults:
75
72
owner : NHS Notify
76
73
author : NHS Notify
77
74
last_modified_date : 2024-01-01
78
- -
79
- scope :
75
+ - scope :
80
76
path : " "
81
77
type : " principles"
82
78
values :
@@ -85,8 +81,7 @@ defaults:
85
81
owner : NHS Notify
86
82
author : NHS Notify
87
83
last_modified_date : 2024-01-01
88
- -
89
- scope :
84
+ - scope :
90
85
path : " "
91
86
type : " architecture"
92
87
values :
@@ -115,7 +110,7 @@ just_the_docs:
115
110
nav_exclude : false
116
111
# Fold the collection in the navigation
117
112
# Supports true or false (default)
118
- nav_fold : false # note: this option is new in v0.4
113
+ nav_fold : false # note: this option is new in v0.4
119
114
# Exclude the collection from the search
120
115
# Supports true or false (defaul
121
116
search_exclude : false
@@ -161,12 +156,10 @@ nav_external_links:
161
156
hide_icon : false # set to true to hide the external link icon - defaults to false
162
157
opens_in_new_tab : false # set to true to open this link in a new tab - defaults to false
163
158
164
-
165
159
callouts :
166
160
warning :
167
161
title : Warning
168
162
color : red
169
-
170
163
# Exclude from processing.
171
164
# The following items will not be processed, by default.
172
165
# Any item listed under the `exclude:` key here will be automatically added to
0 commit comments