-
- Downloads
Add docs
docs/index.md
0 → 100644
... | @@ -7,11 +7,15 @@ | ... | @@ -7,11 +7,15 @@ |
"build": "tsc && vite build", | "build": "tsc && vite build", | ||
"preview": "vite preview", | "preview": "vite preview", | ||
"update-schema": "wget https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/develop/raw/docs/schema.yml?job=build_docs -O schema.yml", | "update-schema": "wget https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/develop/raw/docs/schema.yml?job=build_docs -O schema.yml", | ||
"generate-api": "oazapfts schema.yml src/api.ts" | "generate-api": "oazapfts schema.yml src/api.ts", | ||
"docs:dev": "vitepress dev docs", | |||
"docs:build": "vitepress build docs", | |||
"docs:serve": "vitepress serve docs" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"typescript": "^4.6.4", | "typescript": "^4.6.4", | ||
"vite": "^3.1.0" | "vite": "^3.1.0", | ||
"vitepress": "^1.0.0-alpha.15" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"oazapfts": "^4.1.0", | "oazapfts": "^4.1.0", | ||
... | ... |
Please register or sign in to comment