chore: move MkDocs build output from site/ to .site/
Some checks failed
docs / deploy (push) Has been cancelled
Some checks failed
docs / deploy (push) Has been cancelled
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -68,5 +68,4 @@ Thumbs.db
|
|||||||
# Project specific
|
# Project specific
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
*.db
|
*.db
|
||||||
site/
|
.site/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
site_name: MetaORM
|
site_name: MetaORM
|
||||||
site_description: Async repository layer over SQLModel
|
site_description: Async repository layer over SQLModel
|
||||||
site_url: https://olegyurchik.github.io/metaorm/
|
site_url: https://olegyurchik.github.io/metaorm/
|
||||||
|
site_dir: .site
|
||||||
repo_url: https://github.com/OlegYurchik/metaorm
|
repo_url: https://github.com/OlegYurchik/metaorm
|
||||||
repo_name: OlegYurchik/metaorm
|
repo_name: OlegYurchik/metaorm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user