Skip to main content

Add badges to your mkdocs page

Project description

mkdocs-badges

PyPI version License Python versions

This package allows you to add badges to your mkdocs site.

Setup

Install the plugin using pip:

pip install mkdocs-badges

Then, add the plugin to your mkdocs.yml:

plugins:
  - search
  - badges

If you have no plugins entry in your config file yet, you'll likely also want to add the search plugin. MkDocs enables it by default if there is no plugins entry set.

More information about plugins in the MkDocs documentation.

Usage

Badges are defined like this:

|@github:six-two/mkdocs-badges|
|@pip:mkdocs-badges|
|"Badge name":badge value|
|"Height":N/A|

This should create badges that look like this (actual colors will depend on your theme):

Screenshot of badges

There are different types of badges.

Normal badges

Normal badges use the syntax |"Name":value|. They just render a badge, but do not react to clicks. If you want to link to something, you can put the badge in a link like this:

[|"Github":mkdocs-badges|](q)

Install badges

Install badges can be used to tell users how to install software. They are defined like this:

|@github:six-two/mkdocs-badges|

Clicking on the badge name Github will copy the command used to install the software (git clone https://github.com/six-two/mkdocs-badges). Clicking on the badge's value six-two/mkdocs-badges will bring the user to the package's site (https://github.com/six-two/mkdocs-badges).

The currently supported badge names can be seen in src/mkdocs_badges/install_badge.py. You can also edit that file to add any badge types you may need. In the future I plan to read the data from a data file, so that users can add custom ones.

Configuration

Confiruration option Type Default value Description
install_badges bool True Enables parsing of install badges. Use False to not parse them
normal_badges bool True Enables parsing of normal badges. Use False to not parse them
badge_css str "" Use a different CSS file for the badges. The given path will be added to extra_css, so that it is included on every page. If the file does not exist or an empty value is used, the default CSS is used.
badge_js str "" Use a different JavaScirpt file for the badges. The given path will be added to extra_javascript, so that it is included on every page. If the file does not exist or an empty value is used, the default JavaScirpt code is used.

TODO

  • Load install badge data from a JSON/YAML file (and also make it customizable)

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-badges-0.1.0.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

mkdocs_badges-0.1.0-py3-none-any.whl (9.3 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