Skip to content

Commit 7595d96

Browse files
formatting config.
1 parent c18fbdf commit 7595d96

File tree

1 file changed

+14
-21
lines changed

1 file changed

+14
-21
lines changed

docs/_config.yml

+14-21
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,20 @@ collections:
3232
output: true
3333
sort_by: order
3434
guides:
35-
output: true
36-
sort_by: order
35+
output: true
36+
sort_by: order
3737
adrs:
38-
output: true
39-
sort_by: order
38+
output: true
39+
sort_by: order
4040
architecture:
41-
output: true
42-
sort_by: order
41+
output: true
42+
sort_by: order
4343
principles:
44-
output: true
45-
sort_by: order
44+
output: true
45+
sort_by: order
4646

4747
defaults:
48-
-
49-
scope:
48+
- scope:
5049
path: ""
5150
type: "repos"
5251
values:
@@ -55,8 +54,7 @@ defaults:
5554
owner: NHS Notify
5655
author: NHS Notify
5756
last_modified_date: 2024-01-01
58-
-
59-
scope:
57+
- scope:
6058
path: ""
6159
type: "adrs"
6260
values:
@@ -65,8 +63,7 @@ defaults:
6563
owner: NHS Notify
6664
author: NHS Notify
6765
last_modified_date: 2024-01-01
68-
-
69-
scope:
66+
- scope:
7067
path: ""
7168
type: "guides"
7269
values:
@@ -75,8 +72,7 @@ defaults:
7572
owner: NHS Notify
7673
author: NHS Notify
7774
last_modified_date: 2024-01-01
78-
-
79-
scope:
75+
- scope:
8076
path: ""
8177
type: "principles"
8278
values:
@@ -85,8 +81,7 @@ defaults:
8581
owner: NHS Notify
8682
author: NHS Notify
8783
last_modified_date: 2024-01-01
88-
-
89-
scope:
84+
- scope:
9085
path: ""
9186
type: "architecture"
9287
values:
@@ -115,7 +110,7 @@ just_the_docs:
115110
nav_exclude: false
116111
# Fold the collection in the navigation
117112
# 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
119114
# Exclude the collection from the search
120115
# Supports true or false (defaul
121116
search_exclude: false
@@ -161,12 +156,10 @@ nav_external_links:
161156
hide_icon: false # set to true to hide the external link icon - defaults to false
162157
opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false
163158

164-
165159
callouts:
166160
warning:
167161
title: Warning
168162
color: red
169-
170163
# Exclude from processing.
171164
# The following items will not be processed, by default.
172165
# Any item listed under the `exclude:` key here will be automatically added to

0 commit comments

Comments
 (0)