Skip to content

Commit 9d6f8f9

Browse files
committed
edits to some headings
1 parent 11f970e commit 9d6f8f9

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

_vendor/github.com/docker/compose/v2/docs/reference/compose.md

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/manuals/compose/intro/compose-application-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $ docker compose ps
8585

8686
For a full list of all the Compose CLI commands, see the [reference documentation](/reference/cli/docker/compose/_index.md).
8787

88-
## Illustrative example
88+
## Example
8989

9090
The following example illustrates the Compose concepts outlined above. The example is non-normative.
9191

content/reference/compose-file/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If `pull_policy` is missing from the service definition, Compose attempts to pul
2727

2828
Compose with `build` support offers an option to push built images to a registry. When doing so, it doesn't try to push service images without an `image` attribute. Compose warns you about the missing `image` attribute which prevents images being pushed.
2929

30-
## Illustrative example
30+
## Example
3131

3232
The following example illustrates Compose Build Specification concepts with a concrete sample application. The sample is non-normative.
3333

content/reference/compose-file/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: 150
1515

1616
This page defines how Compose behaves to efficiently assist you and defines the development constraints and workflows set by Compose. Only a subset of Compose file services may require a `develop` subsection.
1717

18-
## Illustrative example
18+
## Example
1919

2020
```yaml
2121
services:

content/reference/compose-file/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ References to other services (by `links`, `extends` or shared resource syntax `s
2323
automatically enable a component that would otherwise have been ignored by active profiles. Instead
2424
Compose returns an error.
2525

26-
## Illustrative example
26+
## Example
2727

2828
```yaml
2929
services:

0 commit comments

Comments
 (0)