Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 632 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 632 Bytes

Contributing guide

Install from the source

git clone https://github.com/haoda-li/mkdocs-plotly-plugin.git
cd mkdocs-plotly-plugin
pip install -e .

Credits

Inspiration for this plugin came from Tim Vink's mkdocs-charts-plugin and Blueswen's mkdocs-glightbox.

@facelessuser's excellent https://facelessuser.github.io/pymdown-extensions library and documentation helped making this plugin a lot easier.

And Plotly is an amazing library for interactive visualizations.