add mkdocs.yml and pyproject.toml

also make docs separate header
This commit is contained in:
mauwii 2023-02-06 20:47:20 +01:00
parent f3eff38f90
commit 5baf0ae755
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

8
.github/CODEOWNERS vendored
View File

@ -1,10 +1,14 @@
# continuous integration
/.github/workflows/ @mauwii
# installation and configuration
# documentation
/docs/ @lstein @mauwii @tildebyte
mkdocs.yml @lstein @mauwii
# installation and configuration
/pyproject.toml @mauwii @lstein @ebr
/docker/ @mauwii
/scripts/ @ebr @lstein
/scripts/ @ebr @lstein
/installer/ @ebr @lstein @tildebyte
ldm/invoke/config @lstein @ebr
invokeai/assets @lstein @ebr