File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Our publish environments are connected to a single content source.
3131
3232This allows you as an owner of a repository to choose two different deployment models.
3333
34- # Deployment models.
34+ ## Deployment models.
3535
3636The new documentation system supports 2 deployment models.
3737
@@ -43,7 +43,7 @@ Tagged deployment
4343 Allowing you to control the timing of when new documentation should go live.
4444
4545
46- ## Continuous Deployment
46+ ### Continuous Deployment
4747
4848This is the default. To get started, follow our [ guide] ( guide/index.md ) to set up the new docs folder structure and CI configuration
4949
@@ -68,7 +68,7 @@ references:
6868% TODO we need navigation.yml docs
6969Once the repository is added, its navigation still needs to be injected into to global site navigation.
7070
71- ## Tagged Deployment
71+ ### Tagged Deployment
7272
7373If you want to have more control over the timing of when your docs go live to production. Configure the repository
7474in our ` assembler.yml` to have a fixed git reference (typically a branch) deploy the `current` content source to production.
@@ -85,7 +85,7 @@ In order for `9.0` to be onboarded it needs to first follow our [migration guide
8585Our CI integration checks will block until `current` is successfully configured
8686:: :
8787
88- # ## CI Configuration
88+ # ### CI Configuration
8989
9090To ensure [tagged deployments](#tagged-deployment) can be onboarded correctly, our CI integration needs to have appropriate `push`
9191 branch triggers.
You can’t perform that action at this time.
0 commit comments