Skip to content

Commit 0619177

Browse files
committed
docs: change txt to text in code fences
1 parent 301d240 commit 0619177

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

apps/docs/src/pages/guide/integration/building-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Don't embed logic in components. Extract to composables, expose via slot props:
284284

285285
Map utilities to semantic tokens, not raw colors:
286286

287-
```txt
287+
```text
288288
// Bad: Raw colors
289289
'bg-blue-500'
290290
@@ -309,7 +309,7 @@ const pref = storage.get('key', 'default')
309309

310310
## File Structure
311311

312-
```txt
312+
```text
313313
apps/docs/
314314
├── build/ # Build-time plugins
315315
│ ├── generate-api.ts # API extraction

apps/docs/src/pages/guide/integration/devkey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Devkey exposes a small, focused set of scripts:
118118

119119
## Project Structure
120120

121-
```
121+
```text
122122
devkey/
123123
├── public/ # Static assets served as-is
124124
├── src/

apps/docs/src/pages/guide/tooling/ai-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@ claude mcp add --transport http vuetify-mcp https://mcp.vuetifyjs.com/mcp
5353

5454
Or fetch docs directly in your session:
5555

56-
```txt
56+
```text
5757
WebFetch https://0.vuetifyjs.com/llms-full.txt
5858
```
5959

6060
**Cursor / Windsurf** — Add to .cursorrules or configure MCP:
6161

62-
```txt
62+
```text
6363
@https://0.vuetifyjs.com/llms.txt
6464
```
6565

6666
See [Vuetify MCP](/guide/tooling/vuetify-mcp) for IDE configuration.
6767

6868
**ChatGPT / Claude.ai** — Paste the URL in chat:
6969

70-
```txt
70+
```text
7171
Read https://0.vuetifyjs.com/llms-full.txt and help me build a multi-select dropdown.
7272
```
7373

@@ -83,7 +83,7 @@ Read https://0.vuetifyjs.com/llms-full.txt and help me build a multi-select drop
8383

8484
**Without MCP** — Fetch SKILL.md at session start:
8585

86-
```txt
86+
```text
8787
WebFetch https://0.vuetifyjs.com/SKILL.md
8888
```
8989

apps/docs/src/pages/guide/tooling/vuetify-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ The analyzer scans your project and detects all imports from `@vuetify/v0`:
294294

295295
After analyzing your project, the CLI generates a **personalized documentation URL**:
296296

297-
```txt
297+
```text
298298
https://0.vuetifyjs.com/?features=Dialog,Avatar,useDisplay,...
299299
```
300300

apps/docs/src/pages/introduction/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pnpm dev:docs
7373

7474
### Project Structure
7575

76-
```txt
76+
```text
7777
├── packages/
7878
│ └── 0/ # @vuetify/v0 - main package
7979
│ ├── src/
@@ -139,7 +139,7 @@ Use descriptive branch names:
139139

140140
Follow the [Conventional Commits](https://www.conventionalcommits.org/) format:
141141

142-
```txt
142+
```text
143143
type(scope): subject
144144
```
145145

apps/docs/src/pages/introduction/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The MIT License allows you to:
3232

3333
## Full License Text
3434

35-
```txt LICENSE.md collapse
35+
```text LICENSE.md collapse
3636
The MIT License (MIT)
3737
3838
Copyright (c) 2016-now Vuetify, LLC

0 commit comments

Comments
 (0)