mkdocs-gitlab

Use Gitlab CI's variables for your docs

MIT License

Downloads
208
Stars
2
Committers
2

MkDocs Gitlab

The plugin updates mkdocs config with Gitlab CI/CD variables.

  • CI_PROJECT_TITLE
  • CI_PROJECT_DESCRIPTION
  • CI_PAGES_URL
  • CI_PROJECT_URL
  • CI_PROJECT_PATH

Also the pugin deletes the [[_TOC_]] or [TOC] tag.

Installation

pip

pip install mkdocs-gitlab

Usage

site_name: Title

plugins:
- gitlab

License

Contribution

Contribution guidelines for this project

Package Rankings
Top 30.42% on Pypi.org
Badges
Extracted from project README's
PyPI PyPI - Python Version GitHub last commit GitHub stars
Related Projects