pr-agent/docs
2024-03-19 16:33:43 +02:00
..
docs Review vs. Improve tools comparison 2024-03-19 16:33:43 +02:00
overrides/partials Update footer title and improve responsive design in footer.html 2024-03-12 10:22:48 +02:00
mkdocs.yml Refactor PR-Agent Pro installation documentation and update navigation links 2024-03-17 13:11:08 +02:00
README.md Update README.md 2024-03-06 22:25:21 +02:00

To install:

pip install mkdocs pip install mkdocs-material pip install mkdocs-material-extensions pip install "mkdocs-material[imaging]"

docs

To run localy: mkdocs serve

To expand and customize the theme: Material MKDocs

The deployment is managed on the gh-pages branches. After each merge to main the deplloyment will be taken care of by GH action automatically and the new version will be available at: Docs

Github action is located in .github/workflows/ci.yml file.