Fixing Note callout style and imported file (#18076)

* fixing Note style

* fixing page import typo
This commit is contained in:
Bracaval Elias 2023-08-31 17:02:12 +09:00 committed by GitHub
parent e571bf9227
commit 5996f705f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -66,9 +66,10 @@ The [Compatibility Matrix](#compatibility-matrix) shows Compose file versions ma
To move your project to a later version, see the [Upgrading](#upgrading) To move your project to a later version, see the [Upgrading](#upgrading)
section. section.
> **Note**: If you're using > **Note**
> [multiple Compose files](../multiple-compose-files/_index.md) or >
> [extending services](../multiple-compose-files/extends.md], > If you're using [multiple Compose files](../multiple-compose-files/_index.md) or
> [extending services](../multiple-compose-files/extends.md),
> each file must be of the same version - you cannot, for example, > each file must be of the same version - you cannot, for example,
> mix version 1 and 2 in a single project. > mix version 1 and 2 in a single project.
@ -530,4 +531,4 @@ It's more complicated if you're using particular configuration features:
volumes: volumes:
data: data:
external: true external: true