Skip to content

Commit e469d83

Browse files
committed
update definition lists
1 parent 3a5f1d5 commit e469d83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/migration/versioning.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ For versioning plan details, check [Docs Versioning plan](https://docs.google.co
1515
To support multiple deployment models for different repositories, we support the concept of a content source.
1616

1717
Next
18-
: The source for the upcoming documentation.
18+
: The source for the upcoming documentation.
1919

2020
Current
21-
: The source for the active documentation.
21+
: The source for the active documentation.
2222

2323

2424
Our publish environments are connected to a single content source.
@@ -36,11 +36,11 @@ This allows you as an owner of a repository to choose two different deployment m
3636
The new documentation system supports 2 deployment models.
3737

3838
Continuous deployment.
39-
: This is the default where a repositories `main` or `master` branch is continuously deployed to production.
39+
: This is the default where a repositories `main` or `master` branch is continuously deployed to production.
4040

4141
Tagged deployment
42-
: Allows you to 'tag' a single git reference (typically a branch) as `current` which will be used to deploy to production.
43-
Allowing you to control the timing of when new documentation should go live.
42+
: Allows you to 'tag' a single git reference (typically a branch) as `current` which will be used to deploy to production.
43+
Allowing you to control the timing of when new documentation should go live.
4444

4545

4646
### Continuous Deployment

0 commit comments

Comments
 (0)