You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configure/content-sources.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,13 @@ This allows you as an owner of a repository to choose two different branching st
23
23
24
24
The new documentation system supports 2 branching strategies.
25
25
26
-
Continuous deployment
27
-
: This is the default where a repositories `main` or `master` branch is continuously deployed to production.
26
+
### Continuous deployment
28
27
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.
0 commit comments