Metadata-Version: 2.4
Name: mkdocs-gitlab-wiki-edit-url
Version: 0.0.2
Summary: MkDocs plugin for using Edit URLs compatible with Gitlab Wiki
Home-page: https://github.com/auke-/mkdocs-gitlab-wiki-edit-url
Author: Auke Schrijnen
Author-email: Auke Schrijnen <auke@schrijnen.nl>
License-Expression: MIT
Project-URL: Homepage, https://github.com/auke-/mkdocs-gitlab-wiki-edit-url
Project-URL: Issues, https://github.com/auke-/mkdocs-gitlab-wiki-edit-url/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file

# MKDocs Gitlab Wiki Edit Url Support

This plugin is to enable mkdocs to produce output that uses the Gitlab Wiki-style edit URL's, e.g. https://gitlab.com/project/repo/-/wikis/some/path?edit=true
You will need to set repo_url to your wiki URL, e.g. https://gitlab.com/project/repo/wiki. The plugin will use repo_url/<path>?edit=true as the URL style.

# Install

- Use `pip install mkdocs-gitlab-wiki-edit-url`
- Add the plugin to your `mkdocs.yml`, e.g.:
```
plugins:
  - search
  - gitlab-wiki-edit-url
```

# Origin

This plugin is inspired by and forked from [mkdocs-github-wiki-edit-url](https://github.com/MichelZ/mkdocs-github-wiki-edit-url).
