Skip to content

Commit 6b30065

Browse files
committed
Badges Be Broken
1 parent 9276a37 commit 6b30065

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/docs/inputs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and the `-f` flag will be automatically prepended to each file.
5252
Example: `web.yaml db.yaml`
5353
Output: `-f web.yaml -f db.yaml`
5454

55-
### mode <Badge type="warning">Compose Only</Badge> {#mode}
55+
### mode <Badge type="warning" text="Compose Only" />
5656

5757
Enable Docker Compose mode by setting this to `compose`.
5858

@@ -61,7 +61,7 @@ instead of [stack deploy](https://docs.docker.com/reference/cli/docker/stack/dep
6161

6262
Example: `compose`
6363

64-
### args <Badge type="warning">Compose Only</Badge> {#args}
64+
### args <Badge type="warning" text="Compose Only" /> {#args}
6565

6666
Compose arguments to pass to the `compose up` command. Only used for `mode: compose` deployments.
6767
The `detach` flag defaults to false for compose. With no args the default is `--remove-orphans --force-recreate`.
@@ -137,7 +137,7 @@ _Compose._ You can also add to the [args](#args) with `--env-file stringArray`.
137137
That is set in your compose file as normal.
138138
:::
139139

140-
### detach <Badge type="warning">Swarm Only</Badge> {#detach}
140+
### detach <Badge type="warning" text="Swarm Only" /> {#detach}
141141

142142
Set this to `false` to not exit immediately and wait for the services to converge.
143143
This will generate extra output in the logs and is useful for debugging deployments.
@@ -146,13 +146,13 @@ Defaults to `false` in `mode: compose`.
146146

147147
See the [stack deploy Options](https://docs.docker.com/reference/cli/docker/stack/deploy/#options) for more details.
148148

149-
### resolve_image <Badge type="warning">Swarm Only</Badge> {#resolve-image}
149+
### resolve_image <Badge type="warning" text="Swarm Only" /> {#resolve-image}
150150

151151
When the default `always` is used, this argument is omitted.
152152

153153
See the [stack deploy Options](https://docs.docker.com/reference/cli/docker/stack/deploy/#options) for more details.
154154

155-
### registry_auth <Badge type="warning">Swarm Only</Badge> {#registry-auth}
155+
### registry_auth <Badge type="warning" text="Swarm Only" /> {#registry-auth}
156156

157157
Set to `true` to deploy with `--with-registry-auth`.
158158

docs/guides/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ prev:
88

99
<span class="search-keywords">Install and Setup Guide to Begin.</span>
1010

11-
To get started, create or update your [workflow file](#workflow) and review the [usage](#secrets).
11+
To get started, create or update your [workflow file](#workflow) and review the [usage](#usage).
1212

1313
_You can also view the [features](features.md) and additional [examples](examples.md)._
1414

0 commit comments

Comments
 (0)