Skip to content

Commit 648b553

Browse files
authored
fix: fix vale errors (#23218)
<!--Delete sections as needed --> ## Description Fix Vale and linting errors in AI section.
1 parent b77cb40 commit 648b553

File tree

6 files changed

+14
-19
lines changed

6 files changed

+14
-19
lines changed

_vale/Docker/HeadingSentenceCase.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ denylist
3737
deprovisioning
3838
deserialization
3939
deserialize
40-
Dev
40+
[Dd]ev
4141
Dev Environments?
4242
Dex
4343
displayName

content/manuals/ai/compose/models-and-compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ models:
134134
```
135135

136136
With short syntax, the platform automatically generates environment variables based on the model name:
137-
- `LLM_URL` - URL to access the llm model
138-
- `LLM_MODEL` - Model identifier for the llm model
137+
- `LLM_URL` - URL to access the LLM model
138+
- `LLM_MODEL` - Model identifier for the LLM model
139139
- `EMBEDDING_MODEL_URL` - URL to access the embedding-model
140140
- `EMBEDDING_MODEL_MODEL` - Model identifier for the embedding-model
141141

content/manuals/ai/gordon/mcp/built-in-tools.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,13 @@ Interact with Docker containers, images, and volumes.
133133

134134
#### Container management
135135

136-
| Name | Description |
137-
|---------------|----------------------------------------|
138-
| `docker` | Access the Docker CLI |
139-
| `list_builds` | List builds in the Docker daemon |
140-
| `build_logs` | Show build logs |
136+
<!-- vale off -->
137+
138+
| Name | Description |
139+
|---------------|----------------------------------|
140+
| `docker` | Access the Docker CLI |
141+
| `list_builds` | List builds in the Docker daemon |
142+
| `build_logs` | Show build logs |
141143

142144
#### Volume management
143145

content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Tools to interact with your Docker repositories and discover content on Docker H
224224
| `create-repository` | Creates a new repository |
225225
| `docker-hardened-images` | Lists available [Docker Hardened Images](https://www.docker.com/products/hardened-images/) in specified namespace |
226226
| `get-namespaces` | Get organizations/namespaces for a user |
227-
| `get-repository-dockerfile` | Gets dockerfile for repository |
227+
| `get-repository-dockerfile` | Gets Dockerfile for repository |
228228
| `get-repository-info` | Gets repository info |
229229
| `list-repositories-by-namespace` | Lists repositories under namespace |
230230
| `list-repository-tags` | List repository tags |

content/manuals/ai/model-runner/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ Use the [`docker model run` command](/reference/cli/docker/model/run/).
219219
## Troubleshooting
220220

221221
### Display the logs
222+
222223
To troubleshoot issues, display the logs:
223224

224225
{{< tabs group="release" >}}
@@ -236,7 +237,7 @@ Use the [`docker model logs` command](/reference/cli/docker/model/logs/).
236237
{{< /tab >}}
237238
{{< /tabs >}}
238239

239-
### Inpect requests and responses
240+
### Inspect requests and responses
240241

241242
Inspecting requests and responses helps you diagnose model-related issues.
242243
For example, you can evaluate context usage to verify you stay within the model's context
@@ -564,7 +565,7 @@ POST /engines/llama.cpp/v1/completions
564565
POST /engines/llama.cpp/v1/embeddings
565566
```
566567

567-
To call these endpoints via a Unix socket (`/var/run/docker.sock`), prefix their path with
568+
To call these endpoints via a Unix socket (`/var/run/docker.sock`), prefix their path
568569
with `/exp/vDD4.40`.
569570

570571
> [!NOTE]

0 commit comments

Comments
 (0)