Files
nonebot2/scripts/build-api-docs.sh
T
2026-07-25 15:51:57 +08:00

14 lines
234 B
Bash
Executable File

#!/usr/bin/env bash
set -e
# cd to the root of the project
cd "$(dirname "$0")/.."
nb-autodoc nonebot \
-s nonebot.plugins \
-u nonebot.internal \
-u nonebot.internal.*
cp -r ./build/nonebot/* ./website/docs/api/
pnpm format