Skip to content

Commit 3a5f1d5

Browse files
committed
update headings
1 parent 97f809d commit 3a5f1d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/migration/versioning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Our publish environments are connected to a single content source.
3131

3232
This allows you as an owner of a repository to choose two different deployment models.
3333

34-
# Deployment models.
34+
## Deployment models.
3535

3636
The 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

4848
This 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
6969
Once the repository is added, its navigation still needs to be injected into to global site navigation.
7070
71-
## Tagged Deployment
71+
### Tagged Deployment
7272
7373
If you want to have more control over the timing of when your docs go live to production. Configure the repository
7474
in 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
8585
Our CI integration checks will block until `current` is successfully configured
8686
:::
8787

88-
### CI Configuration
88+
#### CI Configuration
8989

9090
To ensure [tagged deployments](#tagged-deployment) can be onboarded correctly, our CI integration needs to have appropriate `push`
9191
branch triggers.

0 commit comments

Comments
 (0)