docs: add docs
This commit is contained in:
parent
c786404692
commit
7d8ff5fd1e
11 changed files with 159 additions and 0 deletions
3
docs/scripts/copy-docs.sh
Normal file
3
docs/scripts/copy-docs.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
set -eo pipefail
|
||||
|
||||
cp CHANGELOG.md changelog.md ./docs/
|
||||
3
docs/scripts/requirements.txt
Normal file
3
docs/scripts/requirements.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
mkdocs == 1.3.1
|
||||
mkdocs-material == 8.4.3
|
||||
mike == 1.1.2
|
||||
Reference in a new issue