Skip to content

Commit 45c254c

Browse files
committed
fixes
Signed-off-by: bmorelli25 <[email protected]>
1 parent 563aaa7 commit 45c254c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/configure/content-sources.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ This allows you as an owner of a repository to choose two different branching st
2323

2424
The new documentation system supports 2 branching strategies.
2525

26-
Continuous deployment
27-
: This is the default where a repositories `main` or `master` branch is continuously deployed to production.
26+
### Continuous deployment
2827

29-
Tagged
30-
: Allows you to 'tag' a single git reference (typically a branch) as `current` which will be used to deploy to production.
31-
Allowing you to control the timing of when new documentation should go live.
28+
This is the default where a repositories `main` or `master` branch is continuously deployed to production.
29+
30+
### Tagged
31+
32+
Allows you to 'tag' a single git reference (typically a branch) as `current` which will be used to deploy to production. Allowing you to control the timing of when new documentation should go live.
3233

3334
### Add a new content set
3435

docs/configure/site/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
navigation_title: `assembler.yml`
2+
navigation_title: assembler.yml
33
---
44

55
# `assembler.yml`

0 commit comments

Comments
 (0)