mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-03 06:42:26 -04:00
6 lines
76 B
Bash
6 lines
76 B
Bash
#!/usr/bin/env bash
|
|
|
|
python -m mkdocs build
|
|
|
|
cp ./docs/index.md ./README.md
|