Skip to content

Commit 7a414e0

Browse files
committed
chore: bump version to 3.15.0 and fix audit MDX CI build
1 parent 525d04a commit 7a414e0

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
- [x] 2026-02-05 Add 34.52.203.209 to the IP whitelist.
88
- [x] 2026-02-19 Add worai CLI self-update command docs and startup update-check configuration notes.
99
- [x] 2026-02-19 Sync worai CLI docs with current command flags/defaults (`structured-data`, `google-search-console`, `configuration`, and command option tables).
10+
- [x] 2026-02-20 Fix CI MDX build break by escaping raw HTML (`<link rel="mcp">`) in `api/audit.yaml` descriptions.

api/audit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ paths:
2525
- Image accessibility
2626
- Automation readiness for AI agents
2727
- JavaScript rendering and bot accessibility
28-
- WebMCP support (.well-known/mcp.json manifest and <link rel="mcp"> tag detection)
28+
- WebMCP support (.well-known/mcp.json manifest and `<link rel="mcp">` tag detection)
2929
- Content freshness (legacy field, status Unknown)
3030
- Internal linking (legacy field, status Unknown)
3131
- HTML semantics (legacy field, status Unknown)
@@ -364,11 +364,11 @@ components:
364364
description: Whether .well-known/mcp.json exists (WebMCP manifest exposing callable tools to AI agents)
365365
mcpLinkTag:
366366
type: boolean
367-
description: Whether a <link rel="mcp"> discovery tag was detected in the page HTML
367+
description: Whether a `<link rel="mcp">` discovery tag was detected in the page HTML
368368
mcpEndpoint:
369369
type: string
370370
nullable: true
371-
description: The href value of the <link rel="mcp"> tag, if present; null otherwise
371+
description: The href value of the `<link rel="mcp">` tag, if present; null otherwise
372372

373373
SiteFiles:
374374
type: object

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "3.14.0",
3+
"version": "3.15.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)