docs: re-add default generated markdown docs

This commit is contained in:
Foorack
2021-08-07 23:41:51 +02:00
parent 4eb56da5fc
commit c773dd31cb
52 changed files with 2350 additions and 2 deletions

View File

@ -12,8 +12,6 @@ openapi-generator-cli generate \
-i ../specification/openapi.yaml \
--http-user-agent="vrchatapi-rust"
rm docs -rf
sed -i '/^edition = "2018"/i license = "MIT"' Cargo.toml
sed -i '/^edition = "2018"/a description="VRChat API Library for Rust"' Cargo.toml