mirror of
https://github.com/fastapi/fastapi.git
synced 2025-12-30 17:50:39 -05:00
6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python -m mkdocs build
|
|
|
|
cp ./docs/index.md ./README.md
|