feat: Added docs via MkDocs

This commit is contained in:
AURUMVORXX
2024-11-04 05:09:59 +03:00
parent 810dd00dd8
commit 6a20d96bb5
21 changed files with 299 additions and 63 deletions

21
.github/workflows/docs_pages.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: docs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: |
pip install mkdocs
pip install "mkdocstrings[python]"
pip install mkdocs-material
pip install mkdocs-callouts
mkdocs gh-deploy --force