Skip to content

Commit 762050f

Browse files
mavamclaude
andcommitted
Remove Markdoc dependencies
Remove @astrojs/markdoc and @astrojs/starlight-markdoc from dependencies since all content has been migrated to MDX. Also remove .mdoc from the markdownlint glob patterns. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 360cc44 commit 762050f

File tree

2 files changed

+2
-90
lines changed

2 files changed

+2
-90
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"sync:changelog": "node scripts/sync-changelog.mjs",
1212
"sync:openapi": "bash scripts/sync-openapi.sh",
1313
"lint": "pnpm run lint:markdown && pnpm run lint:eslint && pnpm run lint:prettier",
14-
"lint:markdown": "markdownlint '**/*.md' '**/*.mdx' '**/*.mdoc' --ignore node_modules --ignore .astro",
15-
"lint:markdown:fix": "markdownlint '**/*.md' '**/*.mdx' '**/*.mdoc' --ignore node_modules --ignore .astro --fix",
14+
"lint:markdown": "markdownlint '**/*.md' '**/*.mdx' --ignore node_modules --ignore .astro",
15+
"lint:markdown:fix": "markdownlint '**/*.md' '**/*.mdx' --ignore node_modules --ignore .astro --fix",
1616
"lint:eslint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro",
1717
"lint:eslint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.astro --fix",
1818
"lint:prettier": "prettier --check .",
@@ -22,10 +22,8 @@
2222
"postinstall": "node scripts/fix-starlight-llms-txt.js"
2323
},
2424
"dependencies": {
25-
"@astrojs/markdoc": "^0.15.8",
2625
"@astrojs/sitemap": "^3.6.0",
2726
"@astrojs/starlight": "^0.36.2",
28-
"@astrojs/starlight-markdoc": "^0.5.1",
2927
"@expressive-code/core": "0.41.3",
3028
"@fontsource-variable/inter": "^5.2.8",
3129
"@fontsource-variable/jetbrains-mono": "^5.2.8",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)