spec-split-fix (#16941)

* spec-split-fix

* fix broken link
This commit is contained in:
Allie Sadler 2023-03-22 12:53:16 +00:00 committed by GitHub
parent 855cda4011
commit 326cb37213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

View File

@ -220,39 +220,39 @@ fetch-remote:
default_branch: "master" default_branch: "master"
ref: "master" ref: "master"
paths: paths:
- dest: "compose/compose-file/status.md" - dest: "compose/compose-file/01-status.md"
src: src:
- "01-status.md" - "01-status.md"
- dest: "compose/compose-file/model.md" - dest: "compose/compose-file/02-model.md"
src: src:
- "02-model.md" - "02-model.md"
- dest: "compose/compose-file/compose-file.md" - dest: "compose/compose-file/03-compose-file.md"
src: src:
- "03-compose-file.md" - "03-compose-file.md"
- dest: "compose/compose-file/version-and-name.md" - dest: "compose/compose-file/04-version-and-name.md"
src: src:
- "04-version-and-name.md" - "04-version-and-name.md"
- dest: "compose/compose-file/services.md" - dest: "compose/compose-file/05-services.md"
src: src:
- "05-services.md" - "05-services.md"
- dest: "compose/compose-file/networks.md" - dest: "compose/compose-file/06-networks.md"
src: src:
- "06-networks.md" - "06-networks.md"
- dest: "compose/compose-file/volumes.md" - dest: "compose/compose-file/07-volumes.md"
src: src:
- "07-volumes.md" - "07-volumes.md"
- dest: "compose/compose-file/configs.md" - dest: "compose/compose-file/08-configs.md"
src: src:
- "08-configs.md" - "08-configs.md"
- dest: "compose/compose-file/secrets.md" - dest: "compose/compose-file/09-secrets.md"
src: src:
- "09-secrets.md" - "09-secrets.md"
- dest: "compose/compose-file/fragments.md" - dest: "compose/compose-file/10-fragments.md"
src: src:
- "10-fragments.md" - "10-fragments.md"
- dest: "compose/compose-file/extension.md" - dest: "compose/compose-file/11-extension.md"
src: src:
- "11-extension.md" - "11-extension.md"
- dest: "compose/compose-file/interpolation.md" - dest: "compose/compose-file/12-interpolation.md"
src: src:
- "12-interpolation.md" - "12-interpolation.md"

View File

@ -894,7 +894,7 @@ reference:
title: Compose application model title: Compose application model
- path: /compose/compose-file/03-compose-file/ - path: /compose/compose-file/03-compose-file/
title: The Compose file title: The Compose file
- path: /compose/compose-file/build/04-version-and-name/ - path: /compose/compose-file/04-version-and-name/
title: Version and name top-level element title: Version and name top-level element
- path: /compose/compose-file/05-services/ - path: /compose/compose-file/05-services/
title: Services top-level element title: Services top-level element
@ -908,7 +908,7 @@ reference:
title: Secrets top-level element title: Secrets top-level element
- path: /compose/compose-file/10-fragments/ - path: /compose/compose-file/10-fragments/
title: Fragments title: Fragments
- path: /compose/compose-file/11-extensions/ - path: /compose/compose-file/11-extension/
title: Extensions title: Extensions
- path: /compose/compose-file/12-interpolation/ - path: /compose/compose-file/12-interpolation/
title: Interpolation title: Interpolation

View File

@ -181,5 +181,5 @@ Instead of attempting to create a network called `[projectname]_default`, Compos
For full details of the network configuration options available, see the following references: For full details of the network configuration options available, see the following references:
- [Top-level `networks` key](compose-file/06-networks) - [Top-level `networks` key](compose-file/06-networks.md)
- [Service-level `networks` key](compose-file/05-services.md#networks) - [Service-level `networks` key](compose-file/05-services.md#networks)