mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-22 02:17:45 +01:00
- Convert markdown output to fumadocs MDX - Add api-md2mdx.ts for markdown to MDX transformation - Remove sidebar auto-update functionality - Change output directory from src/impl to content/docs/impl - Update DOCS_DIR path in Makefile to local wiki directory - Copy swagger.json directly instead of generating markdown - Add argparse dependency for CLI argument parsing
15 lines
242 B
JSON
15 lines
242 B
JSON
{
|
|
"name": "update-wiki",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/argparse": "^2.0.17",
|
|
"@types/bun": "^1.3.9"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
}
|
|
}
|