Skip to main content

Mkdocs Gitlinks

Project description

MKDocs Gitlinks

This is a simple plugin for MKDocs that creates links to git projects easier.

Usage

To use the plugin you need to set it up

Config

In the mkdocs.yml add:

plugins:
  - mkdocs_gitlinks:

Markdown

Then in the markdown you can link to git projects (currently only Github is supported) by using the syntax below:

[github](orginisation/project)

For example to link to this project use:

[github](umaaz/mkdocs_gitlinks)

Output

The result of this is to change the link to:

img.png

Options

There are a few options available

plugins:
  - mkdocs_gitlinks:
      show_docs: false # setting this to true will include a link to the github pages for the project
      github_host: github.com # this allows for changing the github host name

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs_gitlinks-0.0.2.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

mkdocs_gitlinks-0.0.2-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page