https://github.com/daxartio/mkdocs-gitlab
Use Gitlab CI's variables for your docs
https://github.com/daxartio/mkdocs-gitlab
gitlab-ci mkdocs plugin
Last synced: 8 months ago
JSON representation
Use Gitlab CI's variables for your docs
- Host: GitHub
- URL: https://github.com/daxartio/mkdocs-gitlab
- Owner: daxartio
- License: mit
- Created: 2023-07-10T18:32:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T16:44:46.000Z (over 1 year ago)
- Last Synced: 2025-01-31T08:05:19.876Z (over 1 year ago)
- Topics: gitlab-ci, mkdocs, plugin
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MkDocs Gitlab
[](https://pypi.org/project/mkdocs-gitlab/)
[](https://www.python.org/downloads/)
[](https://github.com/daxartio/mkdocs-gitlab)
[](https://github.com/daxartio/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
```yaml
site_name: Title
plugins:
- gitlab
```
## License
* [MIT LICENSE](LICENSE)
## Contribution
[Contribution guidelines for this project](CONTRIBUTING.md)