diff --git a/README.md b/README.md index a907448..5381822 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

-This curated list contains 200 awesome open-source projects with a total of 22K stars grouped into 18 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/pawamoy/best-of-mkdocs/issues/new/choose), submit a [pull request](https://github.com/pawamoy/best-of-mkdocs/pulls), or directly edit the [projects.yaml](https://github.com/pawamoy/best-of-mkdocs/edit/main/projects.yaml). Contributions are very welcome! +This curated list contains 200 awesome open-source projects with a total of 23K stars grouped into 18 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/pawamoy/best-of-mkdocs/issues/new/choose), submit a [pull request](https://github.com/pawamoy/best-of-mkdocs/pulls), or directly edit the [projects.yaml](https://github.com/pawamoy/best-of-mkdocs/edit/main/projects.yaml). Contributions are very welcome! > 🧙‍♂️ Discover other [best-of lists](https://best-of.org) or [create your own](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). @@ -35,7 +35,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K - [✅ Quality checks (code blocks, spelling, etc.)](#-quality-checks-code-blocks-spelling-etc) _5 projects_ - [🔍 Search & tables of content](#-search--tables-of-content) _3 projects_ - [🍱 Site conversion (PDF/ePUB/etc.)](#-site-conversion-pdfepubetc) _9 projects_ -- [🔧 Site management](#-site-management) _12 projects_ +- [🔧 Site management](#-site-management) _11 projects_ - [📁 Snippets & includes (reusing contents)](#-snippets--includes-reusing-contents) _9 projects_ - [🎨 Theming](#-theming) _31 projects_ - [👽 Other](#-other) _8 projects_ @@ -68,17 +68,17 @@ This curated list contains 200 awesome open-source projects with a total of 22K
mkdocstrings - 🥇31 · ⭐ 1.2K · ISC ·
Automatic documentation from sources, for MkDocs.
-- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨‍💻 36 · 🔀 91 · 📦 7.7K · 📋 340 - 14% open · ⏱️ 11.05.2023): +- [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨‍💻 36 · 🔀 91 · 📦 7.8K · 📋 340 - 13% open · ⏱️ 11.05.2023): ``` git clone https://github.com/mkdocstrings/mkdocstrings ``` -- [PyPi](https://pypi.org/project/mkdocstrings) (📥 360K / month): +- [PyPi](https://pypi.org/project/mkdocstrings) (📥 350K / month): ``` pip install mkdocstrings ```
-
mkdocs-click - 🥇18 · ⭐ 66 · Apache-2 ·
An MkDocs extension to generate documentation for Click command line applications.
+
mkdocs-click - 🥇18 · ⭐ 67 · Apache-2 ·
An MkDocs extension to generate documentation for Click command line applications.
- [GitHub](https://github.com/DataDog/mkdocs-click) (👨‍💻 11 · 🔀 16 · 📦 250 · 📋 25 - 64% open · ⏱️ 20.12.2022): @@ -97,19 +97,19 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/daizutabi/mkapi ``` -- [PyPi](https://pypi.org/project/mkapi) (📥 2.9K / month): +- [PyPi](https://pypi.org/project/mkapi) (📥 3.5K / month): ``` pip install mkapi ```
-
MkDocsOAD - 🥉15 · ⭐ 59 · MIT · ·
Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..
+
MkDocsOAD - 🥉15 · ⭐ 58 · MIT · ·
Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..
- [GitHub](https://github.com/Neoteroi/mkdocs-plugins) (👨‍💻 6 · 🔀 4 · 📥 100 · 📦 16 · 📋 21 - 28% open · ⏱️ 26.04.2023): ``` git clone https://github.com/Neoteroi/mkdocs-plugins ``` -- [PyPi](https://pypi.org/project/neoteroi-mkdocs) (📥 2.2K / month): +- [PyPi](https://pypi.org/project/neoteroi-mkdocs) (📥 2.6K / month): ``` pip install neoteroi-mkdocs ``` @@ -125,11 +125,11 @@ This curated list contains 200 awesome open-source projects with a total of 22K
Show 7 hidden projects... - MkAutoDoc - 🥈16 · ⭐ 200 · ❗️BSD ·
Auto documentation for MkDocs. -- mkdoxy - 🥈16 · ⭐ 12 · MIT ·
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your.. +- mkdoxy - 🥈16 · ⭐ 13 · MIT ·
Automatically generates API documentation for your project based on Doxygen comments and code snippets in your.. - mktheapidocs - 🥉13 · ⭐ 10 · MIT ·
Numpydocs - mkdocs friendly markdown. - mkdocs-typer - 🥉8 · ⭐ 16 · 💤 · Apache-2 ·
An MkDocs extension to generate documentation for Typer command line applications. -- inari - 🥉7 · ⭐ 6 · 💤 · MIT ·
Write docstrings in markdown!. -- doxygen - 🥉6 · ⭐ 13 · 💤 · MIT ·
A Doxygen plugin for MkDocs. +- doxygen - 🥉6 · ⭐ 14 · 💤 · MIT ·
A Doxygen plugin for MkDocs. +- inari - 🥉6 · ⭐ 6 · 💤 · MIT ·
Write docstrings in markdown!. - mkdocs-yaarg-plugin - 🥉2 · ⭐ 2 · 💤 · ❗Unlicensed ·
Yet Another API Reference Generator plugin for MKDocs.

@@ -140,24 +140,24 @@ This curated list contains 200 awesome open-source projects with a total of 22K
rss - 🥇23 · ⭐ 47 · MIT ·
MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).
-- [GitHub](https://github.com/Guts/mkdocs-rss-plugin) (👨‍💻 10 · 🔀 13 · 📥 16 · 📦 190 · 📋 31 - 29% open · ⏱️ 04.04.2023): +- [GitHub](https://github.com/Guts/mkdocs-rss-plugin) (👨‍💻 10 · 🔀 13 · 📥 18 · 📦 200 · 📋 31 - 29% open · ⏱️ 04.04.2023): ``` git clone https://github.com/Guts/mkdocs-rss-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-rss-plugin) (📥 12K / month): +- [PyPi](https://pypi.org/project/mkdocs-rss-plugin) (📥 11K / month): ``` pip install mkdocs-rss-plugin ```
-
mkdocs-blogging-plugin - 🥈20 · ⭐ 61 · MIT ·
Add blogging feature to your MkDocs site.
+
mkdocs-blogging-plugin - 🥈20 · ⭐ 63 · MIT ·
Add blogging feature to your MkDocs site.
-- [GitHub](https://github.com/liang2kl/mkdocs-blogging-plugin) (👨‍💻 6 · 🔀 14 · 📥 8 · 📦 86 · 📋 34 - 11% open · ⏱️ 28.04.2023): +- [GitHub](https://github.com/liang2kl/mkdocs-blogging-plugin) (👨‍💻 6 · 🔀 14 · 📥 8 · 📦 90 · 📋 34 - 11% open · ⏱️ 28.04.2023): ``` git clone https://github.com/liang2kl/mkdocs-blogging-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-blogging-plugin) (📥 4.4K / month): +- [PyPi](https://pypi.org/project/mkdocs-blogging-plugin) (📥 4.6K / month): ``` pip install mkdocs-blogging-plugin ``` @@ -175,79 +175,79 @@ This curated list contains 200 awesome open-source projects with a total of 22K Back to top -
mermaid2 - 🥇22 · ⭐ 150 · 📈 · MIT ·
A Mermaid graphs plugin for mkdocs.
+
mermaid2 - 🥇23 · ⭐ 150 · 📈 · MIT ·
A Mermaid graphs plugin for mkdocs.
-- [GitHub](https://github.com/fralau/mkdocs-mermaid2-plugin) (👨‍💻 12 · 🔀 20 · 📦 1.3K · 📋 49 - 16% open · ⏱️ 30.04.2023): +- [GitHub](https://github.com/fralau/mkdocs-mermaid2-plugin) (👨‍💻 12 · 🔀 21 · 📦 1.3K · 📋 49 - 16% open · ⏱️ 30.04.2023): ``` git clone https://github.com/fralau/mkdocs-mermaid2-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-mermaid2-plugin) (📥 88K / month): +- [PyPi](https://pypi.org/project/mkdocs-mermaid2-plugin) (📥 90K / month): ``` pip install mkdocs-mermaid2-plugin ```
-
table-reader - 🥇19 · ⭐ 68 · MIT ·
MkDocs plugin that enables a markdown tag like {{ read_csv(table.csv) }} to directly insert various table formats into..
+
table-reader - 🥇19 · ⭐ 69 · MIT ·
MkDocs plugin that enables a markdown tag like {{ read_csv(table.csv) }} to directly insert various table formats into..
- [GitHub](https://github.com/timvink/mkdocs-table-reader-plugin) (👨‍💻 5 · 🔀 9 · 📦 250 · 📋 35 - 17% open · ⏱️ 30.01.2023): ``` git clone https://github.com/timvink/mkdocs-table-reader-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-table-reader-plugin) (📥 32K / month): +- [PyPi](https://pypi.org/project/mkdocs-table-reader-plugin) (📥 35K / month): ``` pip install mkdocs-table-reader-plugin ```
MkDocs GLightbox - 🥈18 · ⭐ 51 · MIT ·
A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
-- [GitHub](https://github.com/blueswen/mkdocs-glightbox) (👨‍💻 2 · 🔀 8 · 📥 20 · 📦 750 · 📋 19 - 21% open · ⏱️ 25.04.2023): +- [GitHub](https://github.com/blueswen/mkdocs-glightbox) (👨‍💻 2 · 🔀 8 · 📥 20 · 📦 800 · 📋 19 - 21% open · ⏱️ 25.04.2023): ``` git clone https://github.com/blueswen/mkdocs-glightbox ``` -- [PyPi](https://pypi.org/project/mkdocs-glightbox) (📥 43K / month): +- [PyPi](https://pypi.org/project/mkdocs-glightbox) (📥 44K / month): ``` pip install mkdocs-glightbox ```
-
MkDocs Video - 🥈17 · ⭐ 41 · 📉 · MIT ·
MkDocs Video plugin.
+
drawio-exporter - 🥈17 · ⭐ 53 · MIT ·
Exports your Draw.io diagrams at build time for easier embedding into your documentation.
-- [GitHub](https://github.com/soulless-viewer/mkdocs-video) (👨‍💻 5 · 🔀 9 · 📥 19 · 📦 340 · 📋 14 - 21% open · ⏱️ 17.03.2023): +- [GitHub](https://github.com/LukeCarrier/mkdocs-drawio-exporter) (👨‍💻 4 · 🔀 4 · 📦 44 · 📋 24 - 20% open · ⏱️ 28.05.2022): ``` - git clone https://github.com/soulless-viewer/mkdocs-video + git clone https://github.com/LukeCarrier/mkdocs-drawio-exporter ``` -- [PyPi](https://pypi.org/project/mkdocs-video) (📥 30K / month): +- [PyPi](https://pypi.org/project/mkdocs-drawio-exporter) (📥 6.8K / month): ``` - pip install mkdocs-video + pip install mkdocs-drawio-exporter ```
-
kroki - 🥈17 · ⭐ 25 · 📉 · MIT ·
MkDocs plugin for Kroki-Diagrams.
+
MkDocs Video - 🥈17 · ⭐ 41 · MIT ·
MkDocs Video plugin.
-- [GitHub](https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin) (👨‍💻 11 · 🔀 18 · 📦 20 · 📋 16 - 31% open · ⏱️ 31.03.2023): +- [GitHub](https://github.com/soulless-viewer/mkdocs-video) (👨‍💻 5 · 🔀 9 · 📥 20 · 📦 350 · 📋 14 - 21% open · ⏱️ 17.03.2023): ``` - git clone https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin + git clone https://github.com/soulless-viewer/mkdocs-video ``` -- [PyPi](https://pypi.org/project/mkdocs-kroki-plugin) (📥 10K / month): +- [PyPi](https://pypi.org/project/mkdocs-video) (📥 28K / month): ``` - pip install mkdocs-kroki-plugin + pip install mkdocs-video ```
-
drawio-exporter - 🥈16 · ⭐ 53 · MIT ·
Exports your Draw.io diagrams at build time for easier embedding into your documentation.
+
kroki - 🥈17 · ⭐ 25 · MIT ·
MkDocs plugin for Kroki-Diagrams.
-- [GitHub](https://github.com/LukeCarrier/mkdocs-drawio-exporter) (👨‍💻 4 · 🔀 4 · 📦 44 · 📋 24 - 20% open · ⏱️ 28.05.2022): +- [GitHub](https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin) (👨‍💻 11 · 🔀 18 · 📦 20 · 📋 16 - 31% open · ⏱️ 31.03.2023): ``` - git clone https://github.com/LukeCarrier/mkdocs-drawio-exporter + git clone https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-drawio-exporter) (📥 6.8K / month): +- [PyPi](https://pypi.org/project/mkdocs-kroki-plugin) (📥 10K / month): ``` - pip install mkdocs-drawio-exporter + pip install mkdocs-kroki-plugin ```
-
build-plantuml - 🥈15 · ⭐ 41 · MIT ·
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).
+
build-plantuml - 🥈16 · ⭐ 41 · MIT ·
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).
- [GitHub](https://github.com/quantorconsulting/mkdocs_build_plantuml) (👨‍💻 7 · 🔀 12 · 📦 74 · 📋 17 - 17% open · ⏱️ 04.12.2022): @@ -259,26 +259,26 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install mkdocs-build-plantuml-plugin ```
-
charts - 🥈14 · ⭐ 46 · MIT ·
Mkdocs plugin to add charts to your pages.
+
charts - 🥈14 · ⭐ 45 · MIT ·
Mkdocs plugin to add charts to your pages.
- [GitHub](https://github.com/timvink/mkdocs-charts-plugin) (🔀 1 · 📦 29 · 📋 14 - 28% open · ⏱️ 16.01.2023): ``` git clone https://github.com/timvink/mkdocs-charts-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-charts-plugin) (📥 2.3K / month): +- [PyPi](https://pypi.org/project/mkdocs-charts-plugin) (📥 2.7K / month): ``` pip install mkdocs-charts-plugin ```
markdownmermaid - 🥉13 · ⭐ 26 · 💤 · MIT ·
A MkDocs plugin that support mermaid graph in markdown file.
-- [GitHub](https://github.com/pugong/mkdocs-mermaid-plugin) (👨‍💻 2 · 🔀 15 · 📦 61 · 📋 6 - 50% open · ⏱️ 26.05.2019): +- [GitHub](https://github.com/pugong/mkdocs-mermaid-plugin) (👨‍💻 2 · 🔀 15 · 📦 62 · 📋 6 - 50% open · ⏱️ 26.05.2019): ``` git clone https://github.com/pugong/mkdocs-mermaid-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-mermaid-plugin) (📥 9.2K / month): +- [PyPi](https://pypi.org/project/mkdocs-mermaid-plugin) (📥 9.4K / month): ``` pip install mkdocs-mermaid-plugin ``` @@ -290,7 +290,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/zoni/mkdocs-diagrams ``` -- [PyPi](https://pypi.org/project/mkdocs-diagrams) (📥 7K / month): +- [PyPi](https://pypi.org/project/mkdocs-diagrams) (📥 7.6K / month): ``` pip install mkdocs-diagrams ``` @@ -302,8 +302,8 @@ This curated list contains 200 awesome open-source projects with a total of 22K - Termage - 🥉7 · ⭐ 12 · MIT ·
Generate SVGs from any Python code, even in your documentation. - markdownwavedrom - 🥉6 · ⭐ 9 · 💤 · MPL-2.0 ·
A MkDocs plugin for support wavedrom charts in markdown file. - markdown-figcap - 🥉5 · ⭐ 1 · 💤 · BSD-3 ·
Extension for Python-Markdown to handle figure and figcaption. -- sequence-js - 🥉4 · ⭐ 4 · 💤 · MIT ·
MkDocs plugin to render sequence.js blocks. -- plotly charts - 🥉3 · ⭐ 1 · 🐣 · MIT ·
Mkdocs plugin to add interactive charts with Plotly.js. +- plotly charts - 🥉4 · ⭐ 1 · 🐣 · MIT ·
Mkdocs plugin to add interactive charts with Plotly.js. +- sequence-js - 🥉3 · ⭐ 4 · 💤 · MIT ·
MkDocs plugin to render sequence.js blocks. - MkHack3rs - 🥉2 · ⭐ 3 · 💤 · ❗Unlicensed ·
Hacks & Integrations for Mkdocs / Material Theme. - import-statement (🥉2 · ⭐ 1 · 🐣) - MIT
@@ -315,7 +315,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K
macros - 🥇26 · ⭐ 190 · MIT ·
Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
-- [GitHub](https://github.com/fralau/mkdocs_macros_plugin) (👨‍💻 26 · 🔀 37 · 📦 1.9K · 📋 93 - 6% open · ⏱️ 24.04.2023): +- [GitHub](https://github.com/fralau/mkdocs_macros_plugin) (👨‍💻 26 · 🔀 37 · 📦 1.9K · 📋 94 - 7% open · ⏱️ 24.04.2023): ``` git clone https://github.com/fralau/mkdocs_macros_plugin @@ -325,14 +325,14 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install mkdocs-macros-plugin ```
-
mkdocs-jupyter - 🥇24 · ⭐ 230 · 📈 · Apache-2 ·
Use Jupyter Notebook in mkdocs.
+
mkdocs-jupyter - 🥇24 · ⭐ 230 · Apache-2 ·
Use Jupyter Notebook in mkdocs.
-- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 19 · 🔀 36 · 📦 1.2K · 📋 85 - 18% open · ⏱️ 10.05.2023): +- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 19 · 🔀 36 · 📦 1.2K · 📋 86 - 18% open · ⏱️ 16.05.2023): ``` git clone https://github.com/danielfrg/mkdocs-jupyter ``` -- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 66K / month): +- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 69K / month): ``` pip install mkdocs-jupyter ``` @@ -349,21 +349,21 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install mknotebooks ```
-
gen-files - 🥈21 · ⭐ 54 · MIT ·
MkDocs plugin to programmatically generate documentation pages during the build.
+
gen-files - 🥈21 · ⭐ 53 · MIT ·
MkDocs plugin to programmatically generate documentation pages during the build.
- [GitHub](https://github.com/oprypin/mkdocs-gen-files) (👨‍💻 5 · 🔀 7 · 📦 1.3K · 📋 19 - 15% open · ⏱️ 27.04.2023): ``` git clone https://github.com/oprypin/mkdocs-gen-files ``` -- [PyPi](https://pypi.org/project/mkdocs-gen-files) (📥 83K / month): +- [PyPi](https://pypi.org/project/mkdocs-gen-files) (📥 86K / month): ``` pip install mkdocs-gen-files ```
markdownextradata - 🥈19 · ⭐ 61 · 💤 · MIT ·
A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.
-- [GitHub](https://github.com/rosscdh/mkdocs-markdownextradata-plugin) (👨‍💻 10 · 🔀 17 · 📦 760 · 📋 31 - 16% open · ⏱️ 15.12.2021): +- [GitHub](https://github.com/rosscdh/mkdocs-markdownextradata-plugin) (👨‍💻 10 · 🔀 17 · 📦 770 · 📋 31 - 16% open · ⏱️ 15.12.2021): ``` git clone https://github.com/rosscdh/mkdocs-markdownextradata-plugin @@ -373,9 +373,9 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install mkdocs-markdownextradata-plugin ```
-
markdown-exec - 🥈15 · ⭐ 38 · ISC ·
Utilities to execute code blocks in Markdown files.
+
markdown-exec - 🥈15 · ⭐ 42 · ISC ·
Utilities to execute code blocks in Markdown files.
-- [GitHub](https://github.com/pawamoy/markdown-exec) (👨‍💻 2 · 🔀 3 · 📦 44 · 📋 18 - 27% open · ⏱️ 02.05.2023): +- [GitHub](https://github.com/pawamoy/markdown-exec) (👨‍💻 2 · 🔀 3 · 📦 45 · 📋 18 - 27% open · ⏱️ 02.05.2023): ``` git clone https://github.com/pawamoy/markdown-exec @@ -385,39 +385,28 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install markdown-exec ```
-
mkdocs-markmap - 🥈12 · ⭐ 23 · MIT ·
MkDocs plugin and extension to create mindmaps from markdown using markmap.
+
mkdocs-markmap - 🥈12 · ⭐ 25 · MIT ·
MkDocs plugin and extension to create mindmaps from markdown using markmap.
- [GitHub](https://github.com/markmap/mkdocs-markmap) (👨‍💻 2 · 🔀 3 · 📥 120 · 📋 20 - 30% open · ⏱️ 25.08.2022): ``` git clone https://github.com/markmap/mkdocs-markmap ``` -- [PyPi](https://pypi.org/project/mkdocs-markmap) (📥 740 / month): +- [PyPi](https://pypi.org/project/mkdocs-markmap) (📥 770 / month): ``` pip install mkdocs-markmap ```
-
codeyaml - 🥉5 · 💤 · MIT ·
Allows for more than one yaml config in mkdocs.
- -- [GitHub](https://github.com/textileio/mkdocs-codeyaml-plugin) (🔀 1 · ⏱️ 30.04.2019): - - ``` - git clone https://github.com/textileio/mkdocs-codeyaml-plugin - ``` -- [PyPi](https://pypi.org/project/mkdocs-codeyaml-plugin) (📥 26 / month): - ``` - pip install mkdocs-codeyaml-plugin - ``` -
-
Show 8 hidden projects... +
Show 9 hidden projects... - pheasant - 🥈12 · ⭐ 16 · 💤 · MIT ·
Documentation tool for Markdown conversion by Jupyter client. - user-defined-values - 🥉11 · ⭐ 3 · MIT ·
MkDocs User Defined Values. +- mkjsfiddle - 🥉8 · ⭐ 4 · MIT ·
An MkDocs plugin that lets you edit code fences in JSFiddle. - meta-manager - 🥉8 · ⭐ 1 · 🐣 · MIT ·
MkDocs plugin for managing meta tags across folders and files. -- mkjsfiddle - 🥉7 · ⭐ 4 · MIT ·
An MkDocs plugin that lets you edit code fences in JSFiddle. - markdown-filter - 🥉7 · ⭐ 2 · 💤 · MIT ·
Adds a markdown template filter to the jinja templating environment in mkdocs. - nbconvert - 🥉5 · ⭐ 6 · 💤 · BSD-2 ·
A MkDocs plug-in provides a source parser for *.ipynb files. - jinja2sandbox - 🥉4 · ⭐ 3 · 💤 · MIT ·
A MkDocs plugin that enables the Jinja2-sandbox. +- codeyaml - 🥉4 · 💤 · MIT ·
Allows for more than one yaml config in mkdocs. - mkdocs_protobuf - 🥉3 · ⭐ 2 · 💤 · Apache-2 ·
Mkdocs plugin to render protobuf messages.

@@ -428,7 +417,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K
git-revision-date-localized - 🥇26 · ⭐ 110 · MIT ·
MkDocs plugin to add a last updated date to your site pages.
-- [GitHub](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) (👨‍💻 21 · 🔀 30 · 📦 3.5K · 📋 73 - 10% open · ⏱️ 02.03.2023): +- [GitHub](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) (👨‍💻 21 · 🔀 29 · 📦 3.6K · 📋 73 - 10% open · ⏱️ 02.03.2023): ``` git clone https://github.com/timvink/mkdocs-git-revision-date-localized-plugin @@ -452,7 +441,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K
git-authors - 🥈20 · ⭐ 43 · MIT ·
MkDocs plugin to display git authors of a page.
-- [GitHub](https://github.com/timvink/mkdocs-git-authors-plugin) (👨‍💻 6 · 🔀 13 · 📦 360 · 📋 48 - 16% open · ⏱️ 20.02.2023): +- [GitHub](https://github.com/timvink/mkdocs-git-authors-plugin) (👨‍💻 6 · 🔀 13 · 📦 380 · 📋 48 - 16% open · ⏱️ 20.02.2023): ``` git clone https://github.com/timvink/mkdocs-git-authors-plugin @@ -469,7 +458,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/byrnereese/mkdocs-git-committers-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin) (📥 5.3K / month): +- [PyPi](https://pypi.org/project/mkdocs-git-committers-plugin) (📥 5.4K / month): ``` pip install mkdocs-git-committers-plugin ``` @@ -481,7 +470,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/agarthetiger/mkdocs_latest_release_plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-latest-release-plugin) (📥 350 / month): +- [PyPi](https://pypi.org/project/mkdocs-latest-release-plugin) (📥 340 / month): ``` pip install mkdocs-latest-release-plugin ``` @@ -489,8 +478,8 @@ This curated list contains 200 awesome open-source projects with a total of 22K
Show 3 hidden projects... - git-committers-2 - 🥉17 · ⭐ 15 · MIT ·
An MkDocs plugin to create a list of contributors on the page. -- branchcustomization - 🥉7 · ⭐ 2 · 💤 · MIT ·
Customize MkDocs options on a per-branch basis. - Github-Links - 🥉6 · ⭐ 8 · ❗Unlicensed ·
Python-Markdown GitHub Links Extension. +- branchcustomization - 🥉5 · ⭐ 2 · 💤 · MIT ·
Customize MkDocs options on a per-branch basis.

@@ -498,9 +487,9 @@ This curated list contains 200 awesome open-source projects with a total of 22K Back to top -
minify - 🥇23 · ⭐ 88 · MIT ·
A mkdocs plugin to minify the HTML of a page before it is written to disk.
+
minify - 🥇23 · ⭐ 89 · MIT ·
A mkdocs plugin to minify the HTML of a page before it is written to disk.
-- [GitHub](https://github.com/byrnereese/mkdocs-minify-plugin) (👨‍💻 9 · 🔀 12 · 📦 5K · 📋 12 - 8% open · ⏱️ 14.03.2023): +- [GitHub](https://github.com/byrnereese/mkdocs-minify-plugin) (👨‍💻 9 · 🔀 12 · 📦 5.1K · 📋 12 - 8% open · ⏱️ 14.03.2023): ``` git clone https://github.com/byrnereese/mkdocs-minify-plugin @@ -512,12 +501,12 @@ This curated list contains 200 awesome open-source projects with a total of 22K
enumerate-headings - 🥈19 · ⭐ 31 · MIT ·
MkDocs Plugin to enumerate the headings across site pages.
-- [GitHub](https://github.com/timvink/mkdocs-enumerate-headings-plugin) (👨‍💻 4 · 🔀 4 · 📦 110 · 📋 28 - 3% open · ⏱️ 12.04.2023): +- [GitHub](https://github.com/timvink/mkdocs-enumerate-headings-plugin) (👨‍💻 4 · 🔀 4 · 📦 120 · 📋 28 - 3% open · ⏱️ 12.04.2023): ``` git clone https://github.com/timvink/mkdocs-enumerate-headings-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-enumerate-headings-plugin) (📥 5.6K / month): +- [PyPi](https://pypi.org/project/mkdocs-enumerate-headings-plugin) (📥 5.9K / month): ``` pip install mkdocs-enumerate-headings-plugin ``` @@ -536,14 +525,14 @@ This curated list contains 200 awesome open-source projects with a total of 22K Back to top -
MkDocs Swagger UI Tag - 🥇17 · ⭐ 27 · 📈 · MIT ·
A MkDocs plugin supports for add Swagger UI in page.
+
MkDocs Swagger UI Tag - 🥇17 · ⭐ 26 · MIT ·
A MkDocs plugin supports for add Swagger UI in page.
-- [GitHub](https://github.com/blueswen/mkdocs-swagger-ui-tag) (👨‍💻 2 · 🔀 4 · 📥 20 · 📦 46 · 📋 11 - 18% open · ⏱️ 19.03.2023): +- [GitHub](https://github.com/blueswen/mkdocs-swagger-ui-tag) (👨‍💻 2 · 🔀 4 · 📥 20 · 📦 47 · 📋 11 - 18% open · ⏱️ 19.03.2023): ``` git clone https://github.com/blueswen/mkdocs-swagger-ui-tag ``` -- [PyPi](https://pypi.org/project/mkdocs-swagger-ui-tag) (📥 9K / month): +- [PyPi](https://pypi.org/project/mkdocs-swagger-ui-tag) (📥 9.2K / month): ``` pip install mkdocs-swagger-ui-tag ``` @@ -570,12 +559,12 @@ This curated list contains 200 awesome open-source projects with a total of 22K
static-i18n - 🥇21 · ⭐ 140 · MIT ·
MkDocs i18n plugin using static translation markdown files.
-- [GitHub](https://github.com/ultrabug/mkdocs-static-i18n) (👨‍💻 8 · 🔀 24 · 📦 540 · 📋 90 - 10% open · ⏱️ 23.03.2023): +- [GitHub](https://github.com/ultrabug/mkdocs-static-i18n) (👨‍💻 8 · 🔀 24 · 📦 550 · 📋 90 - 10% open · ⏱️ 23.03.2023): ``` git clone https://github.com/ultrabug/mkdocs-static-i18n ``` -- [PyPi](https://pypi.org/project/mkdocs-static-i18n) (📥 12K / month): +- [PyPi](https://pypi.org/project/mkdocs-static-i18n) (📥 11K / month): ``` pip install mkdocs-static-i18n ``` @@ -609,35 +598,47 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/mkdocs/mkdocs-redirects ``` -- [PyPi](https://pypi.org/project/mkdocs-redirects) (📥 85K / month): +- [PyPi](https://pypi.org/project/mkdocs-redirects) (📥 86K / month): ``` pip install mkdocs-redirects ```
-
autolinks - 🥈18 · ⭐ 54 · MIT ·
An MkDocs plugin that automagically generates relative links between markdown pages.
+
autolinks - 🥈18 · ⭐ 55 · MIT ·
An MkDocs plugin that automagically generates relative links between markdown pages.
- [GitHub](https://github.com/zachhannum/mkdocs-autolinks-plugin) (👨‍💻 10 · 🔀 14 · 📦 280 · 📋 15 - 40% open · ⏱️ 27.02.2023): ``` git clone https://github.com/midnightprioriem/mkdocs-autolinks-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-autolinks-plugin) (📥 22K / month): +- [PyPi](https://pypi.org/project/mkdocs-autolinks-plugin) (📥 27K / month): ``` pip install mkdocs-autolinks-plugin ```
ezlinks - 🥈16 · ⭐ 24 · 💤 · MIT ·
Plugin for mkdocs which enables easier linking between pages.
-- [GitHub](https://github.com/orbikm/mkdocs-ezlinks-plugin) (🔀 10 · 📥 94 · 📦 65 · 📋 22 - 36% open · ⏱️ 24.01.2022): +- [GitHub](https://github.com/orbikm/mkdocs-ezlinks-plugin) (🔀 10 · 📥 94 · 📦 67 · 📋 22 - 36% open · ⏱️ 24.01.2022): ``` git clone https://github.com/orbikm/mkdocs-ezlinks-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-ezlinks-plugin) (📥 3.1K / month): +- [PyPi](https://pypi.org/project/mkdocs-ezlinks-plugin) (📥 3K / month): ``` pip install mkdocs-ezlinks-plugin ```
+
autorefs - 🥈16 · ⭐ 20 · 💤 · ISC ·
Automatically link across pages in MkDocs.
+ +- [GitHub](https://github.com/mkdocstrings/autorefs) (👨‍💻 4 · 🔀 2 · 📦 3.2K · 📋 6 - 50% open · ⏱️ 07.03.2022): + + ``` + git clone https://github.com/mkdocstrings/autorefs + ``` +- [PyPi](https://pypi.org/project/mkdocs-autorefs) (📥 330K / month): + ``` + pip install mkdocs-autorefs + ``` +
roamlinks - 🥈12 · ⭐ 39 · MIT ·
An MkDocs plugin that automagically generates relative links between markdown pages.
- [GitHub](https://github.com/Jackiexiao/mkdocs-roamlinks-plugin) (👨‍💻 8 · 🔀 11 · ⏱️ 19.04.2023): @@ -645,7 +646,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/Jackiexiao/mkdocs-roamlinks-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-roamlinks-plugin) (📥 7K / month): +- [PyPi](https://pypi.org/project/mkdocs-roamlinks-plugin) (📥 6.3K / month): ``` pip install mkdocs-roamlinks-plugin ``` @@ -657,14 +658,13 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/Darrelk/mkdocs-webcontext-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-webcontext-plugin) (📥 190 / month): +- [PyPi](https://pypi.org/project/mkdocs-webcontext-plugin) (📥 210 / month): ``` pip install mkdocs-webcontext-plugin ```
-
Show 11 hidden projects... +
Show 10 hidden projects... -- autorefs - 🥈16 · ⭐ 19 · 💤 · ISC ·
Automatically link across pages in MkDocs. - mkdocs-alias-plugin - 🥈10 · ⭐ 6 · MIT ·
An MkDocs plugin allowing links to your pages using a custom alias. - Autolink References - 🥉9 · ⭐ 13 · 💤 · MIT ·
Provides GitHub like autolink references in Mkdocs. - abs-to-rel - 🥉9 · ⭐ 3 · 💤 · MIT ·
MkDocs plugin for converting absolute links to relative ones. @@ -682,14 +682,14 @@ This curated list contains 200 awesome open-source projects with a total of 22K Back to top -
PyMdown Extensions - 🥇31 · ⭐ 750 · ❗Unlicensed ·
Extensions for Python Markdown.
+
PyMdown Extensions - 🥇32 · ⭐ 760 · 📈 · ❗Unlicensed ·
Extensions for Python Markdown.
-- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 42 · 🔀 240 · 📦 20K · 📋 330 - 2% open · ⏱️ 07.04.2023): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 42 · 🔀 240 · 📦 20K · 📋 330 - 2% open · ⏱️ 16.05.2023): ``` git clone https://github.com/facelessuser/pymdown-extensions ``` -- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 1.3M / month): +- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 1.4M / month): ``` pip install pymdown-extensions ``` @@ -701,7 +701,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/mitya57/python-markdown-math ``` -- [PyPi](https://pypi.org/project/python-markdown-math) (📥 45K / month): +- [PyPi](https://pypi.org/project/python-markdown-math) (📥 42K / month): ``` pip install python-markdown-math ``` @@ -713,7 +713,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/radude/mdx_truly_sane_lists ``` -- [PyPi](https://pypi.org/project/mdx_truly_sane_lists) (📥 110K / month): +- [PyPi](https://pypi.org/project/mdx_truly_sane_lists) (📥 120K / month): ``` pip install mdx_truly_sane_lists ``` @@ -721,8 +721,8 @@ This curated list contains 200 awesome open-source projects with a total of 22K
Show 4 hidden projects... - markdown-callouts - 🥈17 · ⭐ 16 · MIT ·
Markdown extension: a classier syntax for admonitions. -- Tweetable quotes - 🥉5 · ⭐ 13 · 💤 · MIT ·
Python-Markdown extension to embed tweetable quotes into your blog posts. - mkpatcher - 🥉5 · ⭐ 2 · 💤 · Apache-2 ·
Python-Markdown extension allowing arbitrary scripts to modify MkDocs input files. +- Tweetable quotes - 🥉4 · ⭐ 13 · 💤 · MIT ·
Python-Markdown extension to embed tweetable quotes into your blog posts. - markdown-del-ins - 🥉4 · ⭐ 10 · 💤 · ❗Unlicensed ·
Markdown extension to support the del and ins tags.

@@ -733,7 +733,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K
awesome-pages - 🥇26 · ⭐ 320 · MIT ·
An MkDocs plugin that simplifies configuring page titles and their order.
-- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) (👨‍💻 6 · 🔀 28 · 📦 2.5K · 📋 58 - 18% open · ⏱️ 08.05.2023): +- [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) (👨‍💻 6 · 🔀 28 · 📦 2.6K · 📋 58 - 18% open · ⏱️ 08.05.2023): ``` git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin @@ -743,57 +743,57 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install mkdocs-awesome-pages-plugin ```
-
encryptcontent - 🥇20 · ⭐ 67 · MIT ·
A MkDocs plugin that encrypt/decrypt markdown content with AES.
+
literate-nav - 🥇22 · ⭐ 47 · 📈 · MIT ·
MkDocs plugin to specify the navigation in Markdown instead of YAML.
-- [GitHub](https://github.com/unverbuggt/mkdocs-encryptcontent-plugin) (👨‍💻 4 · 🔀 11 · 📥 1 · 📦 420 · 📋 41 - 4% open · ⏱️ 09.05.2023): +- [GitHub](https://github.com/oprypin/mkdocs-literate-nav) (🔀 7 · 📦 990 · 📋 19 - 42% open · ⏱️ 17.05.2023): ``` - git clone https://github.com/CoinK0in/mkdocs-encryptcontent-plugin + git clone https://github.com/oprypin/mkdocs-literate-nav ``` -- [PyPi](https://pypi.org/project/mkdocs-encryptcontent-plugin) (📥 4.7K / month): +- [PyPi](https://pypi.org/project/mkdocs-literate-nav) (📥 64K / month): ``` - pip install mkdocs-encryptcontent-plugin + pip install mkdocs-literate-nav ```
-
section-index - 🥇20 · ⭐ 58 · 📈 · MIT ·
MkDocs plugin to allow clickable sections that lead to an index page.
+
encryptcontent - 🥇20 · ⭐ 68 · MIT ·
A MkDocs plugin that encrypt/decrypt markdown content with AES.
-- [GitHub](https://github.com/oprypin/mkdocs-section-index) (🔀 6 · 📦 980 · 📋 13 - 30% open · ⏱️ 10.04.2023): +- [GitHub](https://github.com/unverbuggt/mkdocs-encryptcontent-plugin) (👨‍💻 4 · 🔀 11 · 📥 1 · 📦 440 · 📋 41 - 4% open · ⏱️ 09.05.2023): ``` - git clone https://github.com/oprypin/mkdocs-section-index + git clone https://github.com/CoinK0in/mkdocs-encryptcontent-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-section-index) (📥 63K / month): +- [PyPi](https://pypi.org/project/mkdocs-encryptcontent-plugin) (📥 4.2K / month): ``` - pip install mkdocs-section-index + pip install mkdocs-encryptcontent-plugin ```
-
literate-nav - 🥇20 · ⭐ 46 · MIT ·
MkDocs plugin to specify the navigation in Markdown instead of YAML.
+
section-index - 🥇20 · ⭐ 58 · MIT ·
MkDocs plugin to allow clickable sections that lead to an index page.
-- [GitHub](https://github.com/oprypin/mkdocs-literate-nav) (🔀 7 · 📦 980 · 📋 18 - 50% open · ⏱️ 21.04.2023): +- [GitHub](https://github.com/oprypin/mkdocs-section-index) (🔀 6 · 📦 1K · 📋 13 - 30% open · ⏱️ 10.04.2023): ``` - git clone https://github.com/oprypin/mkdocs-literate-nav + git clone https://github.com/oprypin/mkdocs-section-index ``` -- [PyPi](https://pypi.org/project/mkdocs-literate-nav) (📥 58K / month): +- [PyPi](https://pypi.org/project/mkdocs-section-index) (📥 71K / month): ``` - pip install mkdocs-literate-nav + pip install mkdocs-section-index ```
mkdocs-simple-hooks - 🥈19 · ⭐ 50 · MIT ·
Define your own hooks for mkdocs, without having to create a new package.
-- [GitHub](https://github.com/aklajnert/mkdocs-simple-hooks) (👨‍💻 5 · 🔀 4 · 📥 25 · 📦 930 · ⏱️ 09.05.2023): +- [GitHub](https://github.com/aklajnert/mkdocs-simple-hooks) (👨‍💻 5 · 🔀 4 · 📥 26 · 📦 950 · ⏱️ 09.05.2023): ``` git clone https://github.com/aklajnert/mkdocs-simple-hooks ``` -- [PyPi](https://pypi.org/project/mkdocs-simple-hooks) (📥 14K / month): +- [PyPi](https://pypi.org/project/mkdocs-simple-hooks) (📥 15K / month): ``` pip install mkdocs-simple-hooks ```
-
exclude - 🥈17 · ⭐ 73 · 💤 · Apache-2 ·
A mkdocs plugin that lets you exclude files or trees from your output.
+
exclude - 🥈17 · ⭐ 74 · 💤 · Apache-2 ·
A mkdocs plugin that lets you exclude files or trees from your output.
-- [GitHub](https://github.com/apenwarr/mkdocs-exclude) (🔀 9 · 📦 1.2K · 📋 12 - 75% open · ⏱️ 20.02.2019): +- [GitHub](https://github.com/apenwarr/mkdocs-exclude) (🔀 9 · 📦 1.3K · 📋 12 - 75% open · ⏱️ 20.02.2019): ``` git clone https://github.com/apenwarr/mkdocs-exclude @@ -803,14 +803,14 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install mkdocs-exclude ```
-
MkRefs - 🥈10 · ⭐ 23 · 💤 · MIT ·
MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph.
+
MkRefs - 🥈11 · ⭐ 23 · 💤 · MIT ·
MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph.
-- [GitHub](https://github.com/DerwenAI/mkrefs) (🔀 1 · 📦 1 · ⏱️ 29.06.2021): +- [GitHub](https://github.com/DerwenAI/mkrefs) (🔀 1 · 📦 2 · ⏱️ 29.06.2021): ``` git clone https://github.com/DerwenAI/mkrefs ``` -- [PyPi](https://pypi.org/project/mkrefs) (📥 61 / month): +- [PyPi](https://pypi.org/project/mkrefs) (📥 54 / month): ``` pip install mkrefs ``` @@ -822,26 +822,26 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/swan-cern/mkdocs-swangallery ``` -- [PyPi](https://pypi.org/project/mkdocs-swangallery) (📥 47 / month): +- [PyPi](https://pypi.org/project/mkdocs-swangallery) (📥 39 / month): ``` pip install mkdocs-swangallery ```
-
select-files - 🥉6 · 💤 · Apache-2 ·
Filter pages for assignments.
+
select-files - 🥉5 · 💤 · Apache-2 ·
Filter pages for assignments.
- [GitHub](https://github.com/supcik/mkdocs-select-files) (📦 7 · ⏱️ 05.09.2019): ``` git clone https://github.com/supcik/mkdocs-select-files ``` -- [PyPi](https://pypi.org/project/mkdocs-select-files) (📥 26 / month): +- [PyPi](https://pypi.org/project/mkdocs-select-files) (📥 20 / month): ``` pip install mkdocs-select-files ```
Show 13 hidden projects... -- mkdocs-gallery - 🥈16 · ⭐ 15 · 📈 · BSD-3 ·
Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx.. +- mkdocs-gallery - 🥈16 · ⭐ 16 · BSD-3 ·
Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx.. - mkdocs-categories-plugin - 🥈10 · ⭐ 6 · MIT ·
An MkDocs plugin allowing for categorization of wiki pages. - file-filter - 🥈10 · ⭐ 5 · 🐣 · MIT ·
A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and.. - mkdocs-nav-enhancements - 🥉8 · ⭐ 2 · 💤 · MIT ·
WIP plugin for working with titles of pages in MkDocs. @@ -863,12 +863,12 @@ This curated list contains 200 awesome open-source projects with a total of 22K
mktestdocs - 🥇16 · ⭐ 84 · Apache-2
Run pytest against markdown files/docstrings.
-- [GitHub](https://github.com/koaning/mktestdocs) (👨‍💻 3 · 🔀 4 · 📦 27 · 📋 3 - 66% open · ⏱️ 27.04.2023): +- [GitHub](https://github.com/koaning/mktestdocs) (👨‍💻 3 · 🔀 4 · 📦 28 · 📋 3 - 66% open · ⏱️ 27.04.2023): ``` git clone https://github.com/koaning/mktestdocs ``` -- [PyPi](https://pypi.org/project/mktestdocs) (📥 14K / month): +- [PyPi](https://pypi.org/project/mktestdocs) (📥 11K / month): ``` pip install mktestdocs ``` @@ -876,7 +876,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K
Show 4 hidden projects... - mkdocs-spellcheck - 🥈10 · ⭐ 6 · ISC ·
A spell checker plugin for MkDocs. -- Link Checker - 🥉9 · ⭐ 3 · 💤 · MIT
Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second. +- Link Checker - 🥉9 · ⭐ 4 · 💤 · MIT
Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second. - mkdocs-code-validator - 🥉7 · ⭐ 1 · MIT ·
Checks Markdown code blocks in a MkDocs site against user-defined actions. - mkdocs-codecheck - 🥉5 · ⭐ 1 · 💤 · MIT
Traverses a directory tree looking for code samples, then attempts to validate each code sample found.
@@ -893,7 +893,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/wilhelmer/mkdocs-localsearch ``` -- [PyPi](https://pypi.org/project/mkdocs-localsearch) (📥 2.8K / month): +- [PyPi](https://pypi.org/project/mkdocs-localsearch) (📥 3K / month): ``` pip install mkdocs-localsearch ``` @@ -917,7 +917,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/jldiaz/mkdocs-plugin-tags ``` -- [PyPi](https://pypi.org/project/mkdocs-plugin-tags) (📥 700 / month): +- [PyPi](https://pypi.org/project/mkdocs-plugin-tags) (📥 660 / month): ``` pip install mkdocs-plugin-tags ``` @@ -928,9 +928,9 @@ This curated list contains 200 awesome open-source projects with a total of 22K Back to top -
mkdocs-with-pdf - 🥇22 · ⭐ 230 · 💤 · MIT ·
Generate a single PDF file from MkDocs repository.
+
mkdocs-with-pdf - 🥇22 · ⭐ 240 · 💤 · MIT ·
Generate a single PDF file from MkDocs repository.
-- [GitHub](https://github.com/orzih/mkdocs-with-pdf) (👨‍💻 6 · 🔀 60 · 📦 320 · 📋 94 - 54% open · ⏱️ 14.10.2021): +- [GitHub](https://github.com/orzih/mkdocs-with-pdf) (👨‍💻 6 · 🔀 60 · 📦 330 · 📋 94 - 53% open · ⏱️ 14.10.2021): ``` git clone https://github.com/orzih/mkdocs-with-pdf @@ -952,14 +952,14 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install mkdocs-pdf-export-plugin ```
-
print-site - 🥈20 · ⭐ 75 · MIT ·
MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.
+
print-site - 🥈20 · ⭐ 76 · MIT ·
MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.
- [GitHub](https://github.com/timvink/mkdocs-print-site-plugin) (👨‍💻 4 · 🔀 12 · 📦 210 · 📋 75 - 10% open · ⏱️ 07.12.2022): ``` git clone https://github.com/timvink/mkdocs-print-site-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 10K / month): +- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 9.9K / month): ``` pip install mkdocs-print-site-plugin ``` @@ -976,14 +976,14 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install mkpdfs-mkdocs ```
-
mkdocs-pandoc - 🥉13 · ⭐ 110 · 💤 · Apache-2
[unmaintained] mkdocs - pandoc converter: use this fork https://github.com/twardoch/mkdocs-combine.
+
mkdocs-pandoc - 🥉14 · ⭐ 110 · 💤 · Apache-2
[unmaintained] mkdocs - pandoc converter: use this fork https://github.com/twardoch/mkdocs-combine.
- [GitHub](https://github.com/jgrassler/mkdocs-pandoc) (👨‍💻 4 · 🔀 22 · 📦 48 · 📋 23 - 56% open · ⏱️ 14.03.2016): ``` git clone https://github.com/jgrassler/mkdocs-pandoc ``` -- [PyPi](https://pypi.org/project/mkdocs-pandoc) (📥 130 / month): +- [PyPi](https://pypi.org/project/mkdocs-pandoc) (📥 150 / month): ``` pip install mkdocs-pandoc ``` @@ -993,7 +993,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K - pdf-with-js - 🥉10 · ⭐ 5 · 💤 · MIT ·
A MkDocs plugin that exports your documentation as PDF with rendered JavaScript content. - mk2pdf-export - 🥉6 · ⭐ 6 · 💤 · MIT ·
The plugin is based on https://github.com/zhaoterryy/mkdocs-pdf-export-plugin/ ,the main change is use pandoc to.. - helm - 🥉3 · ⭐ 1 · 💤 · Apache-2 ·
An mkdocs plugin that turns docs website into helm repository. -- mkdocs-autozip - 🥉2 · ⭐ 2 · ❗Unlicensed ·
A mkdocs plugin for auto zipping the document source. +- mkdocs-autozip - 🥉1 · ⭐ 2 · ❗Unlicensed ·
A mkdocs plugin for auto zipping the document source.

@@ -1003,48 +1003,48 @@ This curated list contains 200 awesome open-source projects with a total of 22K
mike - 🥇26 · ⭐ 320 · BSD-3 ·
Manage multiple versions of your MkDocs-powered documentation via Git.
-- [GitHub](https://github.com/jimporter/mike) (👨‍💻 8 · 🔀 27 · 📥 130 · 📦 1.9K · 📋 140 - 5% open · ⏱️ 06.05.2023): +- [GitHub](https://github.com/jimporter/mike) (👨‍💻 8 · 🔀 27 · 📥 130 · 📦 1.9K · 📋 140 - 4% open · ⏱️ 06.05.2023): ``` git clone https://github.com/jimporter/mike ``` -- [PyPi](https://pypi.org/project/mike) (📥 72K / month): +- [PyPi](https://pypi.org/project/mike) (📥 74K / month): ``` pip install mike ```
-
monorepo - 🥇23 · ⭐ 250 · Apache-2 ·
Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
+
monorepo - 🥇24 · ⭐ 250 · 📈 · Apache-2 ·
Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
-- [GitHub](https://github.com/backstage/mkdocs-monorepo-plugin) (👨‍💻 26 · 🔀 58 · 📦 300 · 📋 50 - 52% open · ⏱️ 29.09.2022): +- [GitHub](https://github.com/backstage/mkdocs-monorepo-plugin) (👨‍💻 30 · 🔀 59 · 📦 300 · 📋 50 - 52% open · ⏱️ 12.05.2023): ``` git clone https://github.com/backstage/mkdocs-monorepo-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-monorepo-plugin) (📥 97K / month): +- [PyPi](https://pypi.org/project/mkdocs-monorepo-plugin) (📥 100K / month): ``` pip install mkdocs-monorepo-plugin ```
-
mkdocs-multirepo-plugin - 🥈21 · ⭐ 67 · MIT ·
Build documentation in multiple repos into one site.
+
mkdocs-multirepo-plugin - 🥈21 · ⭐ 68 · MIT ·
Build documentation in multiple repos into one site.
-- [GitHub](https://github.com/jdoiro3/mkdocs-multirepo-plugin) (👨‍💻 9 · 🔀 21 · 📦 75 · 📋 55 - 36% open · ⏱️ 01.04.2023): +- [GitHub](https://github.com/jdoiro3/mkdocs-multirepo-plugin) (👨‍💻 9 · 🔀 22 · 📦 76 · 📋 59 - 37% open · ⏱️ 01.04.2023): ``` git clone https://github.com/jdoiro3/mkdocs-multirepo-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-multirepo-plugin) (📥 12K / month): +- [PyPi](https://pypi.org/project/mkdocs-multirepo-plugin) (📥 13K / month): ``` pip install mkdocs-multirepo-plugin ```
simple - 🥈20 · ⭐ 34 · Apache-2 ·
Build documentation files inside your code into a MkDocs site.
-- [GitHub](https://github.com/athackst/mkdocs-simple-plugin) (👨‍💻 9 · 🔀 10 · 📦 35 · ⏱️ 08.05.2023): +- [GitHub](https://github.com/athackst/mkdocs-simple-plugin) (👨‍💻 8 · 🔀 10 · 📦 35 · ⏱️ 16.05.2023): ``` git clone https://github.com/athackst/mkdocs-simple-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-simple-plugin) (📥 9.1K / month): +- [PyPi](https://pypi.org/project/mkdocs-simple-plugin) (📥 8.9K / month): ``` pip install mkdocs-simple-plugin ``` @@ -1073,10 +1073,9 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install mkdocs-multirepo ```
-
Show 6 hidden projects... +
Show 5 hidden projects... - MkDocs Merge - 🥉12 · ⭐ 19 · MIT
Merge the source of multiple MkDocs sites into a single one. -- octadocs-adr - 🥉7 · ⭐ 3 · MIT ·
Make your MkDocs documentation think for you. - progress - 🥉6 · ⭐ 4 · 💤 · Apache-2 ·
A plugin for MkDocs that lets you know exactly what is happening during the build. - mkdocs-yamp - 🥉6 · ⭐ 2 · Apache-2 ·
Yet Another Multirepo Plugin for MkDocs. - mkdocs-new-features-notifier - 🥉4 · ⭐ 2 · 💤 · MIT ·
This plugin enables you to notify users of new features in your product. It does this by identifying new documentation.. @@ -1100,14 +1099,14 @@ This curated list contains 200 awesome open-source projects with a total of 22K pip install mkdocs-include-markdown-plugin ```
-
Markdown-Include - 🥈21 · ⭐ 89 · ❗️GPL-3.0 ·
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
+
Markdown-Include - 🥈22 · ⭐ 89 · 📈 · ❗️GPL-3.0 ·
Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
-- [GitHub](https://github.com/cmacmackin/markdown-include) (👨‍💻 12 · 🔀 37 · 📦 4.5K · 📋 22 - 31% open · ⏱️ 07.02.2023): +- [GitHub](https://github.com/cmacmackin/markdown-include) (👨‍💻 12 · 🔀 37 · 📦 4.6K · 📋 22 - 31% open · ⏱️ 07.02.2023): ``` git clone https://github.com/cmacmackin/markdown-include ``` -- [PyPi](https://pypi.org/project/markdown-include) (📥 59K / month): +- [PyPi](https://pypi.org/project/markdown-include) (📥 62K / month): ``` pip install markdown-include ``` @@ -1141,19 +1140,19 @@ This curated list contains 200 awesome open-source projects with a total of 22K
Material for MkDocs - 🥇42 · ⭐ 14K · MIT · ·
Documentation that simply works.
-- [GitHub](https://github.com/squidfunk/mkdocs-material) (👨‍💻 210 · 🔀 2.9K · 📦 32K · 📋 1.9K - 1% open · ⏱️ 10.05.2023): +- [GitHub](https://github.com/squidfunk/mkdocs-material) (👨‍💻 210 · 🔀 2.9K · 📦 32K · 📋 1.9K - 0% open · ⏱️ 17.05.2023): ``` git clone https://github.com/squidfunk/mkdocs-material ``` -- [PyPi](https://pypi.org/project/mkdocs-material) (📥 2.3M / month): +- [PyPi](https://pypi.org/project/mkdocs-material) (📥 2.4M / month): ``` pip install mkdocs-material ```
Cinder - 🥇21 · ⭐ 180 · 💤 · ❗Unlicensed ·
A clean, responsive MkDocs theme.
-- [GitHub](https://github.com/chrissimpkins/cinder) (👨‍💻 23 · 🔀 98 · 📥 960 · 📦 540 · 📋 50 - 30% open · ⏱️ 05.01.2021): +- [GitHub](https://github.com/chrissimpkins/cinder) (👨‍💻 23 · 🔀 99 · 📥 960 · 📦 540 · 📋 50 - 30% open · ⏱️ 05.01.2021): ``` git clone https://github.com/chrissimpkins/cinder @@ -1165,24 +1164,24 @@ This curated list contains 200 awesome open-source projects with a total of 22K
Bootswatch - 🥇19 · ⭐ 130 · 💤 · BSD-2 ·
MkDocs Bootswatch Themes.
-- [GitHub](https://github.com/mkdocs/mkdocs-bootswatch) (👨‍💻 10 · 🔀 58 · 📦 960 · 📋 33 - 9% open · ⏱️ 27.02.2020): +- [GitHub](https://github.com/mkdocs/mkdocs-bootswatch) (👨‍💻 10 · 🔀 58 · 📦 970 · 📋 33 - 9% open · ⏱️ 27.02.2020): ``` git clone https://github.com/mkdocs/mkdocs-bootswatch ``` -- [PyPi](https://pypi.org/project/mkdocs-bootswatch) (📥 10K / month): +- [PyPi](https://pypi.org/project/mkdocs-bootswatch) (📥 11K / month): ``` pip install mkdocs-bootswatch ```
-
Bootstrap - 🥇16 · ⭐ 75 · 💤 · BSD-2 ·
MkDocs Bootstrap Theme.
+
Bootstrap - 🥇16 · ⭐ 74 · 💤 · BSD-2 ·
MkDocs Bootstrap Theme.
- [GitHub](https://github.com/mkdocs/mkdocs-bootstrap) (👨‍💻 6 · 🔀 36 · 📦 430 · 📋 15 - 20% open · ⏱️ 23.02.2020): ``` git clone https://github.com/mkdocs/mkdocs-bootstrap ``` -- [PyPi](https://pypi.org/project/mkdocs-bootstrap) (📥 2.1K / month): +- [PyPi](https://pypi.org/project/mkdocs-bootstrap) (📥 2.5K / month): ``` pip install mkdocs-bootstrap ``` @@ -1194,7 +1193,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/gristlabs/mkdocs-windmill ``` -- [PyPi](https://pypi.org/project/mkdocs-windmill) (📥 3.4K / month): +- [PyPi](https://pypi.org/project/mkdocs-windmill) (📥 3.1K / month): ``` pip install mkdocs-windmill ``` @@ -1206,7 +1205,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/byrnereese/mkdocs-bootstrap4 ``` -- [PyPi](https://pypi.org/project/mkdocs-bootstrap4) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/mkdocs-bootstrap4) (📥 1.6K / month): ``` pip install mkdocs-bootstrap4 ``` @@ -1218,7 +1217,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/notpushkin/mkdocs-alabaster ``` -- [PyPi](https://pypi.org/project/mkdocs-alabaster) (📥 320 / month): +- [PyPi](https://pypi.org/project/mkdocs-alabaster) (📥 350 / month): ``` pip install mkdocs-alabaster ``` @@ -1230,7 +1229,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/noraj/mkdocs-windmill-dark ``` -- [PyPi](https://pypi.org/project/mkdocs-windmill-dark) (📥 450 / month): +- [PyPi](https://pypi.org/project/mkdocs-windmill-dark) (📥 380 / month): ``` pip install mkdocs-windmill-dark ``` @@ -1242,14 +1241,14 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/mjames-upc/mkdocs-unidata ``` -- [PyPi](https://pypi.org/project/mkdocs-unidata) (📥 44 / month): +- [PyPi](https://pypi.org/project/mkdocs-unidata) (📥 41 / month): ``` pip install mkdocs-unidata ```
GitBook - 🥉7 · ⭐ 26 · 💤 · ❗Unlicensed ·
Default theme for GitBook for Mkdocs https://lramage.gitlab.io/mkdocs-gitbook-theme.
-- [PyPi](https://pypi.org/project/mkdocs-gitbook) (📥 4.5K / month): +- [PyPi](https://pypi.org/project/mkdocs-gitbook) (📥 4.9K / month): ``` pip install mkdocs-gitbook ``` @@ -1261,7 +1260,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K
BOOTSTRAP386 - 🥉6 · ⭐ 29 · 💤 · ❗Unlicensed ·
A vintage 1980s DOS inspired Twitter Bootstrap theme for MkDocs https://lramage.gitlab.io/mkdocs-bootstrap386.
-- [PyPi](https://pypi.org/project/mkdocs-bootstrap386) (📥 5.1K / month): +- [PyPi](https://pypi.org/project/mkdocs-bootstrap386) (📥 5.2K / month): ``` pip install mkdocs-bootstrap386 ``` @@ -1276,7 +1275,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K - Dracula - 🥈14 · ⭐ 8 · 🐣 · MIT ·
Dark theme for Mkdocs. - Terminal for MkDocs - 🥈13 · ⭐ 19 · 🐣 · MIT ·
monospace theme for MkDocs. - Simple Blog - 🥈13 · ⭐ 16 · 🐣 · MIT ·
Blog Template for Mkdocs. -- Lantana - 🥈12 · ⭐ 7 · 📉 · MIT ·
Lantana MKDocsHTML. +- Lantana - 🥈12 · ⭐ 7 · MIT ·
Lantana MKDocsHTML. - Ivory - 🥈11 · ⭐ 11 · 💤 · MIT ·
Ivory theme for MkDocs. - Jinks - 🥈9 · ⭐ 15 · 💤 · BSD-2 ·
Mkdocs jinks theme. - Zettelkasten - 🥈9 · ⭐ 3 · MIT ·
This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels). @@ -1307,7 +1306,7 @@ This curated list contains 200 awesome open-source projects with a total of 22K ``` git clone https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin ``` -- [PyPi](https://pypi.org/project/mkdocs-no-sitemap-plugin) (📥 370 / month): +- [PyPi](https://pypi.org/project/mkdocs-no-sitemap-plugin) (📥 340 / month): ``` pip install mkdocs-no-sitemap-plugin ``` diff --git a/history/2023-05-18_changes.md b/history/2023-05-18_changes.md new file mode 100644 index 0000000..5d98e4c --- /dev/null +++ b/history/2023-05-18_changes.md @@ -0,0 +1,20 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- PyMdown Extensions (🥇32 · ⭐ 760 · 📈) - Extensions for Python Markdown. ❗Unlicensed +- monorepo (🥇24 · ⭐ 250 · 📈) - Build multiple documentation folders in a single Mkdocs. Designed for large codebases. Apache-2 +- mermaid2 (🥇23 · ⭐ 150 · 📈) - A Mermaid graphs plugin for mkdocs. MIT +- Markdown-Include (🥈22 · ⭐ 89 · 📈) - Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents. ❗️GPL-3.0 +- literate-nav (🥇22 · ⭐ 47 · 📈) - MkDocs plugin to specify the navigation in Markdown instead of YAML. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- inari (🥉6 · ⭐ 6 · 💤) - Write docstrings in markdown!. MIT +- branchcustomization (🥉5 · ⭐ 2 · 💤) - Customize MkDocs options on a per-branch basis. MIT +- select-files (🥉5 · 💤) - Filter pages for assignments. Apache-2 +- Tweetable quotes (🥉4 · ⭐ 13 · 💤) - Python-Markdown extension to embed tweetable quotes into your blog posts. MIT +- octadocs-adr (📉) - ❗Unlicensed + diff --git a/history/2023-05-18_projects.csv b/history/2023-05-18_projects.csv new file mode 100644 index 0000000..8a59f1d --- /dev/null +++ b/history/2023-05-18_projects.csv @@ -0,0 +1,202 @@ +,name,mkdocs_theme,mkdocs_plugin,github_id,pypi_id,labels,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,description,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,monthly_downloads,projectrank,show,projectrank_placing,markdown_extension,trending,github_release_downloads,updated_github_id,mkdocs_plugins,gitlab_id,gitlab_url +0,Material for MkDocs,material,"['material/info', 'material/offline', 'material/search', 'material/social', 'material/tags']",squidfunk/mkdocs-material,mkdocs-material,"['theme', 'plugin']",theming,https://github.com/squidfunk/mkdocs-material,https://github.com/squidfunk/mkdocs-material,MIT,2016-01-28 22:09:23,2023-05-17 09:06:00,2023-05-17 09:03:30,5273.0,251.0,2862.0,115.0,2346.0,16.0,1860.0,13874.0,2023-05-16 18:17:07,9.1.13,100.0,Documentation that simply works.,32268.0,32268.0,213.0,https://pypi.org/project/mkdocs-material,2386308.0,2386308.0,42,True,1.0,,,,,,, +1,PyMdown Extensions,,,facelessuser/pymdown-extensions,pymdown-extensions,['markdown'],markdown,https://github.com/facelessuser/pymdown-extensions,https://github.com/facelessuser/pymdown-extensions,,2014-11-21 06:08:04,2023-05-18 10:56:47,2023-05-16 05:31:54,1691.0,36.0,238.0,9.0,1648.0,7.0,322.0,757.0,2023-05-16 05:33:02,10.0.1,77.0,Extensions for Python Markdown.,20384.0,20384.0,42.0,https://pypi.org/project/pymdown-extensions,1399049.0,1399049.0,32,True,1.0,"['pymdownx.arithmatex', 'pymdownx.b64', 'pymdownx.betterem', 'pymdownx.caret', 'pymdownx.critic', 'pymdownx.details', 'pymdownx.emoji', 'pymdownx.escapeall', 'pymdownx.extra', 'pymdownx.highlight', 'pymdownx.inlinehilite', 'pymdownx.keys', 'pymdownx.magiclink', 'pymdownx.mark', 'pymdownx.pathconverter', 'pymdownx.progressbar', 'pymdownx.saneheaders', 'pymdownx.smartsymbols', 'pymdownx.snippets', 'pymdownx.striphtml', 'pymdownx.superfences', 'pymdownx.tabbed', 'pymdownx.tasklist', 'pymdownx.tilde']",1.0,,,,, +2,mkdocstrings,,mkdocstrings,mkdocstrings/mkdocstrings,mkdocstrings,['plugin'],api-docs,https://github.com/mkdocstrings/mkdocstrings,https://github.com/mkdocstrings/mkdocstrings,ISC,2019-12-09 18:09:09,2023-05-12 14:47:54,2023-05-11 20:12:32,569.0,21.0,91.0,11.0,157.0,44.0,293.0,1220.0,2023-01-19 23:00:14,0.20.0,5.0,"Automatic documentation from sources, for MkDocs.",7756.0,7756.0,36.0,https://pypi.org/project/mkdocstrings,354252.0,354252.0,31,True,1.0,,,,,,, +3,awesome-pages,,awesome-pages,lukasgeiter/mkdocs-awesome-pages-plugin,mkdocs-awesome-pages-plugin,['plugin'],nav-pages,https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin,https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin,MIT,2018-02-06 21:09:24,2023-05-08 18:43:02,2023-05-08 18:35:17,91.0,19.0,28.0,7.0,16.0,11.0,47.0,325.0,2023-05-08 18:47:19,2.9.1,23.0,An MkDocs plugin that simplifies configuring page titles and their order.,2580.0,2580.0,6.0,https://pypi.org/project/mkdocs-awesome-pages-plugin,100667.0,100667.0,26,True,1.0,,,,,,, +4,mike,,mike,jimporter/mike,mike,['plugin'],site-management,https://github.com/jimporter/mike,https://github.com/jimporter/mike,BSD-3-Clause,2017-09-24 08:52:01,2023-05-06 06:18:27,2023-05-06 06:00:39,298.0,11.0,27.0,7.0,17.0,6.0,132.0,325.0,2021-10-04 05:26:35,1.1.2,21.0,Manage multiple versions of your MkDocs-powered documentation via Git.,1914.0,1914.0,8.0,https://pypi.org/project/mike,74465.0,74467.0,26,True,1.0,,,134.0,,,, +5,macros,,macros,fralau/mkdocs_macros_plugin,mkdocs-macros-plugin,['plugin'],code-exec-templating,https://github.com/fralau/mkdocs_macros_plugin,https://github.com/fralau/mkdocs_macros_plugin,MIT,2018-06-27 15:24:40,2023-04-24 12:33:15,2023-04-24 12:19:35,196.0,8.0,37.0,5.0,43.0,7.0,87.0,193.0,2020-11-23 19:17:08,0.5.0,3.0,"Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.",1941.0,1941.0,26.0,https://pypi.org/project/mkdocs-macros-plugin,124333.0,124333.0,26,True,1.0,,,,,,, +6,git-revision-date-localized,,git-revision-date-localized,timvink/mkdocs-git-revision-date-localized-plugin,mkdocs-git-revision-date-localized-plugin,['plugin'],git-info,https://github.com/timvink/mkdocs-git-revision-date-localized-plugin,https://github.com/timvink/mkdocs-git-revision-date-localized-plugin,MIT,2019-11-26 12:11:05,2023-04-07 05:42:08,2023-03-02 20:10:10,265.0,3.0,29.0,4.0,41.0,8.0,65.0,114.0,2023-03-02 20:15:25,1.2.0,37.0,MkDocs plugin to add a last updated date to your site pages.,3619.0,3619.0,21.0,https://pypi.org/project/mkdocs-git-revision-date-localized-plugin,144673.0,144673.0,26,True,1.0,,,,,,, +7,monorepo,,monorepo,backstage/mkdocs-monorepo-plugin,mkdocs-monorepo-plugin,['plugin'],site-management,https://github.com/backstage/mkdocs-monorepo-plugin,https://github.com/backstage/mkdocs-monorepo-plugin,Apache-2.0,2019-09-19 18:18:32,2023-05-12 12:09:16,2023-05-12 12:09:16,141.0,12.0,59.0,21.0,50.0,26.0,24.0,246.0,,,,Build multiple documentation folders in a single Mkdocs. Designed for large codebases.,301.0,301.0,30.0,https://pypi.org/project/mkdocs-monorepo-plugin,100104.0,100104.0,24,True,1.0,,1.0,,,,, +8,mkdocs-jupyter,,mkdocs-jupyter,danielfrg/mkdocs-jupyter,mkdocs-jupyter,['plugin'],code-exec-templating,https://github.com/danielfrg/mkdocs-jupyter,https://github.com/danielfrg/mkdocs-jupyter,Apache-2.0,2019-12-18 02:11:34,2023-05-16 00:43:37,2023-05-16 00:43:36,208.0,41.0,36.0,5.0,63.0,16.0,70.0,230.0,,,,Use Jupyter Notebook in mkdocs.,1178.0,1178.0,19.0,https://pypi.org/project/mkdocs-jupyter,68518.0,68518.0,24,True,1.0,,,,,,, +9,mermaid2,,mermaid2,fralau/mkdocs-mermaid2-plugin,mkdocs-mermaid2-plugin,['plugin'],charts,https://github.com/fralau/mkdocs-mermaid2-plugin,https://github.com/fralau/mkdocs-mermaid2-plugin,MIT,2020-04-15 09:55:54,2023-04-30 12:54:48,2023-04-30 12:54:30,74.0,10.0,21.0,1.0,17.0,8.0,41.0,150.0,2020-04-15 11:08:34,0.1.2,1.0,A Mermaid graphs plugin for mkdocs.,1324.0,1324.0,12.0,https://pypi.org/project/mkdocs-mermaid2-plugin,89643.0,89643.0,23,True,1.0,,1.0,,,,, +10,minify,,minify,byrnereese/mkdocs-minify-plugin,mkdocs-minify-plugin,['plugin'],html-css,https://github.com/byrnereese/mkdocs-minify-plugin,https://github.com/byrnereese/mkdocs-minify-plugin,MIT,2018-12-19 16:35:00,2023-03-14 21:33:45,2023-03-14 21:32:22,57.0,9.0,12.0,10.0,16.0,1.0,11.0,89.0,2023-03-14 21:34:05,0.6.4,7.0,A mkdocs plugin to minify the HTML of a page before it is written to disk.,5066.0,5066.0,9.0,https://pypi.org/project/mkdocs-minify-plugin,112250.0,112250.0,23,True,1.0,,,,,,, +11,include-markdown,,include-markdown,mondeja/mkdocs-include-markdown-plugin,mkdocs-include-markdown-plugin,['plugin'],snippets-include,https://github.com/mondeja/mkdocs-include-markdown-plugin,https://github.com/mondeja/mkdocs-include-markdown-plugin,Apache-2.0,2020-12-04 08:09:34,2023-03-23 13:57:04,2023-03-10 00:05:15,151.0,1.0,11.0,3.0,97.0,4.0,50.0,60.0,2023-03-10 00:10:06,4.0.4,44.0,Mkdocs Markdown includer plugin.,1378.0,1378.0,11.0,https://pypi.org/project/mkdocs-include-markdown-plugin,103179.0,103182.0,23,True,1.0,,,107.0,,,, +12,rss,,rss,Guts/mkdocs-rss-plugin,mkdocs-rss-plugin,['plugin'],blogging,https://github.com/Guts/mkdocs-rss-plugin,https://github.com/Guts/mkdocs-rss-plugin,MIT,2020-07-06 13:48:11,2023-05-01 18:56:35,2023-04-04 06:08:42,613.0,40.0,13.0,3.0,157.0,9.0,22.0,47.0,2023-02-21 22:10:35,1.6.0,14.0,"MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).",195.0,195.0,10.0,https://pypi.org/project/mkdocs-rss-plugin,11295.0,11295.0,23,True,1.0,,,18.0,,,, +13,mkdocs-with-pdf,,with-pdf,orzih/mkdocs-with-pdf,mkdocs-with-pdf,['plugin'],site-conversion,https://github.com/orzih/mkdocs-with-pdf,https://github.com/orzih/mkdocs-with-pdf,MIT,2020-02-23 16:34:46,2023-01-07 04:42:28,2021-10-14 20:29:54,188.0,,60.0,10.0,49.0,50.0,44.0,236.0,2021-07-03 02:09:02,0.9.3,27.0,Generate a single PDF file from MkDocs repository.,328.0,328.0,6.0,https://pypi.org/project/mkdocs-with-pdf,23542.0,23542.0,22,True,1.0,,,,,,, +14,Markdown-Include,,,cmacmackin/markdown-include,markdown-include,['markdown'],snippets-include,https://github.com/cmacmackin/markdown-include,https://github.com/cmacmackin/markdown-include,GPL-3.0,2015-01-09 01:12:35,2023-02-07 09:46:17,2023-02-07 09:45:37,75.0,,37.0,9.0,21.0,7.0,15.0,89.0,2023-02-07 09:46:17,0.8.1,13.0,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,4563.0,4563.0,12.0,https://pypi.org/project/markdown-include,61585.0,61585.0,22,True,2.0,markdown_include.include,1.0,,,,, +15,literate-nav,,literate-nav,oprypin/mkdocs-literate-nav,mkdocs-literate-nav,['plugin'],nav-pages,https://github.com/oprypin/mkdocs-literate-nav,https://github.com/oprypin/mkdocs-literate-nav,MIT,2020-04-26 17:38:52,2023-05-17 21:27:05,2023-05-17 21:26:32,104.0,3.0,7.0,3.0,5.0,8.0,11.0,47.0,2023-01-06 13:51:31,0.6.0,2.0,MkDocs plugin to specify the navigation in Markdown instead of YAML.,990.0,990.0,,https://pypi.org/project/mkdocs-literate-nav,63569.0,63569.0,22,True,1.0,,2.0,,,,, +16,htmlproofer,,htmlproofer,manuzhang/mkdocs-htmlproofer-plugin,mkdocs-htmlproofer-plugin,['plugin'],links-refs,https://github.com/manuzhang/mkdocs-htmlproofer-plugin,https://github.com/manuzhang/mkdocs-htmlproofer-plugin,MIT,2018-08-26 23:48:13,2023-04-22 05:13:53,2023-04-22 05:13:34,93.0,17.0,10.0,3.0,37.0,4.0,22.0,30.0,2023-04-22 05:15:09,0.13.1,17.0,A MkDocs plugin that validates URL in rendered html files.,257.0,257.0,10.0,https://pypi.org/project/mkdocs-htmlproofer-plugin,18663.0,18663.0,22,True,1.0,,,,,,, +17,pdf-export,,pdf-export,zhaoterryy/mkdocs-pdf-export-plugin,mkdocs-pdf-export-plugin,['plugin'],site-conversion,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,https://github.com/zhaoterryy/mkdocs-pdf-export-plugin,MIT,2018-02-20 15:06:51,2022-11-22 05:06:36,2021-10-05 01:31:10,72.0,,41.0,19.0,31.0,40.0,46.0,278.0,2020-07-23 01:35:39,0.5.8,5.0,An MkDocs plugin to export content pages as PDF files.,394.0,394.0,11.0,https://pypi.org/project/mkdocs-pdf-export-plugin,17695.0,17695.0,21,True,2.0,,,,,,, +18,Cinder,cinder,,chrissimpkins/cinder,mkdocs-cinder,['theme'],theming,https://github.com/chrissimpkins/cinder,https://github.com/chrissimpkins/cinder,,2015-08-28 03:45:23,2023-03-07 11:46:26,2021-01-05 20:29:39,229.0,,99.0,8.0,59.0,15.0,35.0,182.0,2020-10-26 22:28:56,1.2.0,32.0,"A clean, responsive MkDocs theme.",537.0,537.0,23.0,https://pypi.org/project/mkdocs-cinder,5352.0,5362.0,21,True,1.0,,,961.0,,,, +19,static-i18n,,i18n,ultrabug/mkdocs-static-i18n,mkdocs-static-i18n,['plugin'],i18n-l10n,https://github.com/ultrabug/mkdocs-static-i18n,https://github.com/ultrabug/mkdocs-static-i18n,MIT,2021-02-07 17:33:36,2023-05-15 14:01:06,2023-03-23 12:13:46,172.0,13.0,24.0,5.0,134.0,9.0,81.0,143.0,,,,MkDocs i18n plugin using static translation markdown files.,548.0,548.0,8.0,https://pypi.org/project/mkdocs-static-i18n,11286.0,11286.0,21,True,1.0,,,,,,, +20,mknotebooks,,mknotebooks,greenape/mknotebooks,mknotebooks,['plugin'],code-exec-templating,https://github.com/greenape/mknotebooks,https://github.com/greenape/mknotebooks,MIT,2018-09-18 08:13:25,2023-03-15 11:59:49,2022-12-20 11:05:47,1701.0,,18.0,2.0,1062.0,12.0,25.0,112.0,2021-09-07 13:41:02,0.7.0,14.0,A plugin for mkdocs to help you include Jupyter notebooks in your projects.,383.0,383.0,13.0,https://pypi.org/project/mknotebooks,20351.0,20351.0,21,True,2.0,,,,,,, +21,mkdocs-redirects,,redirects,mkdocs/mkdocs-redirects,mkdocs-redirects,['plugin'],links-refs,https://github.com/mkdocs/mkdocs-redirects,https://github.com/mkdocs/mkdocs-redirects,MIT,2019-04-03 10:38:39,2023-04-10 18:51:42,2023-04-10 18:50:07,92.0,1.0,15.0,141.0,26.0,11.0,17.0,103.0,2022-09-18 12:22:52,1.2.0,9.0,Open source plugin for Mkdocs page redirects.,1991.0,1991.0,13.0,https://pypi.org/project/mkdocs-redirects,86359.0,86359.0,21,True,1.0,,,,,,, +22,mkdocs-multirepo-plugin,,multirepo,jdoiro3/mkdocs-multirepo-plugin,mkdocs-multirepo-plugin,['plugin'],site-management,https://github.com/jdoiro3/mkdocs-multirepo-plugin,https://github.com/jdoiro3/mkdocs-multirepo-plugin,MIT,2021-12-19 01:25:18,2023-05-14 15:30:10,2023-04-01 03:35:20,409.0,5.0,22.0,2.0,36.0,22.0,37.0,68.0,2023-03-29 13:11:32,0.6.1,16.0,Build documentation in multiple repos into one site.,76.0,76.0,9.0,https://pypi.org/project/mkdocs-multirepo-plugin,12529.0,12529.0,21,True,2.0,,,,,,, +23,gen-files,,gen-files,oprypin/mkdocs-gen-files,mkdocs-gen-files,['plugin'],code-exec-templating,https://github.com/oprypin/mkdocs-gen-files,https://github.com/oprypin/mkdocs-gen-files,MIT,2020-12-07 21:19:53,2023-04-27 19:48:45,2023-04-27 19:48:02,68.0,5.0,7.0,2.0,7.0,3.0,16.0,53.0,2023-04-27 19:51:18,0.5.0,7.0,MkDocs plugin to programmatically generate documentation pages during the build.,1290.0,1290.0,5.0,https://pypi.org/project/mkdocs-gen-files,86189.0,86189.0,21,True,2.0,,,,,,, +24,print-site,,print-site,timvink/mkdocs-print-site-plugin,mkdocs-print-site-plugin,['plugin'],site-conversion,https://github.com/timvink/mkdocs-print-site-plugin,https://github.com/timvink/mkdocs-print-site-plugin,MIT,2020-08-15 12:02:33,2022-12-07 11:39:27,2022-12-07 11:39:27,220.0,,12.0,3.0,7.0,8.0,67.0,76.0,2022-06-01 11:11:09,2.3.4,39.0,"MkDocs Plugin that adds an additional page that combines all pages, allowing easy exports to PDF and standalone HTML.",209.0,209.0,4.0,https://pypi.org/project/mkdocs-print-site-plugin,9892.0,9892.0,20,True,2.0,,,,,,, +25,encryptcontent,,encryptcontent,CoinK0in/mkdocs-encryptcontent-plugin,mkdocs-encryptcontent-plugin,['plugin'],nav-pages,https://github.com/unverbuggt/mkdocs-encryptcontent-plugin,https://github.com/unverbuggt/mkdocs-encryptcontent-plugin,MIT,2019-12-15 22:42:26,2023-05-09 14:46:09,2023-05-09 14:45:05,139.0,27.0,11.0,2.0,6.0,2.0,39.0,68.0,2023-04-30 16:39:18,2.5.3,27.0,A MkDocs plugin that encrypt/decrypt markdown content with AES.,440.0,440.0,4.0,https://pypi.org/project/mkdocs-encryptcontent-plugin,4245.0,4245.0,20,True,1.0,,,1.0,unverbuggt/mkdocs-encryptcontent-plugin,,, +26,mkdocs-blogging-plugin,,blogging,liang2kl/mkdocs-blogging-plugin,mkdocs-blogging-plugin,['plugin'],blogging,https://github.com/liang2kl/mkdocs-blogging-plugin,https://github.com/liang2kl/mkdocs-blogging-plugin,MIT,2021-09-07 08:53:20,2023-04-28 14:42:23,2023-04-28 14:42:20,135.0,25.0,14.0,3.0,17.0,4.0,30.0,63.0,2023-04-12 17:35:01,2.2.5,24.0,Add blogging feature to your MkDocs site.,90.0,90.0,6.0,https://pypi.org/project/mkdocs-blogging-plugin,4596.0,4596.0,20,True,2.0,,,8.0,,,, +27,section-index,,section-index,oprypin/mkdocs-section-index,mkdocs-section-index,['plugin'],nav-pages,https://github.com/oprypin/mkdocs-section-index,https://github.com/oprypin/mkdocs-section-index,MIT,2020-11-19 23:59:30,2023-04-10 20:10:34,2023-04-10 20:10:04,66.0,1.0,6.0,2.0,2.0,4.0,9.0,58.0,2023-01-29 19:23:45,0.3.5,7.0,MkDocs plugin to allow clickable sections that lead to an index page.,1005.0,1005.0,,https://pypi.org/project/mkdocs-section-index,70555.0,70555.0,20,True,1.0,,,,,,, +28,git-revision-date,,git-revision-date,zhaoterryy/mkdocs-git-revision-date-plugin,mkdocs-git-revision-date-plugin,['plugin'],git-info,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin,MIT,2018-12-03 04:29:33,2023-03-28 19:19:30,2022-03-08 14:42:57,26.0,,7.0,5.0,9.0,4.0,9.0,52.0,2022-03-08 14:43:59,0.3.2,2.0,MkDocs plugin for setting revision date from git per markdown file.,1388.0,1388.0,7.0,https://pypi.org/project/mkdocs-git-revision-date-plugin,40726.0,40726.0,20,True,2.0,,,,,,, +29,bibtex,,bibtex,shyamd/mkdocs-bibtex,mkdocs-bibtex,['plugin'],other,https://github.com/shyamd/mkdocs-bibtex,https://github.com/shyamd/mkdocs-bibtex,BSD-3-Clause-LBNL,2019-05-29 04:43:44,2023-05-16 16:53:33,2023-05-01 15:08:35,347.0,12.0,13.0,3.0,158.0,8.0,26.0,44.0,2023-04-01 15:00:25,2.8.16,39.0,A MkDocs plugin for citation management using bibtex.,155.0,155.0,9.0,https://pypi.org/project/mkdocs-bibtex,3305.0,3305.0,20,False,1.0,,,,,,, +30,git-authors,,git-authors,timvink/mkdocs-git-authors-plugin,mkdocs-git-authors-plugin,['plugin'],git-info,https://github.com/timvink/mkdocs-git-authors-plugin,https://github.com/timvink/mkdocs-git-authors-plugin,MIT,2019-12-23 10:24:38,2023-05-10 18:16:14,2023-02-20 08:58:58,187.0,1.0,13.0,4.0,26.0,8.0,40.0,43.0,2022-11-02 20:16:17,0.7.0,18.0,MkDocs plugin to display git authors of a page.,378.0,378.0,6.0,https://pypi.org/project/mkdocs-git-authors-plugin,25384.0,25384.0,20,True,2.0,,,,,,, +31,simple,,simple,athackst/mkdocs-simple-plugin,mkdocs-simple-plugin,['plugin'],site-management,https://github.com/athackst/mkdocs-simple-plugin,https://github.com/athackst/mkdocs-simple-plugin,Apache-2.0,2020-05-03 16:09:24,2023-05-17 15:56:54,2023-05-16 22:26:56,495.0,27.0,10.0,3.0,506.0,,16.0,34.0,2023-02-17 15:11:31,2.3.0,39.0,Build documentation files inside your code into a MkDocs site.,35.0,35.0,8.0,https://pypi.org/project/mkdocs-simple-plugin,8939.0,8939.0,20,True,2.0,,,,,,, +32,Bootswatch,"['cerulean', 'cosmo', 'cyborg', 'darkly', 'flatly', 'journal', 'litera', 'lumen', 'lux', 'materia', 'minty', 'pulse', 'sandstone', 'simplex', 'slate', 'solar', 'spacelab', 'superhero', 'united', 'yeti']",,mkdocs/mkdocs-bootswatch,mkdocs-bootswatch,['theme'],theming,https://github.com/mkdocs/mkdocs-bootswatch,https://github.com/mkdocs/mkdocs-bootswatch,BSD-2-Clause,2015-05-19 00:19:15,2021-12-22 18:09:16,2020-02-27 00:01:09,68.0,,58.0,7.0,35.0,3.0,30.0,128.0,,,,MkDocs Bootswatch Themes.,970.0,970.0,10.0,https://pypi.org/project/mkdocs-bootswatch,10686.0,10686.0,19,True,1.0,,,,,,, +33,table-reader,,table-reader,timvink/mkdocs-table-reader-plugin,mkdocs-table-reader-plugin,['plugin'],charts,https://github.com/timvink/mkdocs-table-reader-plugin,https://github.com/timvink/mkdocs-table-reader-plugin,MIT,2020-03-06 09:42:26,2023-01-30 13:27:40,2023-01-30 13:16:31,103.0,,9.0,3.0,14.0,6.0,29.0,69.0,2023-01-30 13:24:33,2.0,17.0,MkDocs plugin that enables a markdown tag like {{ read_csv(table.csv) }} to directly insert various table formats into..,251.0,251.0,5.0,https://pypi.org/project/mkdocs-table-reader-plugin,35099.0,35099.0,19,True,1.0,,,,,,, +34,markdownextradata,,markdownextradata,rosscdh/mkdocs-markdownextradata-plugin,mkdocs-markdownextradata-plugin,['plugin'],code-exec-templating,https://github.com/rosscdh/mkdocs-markdownextradata-plugin,https://github.com/rosscdh/mkdocs-markdownextradata-plugin,MIT,2018-05-01 17:18:40,2023-01-26 16:53:16,2021-12-15 20:25:46,73.0,,17.0,3.0,15.0,5.0,26.0,61.0,2021-12-16 09:49:55,0.2.5,8.0,A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.,766.0,766.0,10.0,https://pypi.org/project/mkdocs-markdownextradata-plugin,36143.0,36143.0,19,True,2.0,,,,,,, +35,mkdocs-simple-hooks,,mkdocs-simple-hooks,aklajnert/mkdocs-simple-hooks,mkdocs-simple-hooks,['plugin'],nav-pages,https://github.com/aklajnert/mkdocs-simple-hooks,https://github.com/aklajnert/mkdocs-simple-hooks,MIT,2020-05-03 07:42:29,2023-05-09 10:40:36,2023-05-09 10:40:32,51.0,3.0,4.0,2.0,25.0,,6.0,50.0,2022-01-07 09:12:15,0.1.5,5.0,"Define your own hooks for mkdocs, without having to create a new package.",950.0,950.0,5.0,https://pypi.org/project/mkdocs-simple-hooks,14762.0,14762.0,19,True,2.0,,,26.0,,,, +36,enumerate-headings,,enumerate-headings,timvink/mkdocs-enumerate-headings-plugin,mkdocs-enumerate-headings-plugin,['plugin'],html-css,https://github.com/timvink/mkdocs-enumerate-headings-plugin,https://github.com/timvink/mkdocs-enumerate-headings-plugin,MIT,2020-04-24 13:39:07,2023-04-12 19:57:32,2023-04-12 19:57:31,112.0,7.0,4.0,3.0,7.0,1.0,27.0,31.0,2023-02-20 09:21:05,0.6.0,11.0,MkDocs Plugin to enumerate the headings across site pages.,115.0,115.0,4.0,https://pypi.org/project/mkdocs-enumerate-headings-plugin,5875.0,5875.0,19,True,2.0,,,,,,, +37,mkdocs-click,,,DataDog/mkdocs-click,mkdocs-click,['markdown'],api-docs,https://github.com/DataDog/mkdocs-click,https://github.com/DataDog/mkdocs-click,Apache-2.0,2020-03-16 14:47:45,2022-12-20 14:32:57,2022-12-20 14:32:56,54.0,,16.0,9.0,40.0,16.0,9.0,67.0,2022-06-19 16:09:56,0.8.0,9.0,An MkDocs extension to generate documentation for Click command line applications.,251.0,251.0,11.0,https://pypi.org/project/mkdocs-click,23444.0,23444.0,18,True,1.0,mkdocs-click,,,,,, +38,autolinks,,autolinks,midnightprioriem/mkdocs-autolinks-plugin,mkdocs-autolinks-plugin,['plugin'],links-refs,https://github.com/zachhannum/mkdocs-autolinks-plugin,https://github.com/zachhannum/mkdocs-autolinks-plugin,MIT,2020-01-14 17:57:51,2023-03-29 04:17:10,2023-02-27 16:41:41,25.0,2.0,14.0,4.0,18.0,6.0,9.0,55.0,2023-02-27 16:42:54,_070,7.0,An MkDocs plugin that automagically generates relative links between markdown pages.,275.0,275.0,10.0,https://pypi.org/project/mkdocs-autolinks-plugin,26853.0,26853.0,18,True,2.0,,,,zachhannum/mkdocs-autolinks-plugin,,, +39,MkDocs GLightbox,,glightbox,blueswen/mkdocs-glightbox,mkdocs-glightbox,['plugin'],charts,https://github.com/blueswen/mkdocs-glightbox,https://github.com/blueswen/mkdocs-glightbox,MIT,2022-06-10 06:35:05,2023-04-25 13:18:13,2023-04-25 13:18:07,71.0,7.0,8.0,1.0,3.0,4.0,15.0,51.0,2023-05-05 15:17:23,0.3.4,12.0,A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.,798.0,798.0,2.0,https://pypi.org/project/mkdocs-glightbox,43767.0,43768.0,18,True,2.0,,,20.0,,,, +40,meta-descriptions,,meta-descriptions,prcr/mkdocs-meta-descriptions-plugin,mkdocs-meta-descriptions-plugin,['plugin'],snippets-include,https://github.com/prcr/mkdocs-meta-descriptions-plugin,https://github.com/prcr/mkdocs-meta-descriptions-plugin,MIT,2021-04-02 13:21:37,2023-05-16 11:09:07,2023-05-16 11:06:30,216.0,25.0,3.0,1.0,239.0,1.0,7.0,10.0,2022-12-15 10:04:31,2.2.0,10.0,Generate meta descriptions from the first paragraphs in your MkDocs pages.,414.0,414.0,2.0,https://pypi.org/project/mkdocs-meta-descriptions-plugin,2939.0,2939.0,18,False,2.0,,,,,,, +41,mkpdfs,,mkpdfs,comwes/mkpdfs-mkdocs-plugin,mkpdfs-mkdocs,['plugin'],site-conversion,https://github.com/comwes/mkpdfs-mkdocs-plugin,https://github.com/comwes/mkpdfs-mkdocs-plugin,GPL-3.0,2019-04-09 13:14:03,2023-01-14 14:58:39,2021-08-11 13:02:40,109.0,,28.0,10.0,21.0,12.0,26.0,93.0,2019-06-23 20:25:53,1.0.1,2.0,"Converts your mkdocs documentation in PDF, to be shared with users.",47.0,47.0,8.0,https://pypi.org/project/mkpdfs-mkdocs,1151.0,1151.0,17,True,2.0,,,30.0,,,, +42,MkApi,,mkapi,daizutabi/mkapi,mkapi,['plugin'],api-docs,https://github.com/daizutabi/mkapi,https://github.com/daizutabi/mkapi,MIT,2020-04-19 07:43:40,2022-04-11 21:04:29,2020-12-20 02:40:09,242.0,,18.0,2.0,9.0,28.0,21.0,80.0,2020-12-20 02:28:04,1.0.14,14.0,A documentation generation tool for MkDocs.,152.0,152.0,4.0,https://pypi.org/project/mkapi,3482.0,3482.0,17,True,2.0,,,,,,, +43,exclude,,exclude,apenwarr/mkdocs-exclude,mkdocs-exclude,['plugin'],nav-pages,https://github.com/apenwarr/mkdocs-exclude,https://github.com/apenwarr/mkdocs-exclude,Apache-2.0,2019-01-07 19:02:19,2023-02-02 15:29:32,2019-02-20 23:33:03,3.0,,9.0,6.0,4.0,9.0,3.0,74.0,,,,A mkdocs plugin that lets you exclude files or trees from your output.,1253.0,1253.0,,https://pypi.org/project/mkdocs-exclude,102770.0,102770.0,17,True,2.0,,,,,,, +44,drawio-exporter,,drawio-exporter,LukeCarrier/mkdocs-drawio-exporter,mkdocs-drawio-exporter,['plugin'],charts,https://github.com/LukeCarrier/mkdocs-drawio-exporter,https://github.com/LukeCarrier/mkdocs-drawio-exporter,MIT,2019-09-10 21:59:11,2023-05-17 19:57:43,2022-05-28 16:37:23,59.0,,4.0,4.0,15.0,5.0,19.0,53.0,2021-05-09 10:30:10,0.8.0,10.0,Exports your Draw.io diagrams at build time for easier embedding into your documentation.,44.0,44.0,4.0,https://pypi.org/project/mkdocs-drawio-exporter,6772.0,6772.0,17,True,2.0,,,,,,, +45,MkDocs Video,,mkdocs-video,soulless-viewer/mkdocs-video,mkdocs-video,['plugin'],charts,https://github.com/soulless-viewer/mkdocs-video,https://github.com/soulless-viewer/mkdocs-video,MIT,2021-06-30 13:55:40,2023-03-28 22:38:35,2023-03-17 17:33:24,19.0,1.0,9.0,1.0,5.0,3.0,11.0,41.0,2023-03-17 17:41:51,1.5.0,6.0,MkDocs Video plugin.,349.0,349.0,5.0,https://pypi.org/project/mkdocs-video,28115.0,28115.0,17,True,2.0,,,20.0,,,, +46,mkdocs-versioning,,mkdocs-versioning,zayd62/mkdocs-versioning,mkdocs-versioning,['plugin'],site-management,https://github.com/zayd62/mkdocs-versioning,https://github.com/zayd62/mkdocs-versioning,MIT,2019-07-20 18:09:56,2021-08-01 15:51:53,2021-08-01 15:51:53,133.0,,6.0,3.0,39.0,3.0,22.0,40.0,2021-02-11 10:24:03,0.4.0,2.0,A tool that allows for versioning sites built with mkdocs.,56.0,56.0,5.0,https://pypi.org/project/mkdocs-versioning,2455.0,2455.0,17,True,2.0,,,,,,, +47,MkDocs Swagger UI Tag,,swagger-ui-tag,blueswen/mkdocs-swagger-ui-tag,mkdocs-swagger-ui-tag,['plugin'],integrations,https://github.com/blueswen/mkdocs-swagger-ui-tag,https://github.com/blueswen/mkdocs-swagger-ui-tag,MIT,2022-06-12 09:49:37,2023-03-19 14:52:36,2023-03-19 14:51:45,50.0,7.0,4.0,2.0,1.0,2.0,9.0,26.0,2023-03-19 14:53:45,0.6.1,15.0,A MkDocs plugin supports for add Swagger UI in page.,47.0,47.0,2.0,https://pypi.org/project/mkdocs-swagger-ui-tag,9150.0,9151.0,17,True,1.0,,,20.0,,,, +48,kroki,,kroki,AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin,mkdocs-kroki-plugin,['plugin'],charts,https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin,https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin,MIT,2021-04-13 09:57:17,2023-05-08 08:01:52,2023-03-31 13:51:52,52.0,8.0,18.0,2.0,22.0,5.0,11.0,25.0,2023-03-13 08:27:15,0.6.1,10.0,MkDocs plugin for Kroki-Diagrams.,20.0,20.0,11.0,https://pypi.org/project/mkdocs-kroki-plugin,10072.0,10072.0,17,True,2.0,,,,,,, +49,markdown-callouts,,,oprypin/markdown-callouts,markdown-callouts,['markdown'],markdown,https://github.com/oprypin/markdown-callouts,https://github.com/oprypin/markdown-callouts,MIT,2021-05-03 01:07:19,2023-04-10 20:19:03,2023-04-10 20:18:22,32.0,3.0,13.0,3.0,5.0,4.0,6.0,16.0,2022-09-18 20:48:07,0.3.0,2.0,Markdown extension: a classier syntax for admonitions.,87.0,87.0,,https://pypi.org/project/markdown-callouts,10334.0,10334.0,17,False,2.0,callouts,,,,,, +50,git-committers-2,,git-committers,ojacques/mkdocs-git-committers-plugin-2,mkdocs-git-committers-plugin-2,['plugin'],git-info,https://github.com/ojacques/mkdocs-git-committers-plugin-2,https://github.com/ojacques/mkdocs-git-committers-plugin-2,MIT,2019-11-25 20:50:44,2023-03-27 20:23:26,2023-03-27 20:21:40,48.0,1.0,8.0,3.0,13.0,4.0,10.0,15.0,2023-03-27 20:29:54,1.1.2,8.0,An MkDocs plugin to create a list of contributors on the page.,205.0,205.0,5.0,https://pypi.org/project/mkdocs-git-committers-plugin-2,6200.0,6200.0,17,False,3.0,,,,,,, +51,MkAutoDoc,,,tomchristie/mkautodoc,mkautodoc,['markdown'],api-docs,https://github.com/tomchristie/mkautodoc,https://github.com/tomchristie/mkautodoc,BSD,2019-10-09 10:40:33,2022-09-26 12:32:12,2022-09-26 12:32:12,27.0,,15.0,7.0,17.0,7.0,10.0,197.0,,,,Auto documentation for MkDocs.,702.0,702.0,7.0,https://pypi.org/project/mkautodoc,12227.0,12227.0,16,False,2.0,mkautodoc,,,,,, +52,mktestdocs,,,koaning/mktestdocs,mktestdocs,[],quality,https://github.com/koaning/mktestdocs,https://github.com/koaning/mktestdocs,Apache-2.0,2020-12-02 11:29:55,2023-04-27 15:55:01,2023-04-27 06:02:12,50.0,2.0,4.0,3.0,8.0,2.0,1.0,84.0,2023-04-27 15:55:01,0.2.1,3.0,Run pytest against markdown files/docstrings.,28.0,28.0,3.0,https://pypi.org/project/mktestdocs,11164.0,11164.0,16,True,1.0,,,,,,, +53,Bootstrap,bootstrap,,mkdocs/mkdocs-bootstrap,mkdocs-bootstrap,['theme'],theming,https://github.com/mkdocs/mkdocs-bootstrap,https://github.com/mkdocs/mkdocs-bootstrap,BSD-2-Clause,2015-05-19 00:19:27,2021-12-22 18:09:40,2020-02-23 00:47:15,33.0,,36.0,7.0,18.0,3.0,12.0,74.0,,,,MkDocs Bootstrap Theme.,429.0,429.0,6.0,https://pypi.org/project/mkdocs-bootstrap,2460.0,2460.0,16,True,1.0,,,,,,, +54,build-plantuml,,build_plantuml,quantorconsulting/mkdocs_build_plantuml,mkdocs-build-plantuml-plugin,['plugin'],charts,https://github.com/quantorconsulting/mkdocs_build_plantuml,https://github.com/quantorconsulting/mkdocs_build_plantuml,MIT,2019-12-16 05:13:23,2023-05-15 20:51:10,2022-12-04 19:26:55,34.0,,12.0,3.0,10.0,3.0,14.0,41.0,,,,MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline).,74.0,74.0,7.0,https://pypi.org/project/mkdocs-build-plantuml-plugin,15432.0,15432.0,16,True,2.0,,,,,,, +55,localsearch,,localsearch,wilhelmer/mkdocs-localsearch,mkdocs-localsearch,['plugin'],search-toc,https://github.com/wilhelmer/mkdocs-localsearch,https://github.com/wilhelmer/mkdocs-localsearch,MIT,2019-09-13 07:59:50,2023-01-02 11:03:59,2023-01-02 11:03:59,60.0,,7.0,4.0,6.0,,14.0,27.0,2022-07-25 15:00:08,0.9.2,9.0,A MkDocs plugin to make the native search plugin work locally (file:// protocol).,51.0,51.0,4.0,https://pypi.org/project/mkdocs-localsearch,2981.0,2981.0,16,True,1.0,,,,,,, +56,ezlinks,,ezlinks,orbikm/mkdocs-ezlinks-plugin,mkdocs-ezlinks-plugin,['plugin'],links-refs,https://github.com/orbikm/mkdocs-ezlinks-plugin,https://github.com/orbikm/mkdocs-ezlinks-plugin,MIT,2021-02-10 23:10:38,2023-03-27 14:12:44,2022-01-24 19:59:04,40.0,,10.0,3.0,24.0,8.0,14.0,24.0,2022-01-24 20:08:01,_0.1.14,14.0,Plugin for mkdocs which enables easier linking between pages.,67.0,67.0,,https://pypi.org/project/mkdocs-ezlinks-plugin,2950.0,2953.0,16,True,2.0,,,94.0,,,, +57,exclude-search,,exclude-search,chrieke/mkdocs-exclude-search,mkdocs-exclude-search,['plugin'],search-toc,https://github.com/chrieke/mkdocs-exclude-search,https://github.com/chrieke/mkdocs-exclude-search,MIT,2020-10-11 23:10:29,2023-02-04 19:24:06,2023-02-04 19:22:15,133.0,,2.0,2.0,28.0,,16.0,23.0,2023-02-04 19:24:06,0.6.5,17.0,A mkdocs plugin that lets you exclude selected chapters from the search index.,241.0,241.0,4.0,https://pypi.org/project/mkdocs-exclude-search,7381.0,7381.0,16,True,1.0,,,6.0,,,, +58,autorefs,,autorefs,mkdocstrings/autorefs,mkdocs-autorefs,['plugin'],links-refs,https://github.com/mkdocstrings/autorefs,https://github.com/mkdocstrings/autorefs,ISC,2021-02-10 07:44:02,2022-11-23 07:58:20,2022-03-07 16:43:40,28.0,,2.0,3.0,16.0,3.0,3.0,20.0,,,,Automatically link across pages in MkDocs.,3194.0,3194.0,4.0,https://pypi.org/project/mkdocs-autorefs,330015.0,330015.0,16,True,2.0,,,,,,, +59,mkdocs-gallery,,gallery,smarie/mkdocs-gallery,mkdocs-gallery,['plugin'],nav-pages,https://github.com/smarie/mkdocs-gallery,https://github.com/smarie/mkdocs-gallery,BSD-3-Clause,2021-11-10 15:51:30,2023-05-15 16:59:25,2023-05-15 16:50:17,136.0,26.0,6.0,3.0,18.0,19.0,30.0,16.0,2023-05-15 17:03:43,0.7.8,10.0,Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx..,,,5.0,https://pypi.org/project/mkdocs-gallery,2100.0,2100.0,16,False,2.0,,,,,,, +60,mkdoxy,,mkdoxy,JakubAndrysek/MkDoxy,mkdoxy,['plugin'],api-docs,https://github.com/JakubAndrysek/MkDoxy,https://github.com/JakubAndrysek/MkDoxy,MIT,2021-07-28 09:20:29,2023-05-04 23:16:45,2023-04-15 21:31:29,94.0,29.0,9.0,3.0,10.0,2.0,31.0,13.0,2023-04-05 21:18:02,1.0.6,4.0,Automatically generates API documentation for your project based on Doxygen comments and code snippets in your..,4.0,4.0,3.0,https://pypi.org/project/mkdoxy,233.0,233.0,16,False,2.0,,,,,,, +61,MkDocsOAD,,"['neoteroi.mkdocsoad', 'neoteroi.contribs']",Neoteroi/mkdocs-plugins,neoteroi-mkdocs,"['plugin', 'markdown']",api-docs,https://github.com/Neoteroi/mkdocs-plugins,https://github.com/Neoteroi/mkdocs-plugins,MIT,2022-04-18 10:59:35,2023-04-26 09:08:46,2023-04-26 09:08:13,32.0,2.0,4.0,1.0,16.0,6.0,15.0,58.0,2023-04-26 09:08:46,1.0.2,15.0,Plugin for MkDocs to generate human readable documentation from OpenAPI Documentation Version 3 (also known as Swagger..,16.0,16.0,6.0,https://pypi.org/project/neoteroi-mkdocs,2592.0,2600.0,15,True,3.0,"['neoteroi.cards', 'neoteroi.timeline', 'neoteroi.projects', 'neoteroi.spantable']",,105.0,,,, +62,markdown-exec,,markdown-exec,pawamoy/markdown-exec,markdown-exec,['plugin'],code-exec-templating,https://github.com/pawamoy/markdown-exec,https://github.com/pawamoy/markdown-exec,ISC,2022-02-11 22:48:50,2023-05-02 13:01:07,2023-05-02 13:01:04,141.0,36.0,3.0,2.0,1.0,5.0,13.0,42.0,,,,Utilities to execute code blocks in Markdown files.,45.0,45.0,2.0,https://pypi.org/project/markdown-exec,11203.0,11203.0,15,True,2.0,,,,,,, +63,codeinclude,,codeinclude,rnorth/mkdocs-codeinclude-plugin,mkdocs-codeinclude-plugin,['plugin'],snippets-include,https://github.com/rnorth/mkdocs-codeinclude-plugin,https://github.com/rnorth/mkdocs-codeinclude-plugin,MIT,2018-10-15 18:54:45,2023-03-01 19:56:43,2023-03-01 19:54:31,50.0,2.0,4.0,2.0,21.0,5.0,6.0,11.0,2023-03-01 19:56:43,0.2.1,5.0,A plugin to include code snippets into mkdocs pages.,85.0,85.0,4.0,https://pypi.org/project/mkdocs-codeinclude-plugin,3392.0,3392.0,15,False,2.0,,,,,,, +64,Math extension,,,mitya57/python-markdown-math,python-markdown-math,['markdown'],markdown,https://github.com/mitya57/python-markdown-math,https://github.com/mitya57/python-markdown-math,BSD-3-Clause,2015-01-12 13:25:03,2022-08-12 10:58:05,2022-08-12 10:57:34,67.0,,24.0,5.0,8.0,2.0,22.0,111.0,,,,Math extension for Python-Markdown.,,,8.0,https://pypi.org/project/python-markdown-math,42408.0,42408.0,14,True,2.0,mdx_math,,,,,, +65,mkdocs-pandoc,,,jgrassler/mkdocs-pandoc,mkdocs-pandoc,[],site-conversion,https://github.com/jgrassler/mkdocs-pandoc,https://github.com/jgrassler/mkdocs-pandoc,Apache-2.0,2015-12-01 13:55:25,2018-11-08 16:57:49,2016-03-14 20:16:57,25.0,,22.0,9.0,8.0,13.0,10.0,108.0,,,,[unmaintained] mkdocs - pandoc converter: use this fork https://github.com/twardoch/mkdocs-combine.,48.0,48.0,4.0,https://pypi.org/project/mkdocs-pandoc,150.0,150.0,14,True,3.0,,,,,,, +66,Windmill,windmill,,gristlabs/mkdocs-windmill,mkdocs-windmill,['theme'],theming,https://github.com/gristlabs/mkdocs-windmill,https://github.com/gristlabs/mkdocs-windmill,,2017-05-15 03:51:22,2022-12-09 08:16:24,2022-03-11 19:50:40,79.0,,43.0,3.0,34.0,14.0,16.0,92.0,,,,Outstanding mkdocs theme with a focus on navigation and usability.,251.0,251.0,8.0,https://pypi.org/project/mkdocs-windmill,3142.0,3142.0,14,True,2.0,,,,,,, +67,Mdx Truly Sane Lists,,,radude/mdx_truly_sane_lists,mdx_truly_sane_lists,['markdown'],markdown,https://github.com/radude/mdx_truly_sane_lists,https://github.com/radude/mdx_truly_sane_lists,MIT,2018-02-01 18:01:50,2022-08-01 19:58:13,2022-07-19 13:42:01,54.0,,7.0,3.0,4.0,6.0,7.0,57.0,2022-08-01 19:58:13,1.3,4.0,Extension for Python-Markdown that makes lists truly sane. Custom indents for nested lists and fix for messy..,,,4.0,https://pypi.org/project/mdx_truly_sane_lists,115310.0,115310.0,14,True,2.0,mdx_truly_sane_lists,,,,,, +68,charts,,charts,timvink/mkdocs-charts-plugin,mkdocs-charts-plugin,['plugin'],charts,https://github.com/timvink/mkdocs-charts-plugin,https://github.com/timvink/mkdocs-charts-plugin,MIT,2021-12-07 21:53:15,2023-01-16 10:21:07,2023-01-16 10:21:07,49.0,,1.0,3.0,,4.0,10.0,45.0,2022-02-20 10:01:38,0.0.8,8.0,Mkdocs plugin to add charts to your pages.,29.0,29.0,,https://pypi.org/project/mkdocs-charts-plugin,2671.0,2671.0,14,True,2.0,,,,,,, +69,git-committers,,git-committers,byrnereese/mkdocs-git-committers-plugin,mkdocs-git-committers-plugin,['plugin'],git-info,https://github.com/byrnereese/mkdocs-git-committers-plugin,https://github.com/byrnereese/mkdocs-git-committers-plugin,MIT,2018-12-15 00:21:27,2021-08-12 15:47:32,2021-08-12 15:47:19,39.0,,6.0,5.0,7.0,6.0,,24.0,,,,A mkdocs plugin for displaying the last commit and a list of a files contributors.,124.0,124.0,5.0,https://pypi.org/project/mkdocs-git-committers-plugin,5385.0,5385.0,14,True,3.0,,,,,,, +70,Dracula,dracula,,dracula/mkdocs,mkdocs-dracula-theme,['theme'],theming,https://github.com/dracula/mkdocs,https://github.com/dracula/mkdocs,MIT,2023-03-22 14:29:51,2023-05-01 20:32:35,2023-03-26 19:44:27,147.0,147.0,1.0,3.0,8.0,1.0,4.0,8.0,2023-03-26 00:40:47,1.0.4,4.0,Dark theme for Mkdocs.,5.0,5.0,3.0,https://pypi.org/project/mkdocs-dracula-theme,583.0,583.0,14,False,2.0,,,,,,, +71,mkdocs-embed-external-markdown,,external-markdown,fire1ce/mkdocs-embed-external-markdown,mkdocs-embed-external-markdown,['plugin'],snippets-include,https://github.com/fire1ce/mkdocs-embed-external-markdown,https://github.com/fire1ce/mkdocs-embed-external-markdown,MIT,2022-02-24 10:21:12,2023-03-16 13:57:25,2023-03-16 13:57:23,82.0,40.0,5.0,1.0,4.0,2.0,3.0,4.0,,,,MkDocs Embed External Markdown plugin that allow to inject section or all full markdown content from a given url. The..,91.0,91.0,4.0,https://pypi.org/project/mkdocs-embed-external-markdown,3311.0,3311.0,14,False,3.0,,,,,,, +72,Bootstrap4,bootstrap4,,byrnereese/mkdocs-bootstrap4,mkdocs-bootstrap4,['theme'],theming,https://github.com/byrnereese/mkdocs-bootstrap4,https://github.com/byrnereese/mkdocs-bootstrap4,MIT,2018-12-17 16:32:18,2020-11-05 01:03:43,2020-11-05 01:03:25,19.0,,10.0,5.0,3.0,,3.0,42.0,,,,Bootstrap 4.0+ theme for MkDocs.,88.0,88.0,4.0,https://pypi.org/project/mkdocs-bootstrap4,1614.0,1614.0,13,True,2.0,,,,,,, +73,markdownmermaid,,markdownmermaid,pugong/mkdocs-mermaid-plugin,mkdocs-mermaid-plugin,['plugin'],charts,https://github.com/pugong/mkdocs-mermaid-plugin,https://github.com/pugong/mkdocs-mermaid-plugin,MIT,2018-11-28 13:09:20,2020-03-06 16:12:45,2019-05-26 05:43:37,9.0,,15.0,3.0,6.0,3.0,3.0,26.0,,,,A MkDocs plugin that support mermaid graph in markdown file.,62.0,62.0,2.0,https://pypi.org/project/mkdocs-mermaid-plugin,9428.0,9428.0,13,True,3.0,,,,,,, +74,Terminal for MkDocs,terminal,,ntno/mkdocs-terminal,mkdocs-terminal,['theme'],theming,https://github.com/ntno/mkdocs-terminal,https://github.com/ntno/mkdocs-terminal,MIT,2023-01-02 23:01:44,2023-04-15 19:04:10,2023-04-15 19:03:27,91.0,3.0,,2.0,80.0,22.0,29.0,19.0,2023-04-15 19:04:10,4.4.0,61.0,monospace theme for MkDocs.,13.0,13.0,,https://pypi.org/project/mkdocs-terminal,670.0,670.0,13,False,2.0,,,,,,, +75,Simple Blog,simple-blog,,FernandoCelmer/mkdocs-simple-blog,mkdocs-simple-blog,['theme'],theming,https://github.com/FernandoCelmer/mkdocs-simple-blog,https://github.com/FernandoCelmer/mkdocs-simple-blog,MIT,2023-01-13 15:02:34,2023-04-07 05:29:57,2023-03-25 06:37:54,116.0,26.0,4.0,1.0,11.0,5.0,8.0,16.0,2023-03-25 06:39:55,0.0.8,8.0,Blog Template for Mkdocs.,19.0,19.0,2.0,https://pypi.org/project/mkdocs-simple-blog,439.0,439.0,13,False,2.0,,,,,,, +76,mktheapidocs,,mktheapidocs,greenape/mktheapidocs,mktheapidocs,['plugin'],api-docs,https://github.com/greenape/mktheapidocs,https://github.com/greenape/mktheapidocs,MIT,2018-09-11 13:02:30,2022-06-10 14:37:18,2022-06-10 14:36:01,91.0,,3.0,2.0,64.0,10.0,6.0,10.0,2022-06-10 14:33:49,0.3.0,2.0,Numpydocs - mkdocs friendly markdown.,36.0,36.0,6.0,https://pypi.org/project/mktheapidocs,1107.0,1107.0,13,False,3.0,,,,,,, +77,mkdocs-coverage,,coverage,pawamoy/mkdocs-coverage,mkdocs-coverage,['plugin'],integrations,https://github.com/pawamoy/mkdocs-coverage,https://github.com/pawamoy/mkdocs-coverage,ISC,2021-02-03 18:32:20,2023-04-11 09:43:27,2023-04-11 09:43:11,43.0,6.0,,2.0,,3.0,3.0,5.0,,,,MkDocs plugin to integrate your coverage HTML report into your site.,149.0,149.0,,https://pypi.org/project/mkdocs-coverage,15601.0,15601.0,13,False,2.0,,,,,,, +78,roamlinks,,roamlinks,Jackiexiao/mkdocs-roamlinks-plugin,mkdocs-roamlinks-plugin,['plugin'],links-refs,https://github.com/Jackiexiao/mkdocs-roamlinks-plugin,https://github.com/Jackiexiao/mkdocs-roamlinks-plugin,MIT,2020-09-05 02:15:33,2023-04-19 11:35:58,2023-04-19 11:35:58,32.0,9.0,11.0,3.0,10.0,,,39.0,,,,An MkDocs plugin that automagically generates relative links between markdown pages.,,,8.0,https://pypi.org/project/mkdocs-roamlinks-plugin,6309.0,6309.0,12,True,2.0,,,,,,, +79,mkdocs-markmap,,markmap,markmap/mkdocs-markmap,mkdocs-markmap,['plugin'],code-exec-templating,https://github.com/markmap/mkdocs-markmap,https://github.com/markmap/mkdocs-markmap,MIT,2021-01-22 15:52:32,2022-08-25 17:23:57,2022-08-25 17:23:23,158.0,,3.0,5.0,26.0,6.0,14.0,25.0,2022-08-25 17:23:57,2.3.0,16.0,MkDocs plugin and extension to create mindmaps from markdown using markmap.,,,2.0,https://pypi.org/project/mkdocs-markmap,770.0,774.0,12,True,2.0,,,122.0,,,, +80,MkDocs Merge,,,ovasquez/mkdocs-merge,mkdocs-merge,[],site-management,https://github.com/ovasquez/mkdocs-merge,https://github.com/ovasquez/mkdocs-merge,MIT,2017-06-06 21:33:22,2023-01-21 06:02:45,2023-01-21 05:58:42,27.0,,5.0,1.0,11.0,4.0,3.0,19.0,2023-01-21 06:02:45,0.8.0,6.0,Merge the source of multiple MkDocs sites into a single one.,3.0,3.0,3.0,https://pypi.org/project/mkdocs-merge,670.0,670.0,12,False,3.0,,,,,,, +81,pheasant,,pheasant,daizutabi/pheasant,pheasant,['plugin'],code-exec-templating,https://github.com/daizutabi/pheasant,https://github.com/daizutabi/pheasant,MIT,2017-12-25 12:14:27,2020-12-19 23:21:44,2020-12-19 23:21:31,841.0,,9.0,3.0,4.0,6.0,5.0,16.0,,,,Documentation tool for Markdown conversion by Jupyter client.,33.0,33.0,4.0,https://pypi.org/project/pheasant,342.0,342.0,12,False,2.0,,,,,,, +82,Lantana,lantana,,WSOFT-Project/lantana,lantana,['theme'],theming,https://github.com/WSOFT-Project/lantana,https://github.com/WSOFT-Project/lantana,MIT,2022-10-27 17:47:25,2023-03-08 12:22:26,2023-03-08 12:21:56,76.0,11.0,,,22.0,,13.0,7.0,2023-03-08 12:22:26,2.6.2,16.0,Lantana MKDocsHTML.,,,3.0,https://pypi.org/project/lantana,97.0,110.0,12,False,2.0,,,94.0,,,, +83,MkRefs,,mkrefs,DerwenAI/mkrefs,mkrefs,['plugin'],nav-pages,https://github.com/DerwenAI/mkrefs,https://github.com/DerwenAI/mkrefs,MIT,2021-05-10 15:58:53,2023-05-17 17:14:20,2021-06-29 20:34:58,49.0,,1.0,3.0,9.0,,,23.0,2021-06-27 17:55:28,0.2.0,2.0,MkDocs plugin to generate semantic reference Markdown pages from a knowledge graph.,2.0,2.0,,https://pypi.org/project/mkrefs,54.0,54.0,11,True,2.0,,,,,,, +84,snippet,,snippet,mprivat/mkdocs-snippet-plugin,mkdocs-snippet-plugin,['plugin'],snippets-include,https://github.com/mprivat/mkdocs-snippet-plugin,https://github.com/mprivat/mkdocs-snippet-plugin,MIT,2019-02-27 18:43:14,2021-10-21 22:55:54,2021-10-21 22:55:54,10.0,,3.0,3.0,2.0,3.0,4.0,11.0,,,,An mkdocs plugin that injects snippets from a file in a git repository.,11.0,11.0,3.0,https://pypi.org/project/mkdocs-snippet-plugin,1691.0,1691.0,11,False,3.0,,,,,,, +85,Ivory,ivory,,daizutabi/mkdocs-ivory,mkdocs-ivory,['theme'],theming,https://github.com/daizutabi/mkdocs-ivory,https://github.com/daizutabi/mkdocs-ivory,MIT,2019-04-14 14:07:26,2020-06-16 07:35:02,2020-06-16 07:34:55,58.0,,4.0,1.0,1.0,2.0,3.0,11.0,,,,Ivory theme for MkDocs.,62.0,62.0,2.0,https://pypi.org/project/mkdocs-ivory,4005.0,4005.0,11,False,2.0,,,,,,, +86,mkdocs-mdpo,,mdpo,mondeja/mkdocs-mdpo-plugin,mkdocs-mdpo-plugin,['plugin'],i18n-l10n,https://github.com/mondeja/mkdocs-mdpo-plugin,https://github.com/mondeja/mkdocs-mdpo-plugin,BSD-3-Clause,2021-04-26 14:53:13,2023-01-03 16:47:35,2023-01-03 16:47:34,107.0,,3.0,2.0,27.0,11.0,24.0,4.0,2022-06-10 13:17:02,0.0.27,27.0,Mkdocs translation plugin using PO files.,,,3.0,https://pypi.org/project/mkdocs-mdpo-plugin,208.0,211.0,11,False,3.0,,,98.0,,,, +87,user-defined-values,,user-defined-values,rahult/mkdocs-user-defined-values,mkdocs-user-defined-values,['plugin'],code-exec-templating,https://github.com/rahult/mkdocs-user-defined-values,https://github.com/rahult/mkdocs-user-defined-values,MIT,2020-01-05 09:26:06,2022-12-26 21:35:05,2022-07-10 05:32:27,36.0,,2.0,3.0,13.0,,1.0,3.0,2020-04-21 10:59:01,0.0.5,4.0,MkDocs User Defined Values.,10.0,10.0,3.0,https://pypi.org/project/mkdocs-user-defined-values,675.0,675.0,11,False,3.0,,,10.0,,,, +88,MkDocs Backend for Foliant,,,foliant-docs/foliantcontrib.mkdocs,foliantcontrib.mkdocs,[],integrations,https://github.com/foliant-docs/foliantcontrib.mkdocs,https://github.com/foliant-docs/foliantcontrib.mkdocs,MIT,2017-12-14 04:55:02,2022-12-12 07:42:43,2022-12-12 07:41:42,88.0,,3.0,3.0,12.0,,1.0,3.0,2022-12-12 07:42:43,1.0.15,2.0,MkDocs backend for Foliant.,,,5.0,https://pypi.org/project/foliantcontrib.mkdocs,153.0,153.0,11,False,3.0,,,,,,, +89,mkdocs-diagrams,,diagrams,zoni/mkdocs-diagrams,mkdocs-diagrams,['plugin'],charts,https://github.com/zoni/mkdocs-diagrams,https://github.com/zoni/mkdocs-diagrams,MIT,2020-05-16 10:44:25,2020-09-04 08:33:06,2020-09-04 08:27:56,12.0,,1.0,2.0,1.0,1.0,1.0,22.0,,,,MkDocs plugin to render Diagrams files.,48.0,48.0,,https://pypi.org/project/mkdocs-diagrams,7586.0,7586.0,10,True,3.0,,,,,,, +90,same-dir,,same-dir,oprypin/mkdocs-same-dir,mkdocs-same-dir,['plugin'],other,https://github.com/oprypin/mkdocs-same-dir,https://github.com/oprypin/mkdocs-same-dir,MIT,2020-04-26 17:38:21,2023-05-15 21:24:03,2023-04-10 20:16:22,30.0,1.0,2.0,2.0,2.0,,4.0,19.0,,,,MkDocs plugin to allow placing mkdocs.yml in the same directory as documentation.,169.0,169.0,2.0,https://pypi.org/project/mkdocs-same-dir,7946.0,7946.0,10,False,2.0,,,,,,, +91,add-number,,add-number,ignorantshr/mkdocs-add-number-plugin,mkdocs-add-number-plugin,['plugin'],html-css,https://github.com/ignorantshr/mkdocs-add-number-plugin,https://github.com/ignorantshr/mkdocs-add-number-plugin,MIT,2019-05-25 03:48:30,2020-06-17 07:23:03,2020-06-11 09:35:38,31.0,,3.0,2.0,4.0,2.0,9.0,10.0,,,,MkDocs plugin to automatically number the headings (h1-h6) in each markdown page and the nav.,29.0,29.0,3.0,https://pypi.org/project/mkdocs-add-number-plugin,994.0,994.0,10,False,2.0,,,,,,, +92,mkdocs-alias-plugin,,alias,eddyluten/mkdocs-alias-plugin,mkdocs-alias-plugin,['plugin'],links-refs,https://github.com/EddyLuten/mkdocs-alias-plugin,https://github.com/EddyLuten/mkdocs-alias-plugin,MIT,2022-02-13 01:23:30,2023-04-17 22:44:07,2023-04-17 22:44:06,20.0,3.0,1.0,1.0,2.0,1.0,3.0,6.0,2023-04-17 22:36:21,0.6.0,7.0,An MkDocs plugin allowing links to your pages using a custom alias.,4.0,4.0,2.0,https://pypi.org/project/mkdocs-alias-plugin,311.0,311.0,10,False,2.0,,,,,,, +93,mkdocs-categories-plugin,,categories,eddyluten/mkdocs-categories-plugin,mkdocs-categories-plugin,['plugin'],nav-pages,https://github.com/EddyLuten/mkdocs-categories-plugin,https://github.com/EddyLuten/mkdocs-categories-plugin,MIT,2022-02-24 02:42:22,2023-04-14 03:55:35,2023-04-14 03:53:40,10.0,4.0,,1.0,,,2.0,6.0,2023-04-14 03:55:35,0.3.0,5.0,An MkDocs plugin allowing for categorization of wiki pages.,8.0,8.0,,https://pypi.org/project/mkdocs-categories-plugin,162.0,162.0,10,False,2.0,,,,,,, +94,mkdocs-spellcheck,,spellcheck,pawamoy/mkdocs-spellcheck,mkdocs-spellcheck,['plugin'],quality,https://github.com/pawamoy/mkdocs-spellcheck,https://github.com/pawamoy/mkdocs-spellcheck,ISC,2022-01-23 13:03:19,2022-12-11 20:04:29,2022-12-11 20:04:27,38.0,,,1.0,1.0,7.0,7.0,6.0,,,,A spell checker plugin for MkDocs.,22.0,22.0,,https://pypi.org/project/mkdocs-spellcheck,2618.0,2618.0,10,False,2.0,,,,,,, +95,file-filter,,file-filter,DariuszPorowski/mkdocs-file-filter-plugin,mkdocs-file-filter-plugin,['plugin'],nav-pages,https://github.com/DariuszPorowski/mkdocs-file-filter-plugin,https://github.com/DariuszPorowski/mkdocs-file-filter-plugin,MIT,2023-02-01 20:21:43,2023-05-18 16:06:24,2023-05-18 06:50:29,26.0,18.0,,1.0,48.0,2.0,6.0,5.0,2023-05-16 02:18:13,0.0.8,8.0,"A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and..",,,2.0,https://pypi.org/project/mkdocs-file-filter-plugin,359.0,363.0,10,False,2.0,,,13.0,,,, +96,pdf-with-js,,pdf-with-js,smaxtec/mkdocs-pdf-with-js-plugin,mkdocs-pdf-with-js-plugin,['plugin'],site-conversion,https://github.com/smaxtec/mkdocs-pdf-with-js-plugin,https://github.com/smaxtec/mkdocs-pdf-with-js-plugin,MIT,2020-06-04 09:48:18,2021-07-23 08:52:22,2021-07-23 08:52:22,13.0,,1.0,5.0,3.0,1.0,,5.0,2021-07-16 06:35:39,0.1.3,3.0,A MkDocs plugin that exports your documentation as PDF with rendered JavaScript content.,4.0,4.0,4.0,https://pypi.org/project/mkdocs-pdf-with-js-plugin,399.0,399.0,10,False,3.0,,,,,,, +97,placeholder,,placeholder,six-two/mkdocs-placeholder-plugin,mkdocs-placeholder-plugin,['plugin'],other,https://github.com/six-two/mkdocs-placeholder-plugin,https://github.com/six-two/mkdocs-placeholder-plugin,MIT,2022-07-24 08:54:44,2023-05-18 12:51:38,2023-05-18 12:51:30,148.0,90.0,1.0,1.0,,1.0,3.0,4.0,,,,Add placeholders to your MkDocs pages.,,,,https://pypi.org/project/mkdocs-placeholder-plugin,257.0,257.0,10,False,2.0,,,,,,, +98,mkdocs-version-annotations,,,glennmatthews/mkdocs-version-annotations,mkdocs-version-annotations,['plugin'],snippets-include,https://github.com/glennmatthews/mkdocs-version-annotations,https://github.com/glennmatthews/mkdocs-version-annotations,MIT,2022-09-14 15:06:14,2022-09-14 15:15:44,2022-09-14 15:05:30,5.0,,,1.0,,1.0,,1.0,2022-09-14 15:15:45,1.0.0,1.0,MkDocs plugin to add custom admonitions for documenting version differences.,173.0,173.0,,https://pypi.org/project/mkdocs-version-annotations,4948.0,4948.0,10,False,3.0,,,6.0,,mkdocs-version-annotations,, +99,Mdx Include,,,neurobin/mdx_include,mdx_include,['markdown'],snippets-include,https://github.com/neurobin/mdx_include,https://github.com/neurobin/mdx_include,,2018-09-19 21:01:21,2022-07-26 05:44:16,2022-07-26 05:42:09,70.0,,2.0,3.0,2.0,3.0,5.0,49.0,,,,Python Markdown extension to include local or remote files.,,,3.0,https://pypi.org/project/mdx_include,9129.0,9129.0,9,True,3.0,mdx_include,,,,,, +100,tags,,tags,jldiaz/mkdocs-plugin-tags,mkdocs-plugin-tags,['plugin'],search-toc,https://github.com/jldiaz/mkdocs-plugin-tags,https://github.com/jldiaz/mkdocs-plugin-tags,MIT,2019-10-21 15:51:50,2021-09-02 19:03:31,2021-09-02 19:03:31,7.0,,19.0,3.0,4.0,7.0,7.0,41.0,,,,Processes tags in yaml metadata.,,,3.0,https://pypi.org/project/mkdocs-plugin-tags,661.0,661.0,9,True,3.0,,,,,,, +101,multirepo,,,wilhelmer/mkdocs-multirepo,mkdocs-multirepo,[],site-management,https://github.com/wilhelmer/mkdocs-multirepo,https://github.com/wilhelmer/mkdocs-multirepo,MIT,2020-07-08 12:11:47,2022-01-11 15:38:49,2022-01-11 15:34:30,42.0,,2.0,6.0,1.0,1.0,2.0,25.0,2022-01-11 15:38:50,0.5.1,2.0,"A bit like monorepo, but keeps MkDocs projects separate.",,,2.0,https://pypi.org/project/mkdocs-multirepo,159.0,159.0,9,True,3.0,,,,,,, +102,newsletter,,mkdocs-newsletter,lyz-code/mkdocs-newsletter,mkdocs-newsletter,['plugin'],blogging,https://github.com/lyz-code/mkdocs-newsletter,https://github.com/lyz-code/mkdocs-newsletter,GPL-3.0,2021-02-10 16:13:44,2023-03-24 12:00:58,2023-03-24 11:59:51,274.0,2.0,2.0,2.0,92.0,1.0,6.0,18.0,,,,Automatically create newsletters from the changes in a mkdocs repository.,24.0,24.0,3.0,https://pypi.org/project/mkdocs-newsletter,432.0,432.0,9,False,2.0,,,,,,, +103,MkDocs Img2Fig Plugin,,img2fig,stuebersystems/mkdocs-img2fig-plugin,mkdocs-img2fig-plugin,['plugin'],charts,https://github.com/stuebersystems/mkdocs-img2fig-plugin,https://github.com/stuebersystems/mkdocs-img2fig-plugin,MIT,2019-05-09 09:48:11,2022-04-15 06:05:55,2020-07-14 09:36:02,8.0,,6.0,2.0,3.0,2.0,1.0,18.0,,,,A MkDocs plugin that converts markdown encoded images into figure elements.,92.0,92.0,2.0,https://pypi.org/project/mkdocs-img2fig-plugin,1379.0,1379.0,9,False,3.0,,,,,,, +104,docutools,,"['lcd-find-pages', 'lcd-custom-dir', 'lcd-blacklist', 'lcd-lp', 'lcd-md-replace', 'lcd-page-tree', 'lcd-stats']",axiros/docutools,docutools,['plugin'],charts,https://github.com/axiros/docutools,https://github.com/axiros/docutools,BSD-2-Clause,2021-10-04 21:36:07,2023-05-04 07:52:20,2023-05-04 07:52:17,435.0,4.0,,6.0,,1.0,1.0,17.0,,,,Dev Centric Tools for Mkdocs Based Documentation.,6.0,6.0,3.0,https://pypi.org/project/docutools,61.0,61.0,9,False,3.0,,,,,,, +105,Jinks,jinks_en,,anetwork/mkdocs-jinks-theme,mkdocs-jinks,['theme'],theming,https://github.com/anetwork/mkdocs-jinks-theme,https://github.com/anetwork/mkdocs-jinks-theme,BSD-2-Clause,2016-02-17 16:35:05,2019-11-08 08:36:17,2019-11-08 08:36:15,24.0,,4.0,9.0,3.0,,,15.0,2016-04-12 06:37:18,.0.1.0,1.0,Mkdocs jinks theme.,4.0,4.0,7.0,https://pypi.org/project/mkdocs-jinks,21.0,21.0,9,False,2.0,,,,,,, +106,Blogs for MkDocs,,blog,fmaida/mkdocs-blog-plugin,,['plugin'],blogging,https://github.com/fmaida/mkdocs-blog-plugin,https://github.com/fmaida/mkdocs-blog-plugin,MIT,2020-01-19 13:38:21,2020-04-13 08:11:37,2020-04-13 08:11:31,21.0,,4.0,3.0,,1.0,1.0,13.0,,,,This plugin for MkDocs allows to keeps a really simple blog section inside your documentation site.,59.0,59.0,,,,,9,False,2.0,,,,,,, +107,Autolink References,,autolink_references,theskumar/autolink-references-mkdocs-plugin,autolink-references-mkdocs-plugin,['plugin'],links-refs,https://github.com/theskumar/autolink-references-mkdocs-plugin,https://github.com/theskumar/autolink-references-mkdocs-plugin,MIT,2020-10-15 05:47:46,2023-05-01 14:07:07,2022-01-26 12:18:57,9.0,,4.0,4.0,3.0,2.0,1.0,13.0,,,,Provides GitHub like autolink references in Mkdocs.,4.0,4.0,2.0,https://pypi.org/project/autolink-references-mkdocs-plugin,5630.0,5630.0,9,False,3.0,,,,,,, +108,bootstrap-tables,,bootstrap-tables,byrnereese/mkdocs-bootstrap-tables-plugin,mkdocs-bootstrap-tables-plugin,['plugin'],html-css,https://github.com/byrnereese/mkdocs-bootstrap-tables-plugin,https://github.com/byrnereese/mkdocs-bootstrap-tables-plugin,MIT,2018-12-19 20:55:24,2020-03-27 04:57:49,2020-03-27 04:57:31,2.0,,2.0,2.0,,,,9.0,,,,A MkDocs plugin to add bootstrap classes to plan markdown generated tables.,63.0,63.0,,https://pypi.org/project/mkdocs-bootstrap-tables-plugin,1552.0,1552.0,9,False,3.0,,,,,,, +109,mkdocs_safe_text,,mkdocs_safe_text,raimon49/mkdocs-safe-text-plugin,mkdocs-safe-text-plugin,['plugin'],html-css,https://github.com/raimon49/mkdocs-safe-text-plugin,https://github.com/raimon49/mkdocs-safe-text-plugin,BSD-2-Clause,2018-01-20 11:15:30,2023-04-13 15:10:22,2023-04-13 15:10:18,186.0,3.0,,2.0,18.0,,,4.0,2022-11-20 04:04:00,-1.5.1,15.0,Plugin for safe text editing with MKDocs.,,,2.0,https://pypi.org/project/mkdocs-safe-text-plugin,424.0,424.0,9,False,3.0,,,,,,, +110,Link Checker,,,byrnereese/linkchecker-mkdocs,mkdocs-linkcheck,[],quality,https://github.com/byrnereese/linkchecker-mkdocs,https://github.com/byrnereese/linkchecker-mkdocs,MIT,2021-08-16 16:44:47,2023-03-05 12:48:44,2021-08-24 18:08:03,70.0,,3.0,1.0,3.0,6.0,,4.0,,,,"Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second.",,,5.0,https://pypi.org/project/mkdocs-linkcheck,702.0,702.0,9,False,3.0,,,,,,, +111,abs-to-rel,,abs-to-rel,sander76/mkdocs-abs-rel-plugin,mkdocs-abs-rel-plugin,['plugin'],links-refs,https://github.com/sander76/mkdocs-abs-rel-plugin,https://github.com/sander76/mkdocs-abs-rel-plugin,MIT,2018-12-17 10:36:19,2020-03-03 19:34:26,2020-03-03 19:34:24,12.0,,3.0,2.0,1.0,1.0,,3.0,,,,MkDocs plugin for converting absolute links to relative ones.,19.0,19.0,2.0,https://pypi.org/project/mkdocs-abs-rel-plugin,1226.0,1226.0,9,False,3.0,,,,,,, +112,Zettelkasten,zettelkasten-solarized-light,,buvis-net/mkdocs-zettelkasten,mkdocs-zettelkasten,['theme'],theming,https://github.com/buvis/mkdocs-zettelkasten,https://github.com/buvis/mkdocs-zettelkasten,MIT,2021-11-24 19:48:08,2023-05-03 19:51:26,2023-05-03 19:51:15,44.0,4.0,,1.0,9.0,6.0,3.0,3.0,2022-11-25 12:19:12,0.1.8,3.0,This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels).,2.0,2.0,3.0,https://pypi.org/project/mkdocs-zettelkasten,31.0,31.0,9,False,2.0,,,13.0,buvis/mkdocs-zettelkasten,,, +113,webcontext,,webcontext,Darrelk/mkdocs-webcontext-plugin,mkdocs-webcontext-plugin,['plugin'],links-refs,https://github.com/Darrelk/mkdocs-webcontext-plugin,https://github.com/Darrelk/mkdocs-webcontext-plugin,MIT,2021-04-14 11:55:59,2023-05-11 14:04:49,2021-04-14 14:18:28,3.0,,1.0,1.0,1.0,,,,2021-04-14 14:19:33,0.1.0,1.0,Mkdocs plugin for converting absolute paths to webcontext aware paths using the configured webcontext context.,4.0,4.0,,https://pypi.org/project/mkdocs-webcontext-plugin,210.0,210.0,9,True,3.0,,,4.0,,,, +114,Alabaster,alabaster,,notpushkin/mkdocs-alabaster,mkdocs-alabaster,['theme'],theming,https://github.com/notpushkin/mkdocs-alabaster,https://github.com/notpushkin/mkdocs-alabaster,,2016-01-29 22:40:46,2020-06-16 08:22:24,2020-06-16 08:22:23,49.0,,9.0,3.0,12.0,3.0,14.0,36.0,,,,Alabaster port for MkDocs.,,,9.0,https://pypi.org/project/mkdocs-alabaster,351.0,351.0,8,True,3.0,,,,,,, +115,Windmill Dark,windmill-dark,,noraj/mkdocs-windmill-dark,mkdocs-windmill-dark,['theme'],theming,https://github.com/noraj/mkdocs-windmill-dark,https://github.com/noraj/mkdocs-windmill-dark,,2017-10-08 14:17:25,2022-05-12 18:17:41,2022-05-12 18:17:41,65.0,,10.0,4.0,,,4.0,30.0,,,,Outstanding mkdocs theme with a focus on navigation and usability.,,,4.0,https://pypi.org/project/mkdocs-windmill-dark,384.0,384.0,8,True,3.0,,,,,,, +116,mkdocs-typer,,,bruce-szalwinski/mkdocs-typer,mkdocs-typer,['markdown'],api-docs,https://github.com/bruce-szalwinski/mkdocs-typer,https://github.com/bruce-szalwinski/mkdocs-typer,Apache-2.0,2021-01-25 17:46:54,2022-07-11 11:17:26,2021-01-25 21:53:29,19.0,,1.0,2.0,8.0,1.0,1.0,16.0,2021-01-25 21:08:08,0.0.2,2.0,An MkDocs extension to generate documentation for Typer command line applications.,,,,https://pypi.org/project/mkdocs-typer,6852.0,6852.0,8,False,3.0,mkdocs-typer,,,,,, +117,CustomMill,custommill,,Siphalor/mkdocs-custommill,mkdocs-custommill,['theme'],theming,https://github.com/Siphalor/mkdocs-custommill,https://github.com/Siphalor/mkdocs-custommill,,2021-03-31 11:40:50,2022-03-10 22:29:19,2022-03-10 22:04:06,184.0,,5.0,2.0,,,1.0,11.0,2022-03-10 22:29:19,1.3.0,1.0,"Outstanding mkdocs theme with a focus on navigation, customization and usability.",10.0,10.0,8.0,https://pypi.org/project/mkdocs-custommill,96.0,96.0,8,False,3.0,,,,,,, +118,KPN for MkDocs,kpn,,kpn/mkdocs-kpn-theme,mkdocs-kpn,['theme'],theming,https://github.com/kpn/mkdocs-kpn-theme,https://github.com/kpn/mkdocs-kpn-theme,MIT,2020-04-02 12:00:18,2023-01-11 15:13:10,2023-01-11 15:12:32,142.0,,,8.0,,,3.0,7.0,,,,KPN theme for MkDocs | owner=flow.,2.0,2.0,3.0,https://pypi.org/project/mkdocs-kpn,461.0,461.0,8,False,3.0,,,,,,, +119,unused-files,,unused_files,wilhelmer/mkdocs-unused-files,mkdocs-unused-files,['plugin'],links-refs,https://github.com/wilhelmer/mkdocs-unused-files,https://github.com/wilhelmer/mkdocs-unused-files,MIT,2022-12-14 20:47:40,2023-03-30 06:50:36,2023-03-30 06:44:17,26.0,2.0,1.0,1.0,1.0,,6.0,5.0,2023-03-30 06:50:36,0.1.7,8.0,An MkDocs plugin to find unused (orphaned) files in your project.,,,2.0,https://pypi.org/project/mkdocs-unused-files,391.0,391.0,8,False,3.0,,,,,,, +120,git snippet,,gitsnippet,SamazoOo/mkdocs-gitsnippet-plugin,mkdocs-gitsnippet-plugin,['plugin'],snippets-include,https://github.com/SamazoOo/mkdocs-gitsnippet-plugin,https://github.com/SamazoOo/mkdocs-gitsnippet-plugin,MIT,2020-05-06 08:47:46,2020-11-15 20:10:15,2020-11-15 20:10:06,14.0,,3.0,2.0,1.0,,,5.0,,,,Mkdocs plugin that allow to inject snippet or all markdown content from a given remote git repository.,4.0,4.0,4.0,https://pypi.org/project/mkdocs-gitsnippet-plugin,358.0,358.0,8,False,3.0,,,,,,, +121,Semantic,semantic,,cryocaustik/mkdocs-semantic,mkdocs-semantic,['theme'],theming,https://github.com/cryocaustik/mkdocs-semantic,https://github.com/cryocaustik/mkdocs-semantic,MIT,2018-09-20 06:14:30,2021-03-30 05:27:30,2021-03-30 03:30:35,19.0,,2.0,1.0,1.0,,7.0,5.0,2021-03-30 05:27:30,1.0.0,3.0,Semantic-UI Theme for MkDocs.,5.0,5.0,6.0,https://pypi.org/project/mkdocs-semantic,49.0,49.0,8,False,3.0,,,,,,, +122,mkjsfiddle,,jsfiddle,stadiamaps/mkjsfiddle,mkjsfiddle,['plugin'],code-exec-templating,https://github.com/stadiamaps/mkjsfiddle,https://github.com/stadiamaps/mkjsfiddle,MIT,2020-02-02 01:35:26,2022-10-05 08:02:20,2022-10-05 08:02:15,10.0,,,2.0,,,,4.0,2022-10-05 08:00:31,0.2.0,3.0,An MkDocs plugin that lets you edit code fences in JSFiddle.,,,,https://pypi.org/project/mkjsfiddle,197.0,197.0,8,False,3.0,,,,,,, +123,mkdocs-add-teaser,,mkdocs-add-teaser,wilhelmer/mkdocs-add-teaser,mkdocs-add-teaser,['plugin'],html-css,https://github.com/wilhelmer/mkdocs-add-teaser,https://github.com/wilhelmer/mkdocs-add-teaser,MIT,2019-04-02 09:24:11,2022-11-08 11:58:43,2022-11-08 11:56:59,33.0,,1.0,2.0,,,1.0,4.0,2022-11-08 11:58:43,0.9.1,7.0,"An MkDocs plugin to customize the first paragraph of your pages, and to use it as the pages meta description.",1.0,1.0,,https://pypi.org/project/mkdocs-add-teaser,181.0,181.0,8,False,3.0,,,,,,, +124,Bootstrap 4,bootstrap4,,LukeCarrier/mkdocs-theme-bootstrap4,mkdocs-theme-bootstrap4,['theme'],theming,https://github.com/LukeCarrier/mkdocs-theme-bootstrap4,https://github.com/LukeCarrier/mkdocs-theme-bootstrap4,MIT,2019-10-02 20:24:05,2023-01-07 23:05:41,2023-01-07 23:04:02,49.0,,,2.0,26.0,1.0,4.0,4.0,2020-04-18 18:52:05,0.4.0,3.0,A vanilla Bootstrap 4 theme for MkDocs.,2.0,2.0,3.0,https://pypi.org/project/mkdocs-theme-bootstrap4,29.0,29.0,8,False,3.0,,,,,,, +125,vim-md-tags,,vim-md-tags,midnightprioriem/mkdocs-vim-md-tags-plugin,mkdocs-vim-md-tags-plugin,['plugin'],other,https://github.com/zachhannum/mkdocs-vim-md-tags-plugin,https://github.com/zachhannum/mkdocs-vim-md-tags-plugin,MIT,2020-01-11 18:58:18,2020-05-08 18:43:26,2020-05-08 18:42:07,13.0,,1.0,3.0,1.0,,,3.0,2020-05-08 18:43:26,_020,2.0,An MkDocs plugin that creates a vim tag file of all markdown files.,9.0,9.0,4.0,https://pypi.org/project/mkdocs-vim-md-tags-plugin,121.0,121.0,8,False,3.0,,,,zachhannum/mkdocs-vim-md-tags-plugin,,, +126,mkdocs-nav-enhancements,,mkdocs-nav-enhancements,Rylon/mkdocs-nav-enhancements,mkdocs-nav-enhancements,['plugin'],nav-pages,https://github.com/Rylon/mkdocs-nav-enhancements,https://github.com/Rylon/mkdocs-nav-enhancements,MIT,2019-07-15 23:39:57,2019-07-24 10:09:41,2019-07-24 10:08:04,16.0,,,1.0,,1.0,,2.0,,,,WIP plugin for working with titles of pages in MkDocs.,29.0,29.0,,https://pypi.org/project/mkdocs-nav-enhancements,4979.0,4979.0,8,False,3.0,,,,,,, +127,meta-manager,,meta-manager,timmeinerzhagen/mkdocs-meta-manager,mkdocs-meta-manager,['plugin'],code-exec-templating,https://github.com/timmeinerzhagen/mkdocs-meta-manager,https://github.com/timmeinerzhagen/mkdocs-meta-manager,MIT,2022-12-11 16:38:21,2023-04-06 21:54:07,2023-03-24 13:25:32,15.0,4.0,1.0,1.0,10.0,2.0,,1.0,2023-03-24 13:25:47,0.2.1,6.0,MkDocs plugin for managing meta tags across folders and files.,,,3.0,https://pypi.org/project/mkdocs-meta-manager,507.0,507.0,8,False,3.0,,,,,,, +128,Unidata,unidata,,mjames-upc/mkdocs-unidata,mkdocs-unidata,['theme'],theming,https://github.com/mjames-upc/mkdocs-unidata,https://github.com/mjames-upc/mkdocs-unidata,MIT,2017-04-13 14:51:01,2017-09-27 18:46:20,2017-09-27 18:46:04,760.0,,2.0,2.0,,,,,2017-04-14 16:21:33,1.5.6,1.0,Custom MkDocs Material Design Theme.,,,16.0,https://pypi.org/project/mkdocs-unidata,41.0,41.0,8,True,3.0,,,,,,, +129,automacdoc,,,AlexandreKempf/automacdoc,,[],api-docs,https://github.com/AlexandreKempf/automacdoc,https://github.com/AlexandreKempf/automacdoc,MIT,2019-06-14 11:47:18,2020-12-29 08:32:21,2020-12-29 08:32:20,13.0,,10.0,4.0,3.0,4.0,1.0,39.0,,,,Automatic generation of documentation for mkdocs.,3.0,3.0,6.0,,,,7,True,3.0,,,,,,, +130,GitBook,gitbook,,,mkdocs-gitbook,['theme'],theming,,https://gitlab.com/lramage/mkdocs-gitbook-theme,,2018-12-17 18:29:14,2018-12-17 18:29:14,,,,12.0,,,7.0,10.0,26.0,,,0.0,Default theme for GitBook for Mkdocs https://lramage.gitlab.io/mkdocs-gitbook-theme.,,,,https://pypi.org/project/mkdocs-gitbook,4870.0,4870.0,7,True,3.0,,,,,,lramage/mkdocs-gitbook-theme,https://gitlab.com/lramage/mkdocs-gitbook-theme +131,Termage,,termage,bczsalba/Termage,,['plugin'],charts,https://github.com/bczsalba/Termage,https://github.com/bczsalba/Termage,MIT,2022-05-25 14:17:44,2022-11-15 12:36:14,2022-08-23 08:03:39,67.0,,,1.0,,1.0,4.0,12.0,2022-08-23 08:11:16,0.6.1,6.0,"Generate SVGs from any Python code, even in your documentation.",,,,,,,7,False,3.0,,,,,,, +132,tooltipster-links,,tooltipster-links,midnightprioriem/mkdocs-tooltipster-links-plugin,mkdocs-tooltipster-links-plugin,['plugin'],links-refs,https://github.com/zachhannum/mkdocs-tooltipster-links-plugin,https://github.com/zachhannum/mkdocs-tooltipster-links-plugin,MIT,2020-01-11 16:20:03,2022-09-20 10:38:00,2020-07-29 11:54:06,7.0,,1.0,2.0,1.0,2.0,,6.0,2020-01-11 17:58:07,_010,1.0,An MkDocs plugin that adds tooltips to preview the content of page links using tooltipster.,19.0,19.0,,https://pypi.org/project/mkdocs-tooltipster-links-plugin,135.0,135.0,7,False,3.0,,,,zachhannum/mkdocs-tooltipster-links-plugin,,, +133,link-marker,,link-marker,timmeinerzhagen/mkdocs-link-marker,mkdocs-link-marker,['plugin'],links-refs,https://github.com/timmeinerzhagen/mkdocs-link-marker,https://github.com/timmeinerzhagen/mkdocs-link-marker,MIT,2023-02-02 20:34:28,2023-02-07 20:12:48,2023-02-07 20:12:30,7.0,,,1.0,4.0,2.0,,3.0,2023-02-07 20:12:48,0.1.2,2.0,MkDocs plugin for marking links e.g. external ones or mails.,,,,https://pypi.org/project/mkdocs-link-marker,101.0,101.0,7,False,3.0,,,,,,, +134,markdown-filter,,markdown-filter,byrnereese/mkdocs-markdown-filter,mkdocs-markdown-filter,['plugin'],code-exec-templating,https://github.com/byrnereese/mkdocs-markdown-filter,https://github.com/byrnereese/mkdocs-markdown-filter,MIT,2019-02-06 17:40:11,2019-02-06 17:56:45,2019-02-06 17:56:44,4.0,,,2.0,,1.0,,2.0,,,,Adds a markdown template filter to the jinja templating environment in mkdocs.,15.0,15.0,,https://pypi.org/project/mkdocs-markdown-filter,195.0,195.0,7,False,3.0,,,,,,, +135,toc-sidebar,,toc-sidebar,midnightprioriem/mkdocs-toc-sidebar-plugin,mkdocs-toc-sidebar-plugin,['plugin'],nav-pages,https://github.com/zachhannum/mkdocs-toc-sidebar-plugin,https://github.com/zachhannum/mkdocs-toc-sidebar-plugin,MIT,2020-01-11 06:11:10,2021-05-30 09:12:08,2020-01-11 13:04:15,9.0,,3.0,2.0,3.0,3.0,,2.0,2020-01-11 07:19:38,_010,1.0,An MkDocs plugin that allows users to add additional content to the ToC sidebar using the Material theme.,20.0,20.0,2.0,https://pypi.org/project/mkdocs-toc-sidebar-plugin,312.0,312.0,7,False,3.0,,,,zachhannum/mkdocs-toc-sidebar-plugin,,, +136,SWAN,swan,,swan-cern/mkdocs-swan,mkdocs-swan,['theme'],theming,https://github.com/swan-cern/mkdocs-swan,https://github.com/swan-cern/mkdocs-swan,AGPL-3.0,2020-06-06 18:14:12,2023-03-17 12:58:17,2023-03-17 12:57:02,16.0,2.0,1.0,3.0,2.0,,,2.0,2023-03-17 12:59:12,0.2.0,6.0,SWAN MkDocs theme.,3.0,3.0,2.0,https://pypi.org/project/mkdocs-swan,65.0,65.0,7,False,3.0,,,,,,, +137,mkdocs-nav-weight,,mkdocs-nav-weight,shu307/mkdocs-nav-weight,mkdocs-nav-weight,['plugin'],nav-pages,https://github.com/shu307/mkdocs-nav-weight,https://github.com/shu307/mkdocs-nav-weight,MIT,2022-08-28 04:55:37,2022-09-29 08:27:03,2022-09-29 08:25:16,19.0,,,1.0,,,,1.0,2022-09-29 08:27:03,0.0.8,5.0,"A simple mkdocs plugin, enables to organize Navigation in a more markdownic way.",,,,https://pypi.org/project/mkdocs-nav-weight,225.0,225.0,7,False,3.0,,,,,,, +138,mkdocs-code-validator,,code-validator,oprypin/mkdocs-code-validator,mkdocs-code-validator,['plugin'],quality,https://github.com/oprypin/mkdocs-code-validator,https://github.com/oprypin/mkdocs-code-validator,MIT,2021-03-30 19:03:22,2023-04-10 20:09:49,2023-04-10 20:09:20,29.0,1.0,,2.0,,,,1.0,,,,Checks Markdown code blocks in a MkDocs site against user-defined actions.,10.0,10.0,,https://pypi.org/project/mkdocs-code-validator,114.0,114.0,7,False,3.0,,,,,,, +139,SWAN Gallery,,swangallery,swan-cern/mkdocs-swangallery,mkdocs-swangallery,['plugin'],nav-pages,https://github.com/swan-cern/mkdocs-swangallery,https://github.com/swan-cern/mkdocs-swangallery,AGPL-3.0,2020-06-21 11:00:41,2022-11-21 19:02:09,2022-11-21 19:01:45,9.0,,,3.0,,,,,2022-11-21 19:02:09,0.0.5,5.0,MkDocs plugin to generate a SWAN Gallery.,1.0,1.0,,https://pypi.org/project/mkdocs-swangallery,39.0,39.0,7,True,3.0,,,,,,, +140,swagger,,swagger,allevo/mkdocs-swagger-plugin,,['plugin'],integrations,https://github.com/allevo/mkdocs-swagger-plugin,https://github.com/allevo/mkdocs-swagger-plugin,MIT,2019-05-18 13:36:54,2019-10-06 19:53:01,2019-10-06 19:52:58,7.0,,6.0,3.0,1.0,3.0,2.0,29.0,,,,MkDocs plugin for render swagger into docs.,,,,,,,6,True,3.0,,,,,,, +141,BOOTSTRAP386,bootstrap386,,,mkdocs-bootstrap386,['theme'],theming,,https://gitlab.com/lramage/mkdocs-bootstrap386,,2018-06-06 02:30:09,2018-06-06 02:30:09,,,,2.0,,,4.0,3.0,29.0,,,1.0,A vintage 1980s DOS inspired Twitter Bootstrap theme for MkDocs https://lramage.gitlab.io/mkdocs-bootstrap386.,,,,https://pypi.org/project/mkdocs-bootstrap386,5219.0,5219.0,6,True,3.0,,,,,,lramage/mkdocs-bootstrap386,https://gitlab.com/lramage/mkdocs-bootstrap386 +142,doxygen,,doxygen,pieterdavid/mkdocs-doxygen-plugin,,['plugin'],api-docs,https://github.com/pieterdavid/mkdocs-doxygen-plugin,https://github.com/pieterdavid/mkdocs-doxygen-plugin,MIT,2018-08-06 19:41:31,2020-12-04 15:20:33,2020-12-04 15:20:32,9.0,,3.0,3.0,2.0,2.0,,14.0,,,,A Doxygen plugin for MkDocs.,,,3.0,,,,6,False,3.0,,,,,,, +143,Wikilink Plus,,,neurobin/mdx_wikilink_plus,mdx_wikilink_plus,['markdown'],links-refs,https://github.com/neurobin/mdx_wikilink_plus,https://github.com/neurobin/mdx_wikilink_plus,,2018-09-19 09:56:17,2022-07-26 06:02:00,2022-07-26 06:00:03,78.0,,2.0,2.0,5.0,,6.0,13.0,,,,A wikilink extension for Python Markdown.,,,5.0,https://pypi.org/project/mdx_wikilink_plus,1711.0,1711.0,6,False,3.0,mdx_wikilink_plus,,,,,, +144,markdownwavedrom,,markdownwavedrom,kuri65536/mkdocs-wavedrom-plugin,mkdocs-wavedrom-plugin,['plugin'],charts,https://github.com/kuri65536/mkdocs-wavedrom-plugin,https://github.com/kuri65536/mkdocs-wavedrom-plugin,MPL-2.0,2019-06-27 22:32:34,2021-08-02 16:08:15,2021-06-26 00:35:03,13.0,,2.0,,1.0,1.0,2.0,9.0,,,,A MkDocs plugin for support wavedrom charts in markdown file.,5.0,5.0,,https://pypi.org/project/mkdocs-wavedrom-plugin,28.0,28.0,6,False,3.0,,,,,,, +145,Github-Links,,,Python-Markdown/github-links,mdx-gh-links,['markdown'],git-info,https://github.com/Python-Markdown/github-links,https://github.com/Python-Markdown/github-links,,2017-11-07 21:22:03,2022-07-18 19:40:02,2022-07-18 19:37:41,14.0,,7.0,5.0,8.0,,3.0,8.0,,,,Python-Markdown GitHub Links Extension.,,,2.0,https://pypi.org/project/mdx-gh-links,3662.0,3662.0,6,False,3.0,mdx_gh_links,,,,,, +146,inari,,inari,tkamenoko/inari,inari,['plugin'],api-docs,https://github.com/tkamenoko/inari,https://github.com/tkamenoko/inari,MIT,2019-08-22 04:40:26,2021-07-10 04:26:16,2021-07-10 04:26:08,101.0,,,2.0,,1.0,1.0,6.0,,,,Write docstrings in markdown!.,4.0,4.0,,https://pypi.org/project/inari,119.0,119.0,6,False,3.0,,-1.0,,,,, +147,mk2pdf-export,,mk2pdf-export,HaoLiuHust/mkdocs-mk2pdf-plugin,mkdocs-mk2pdf-plugin,['plugin'],site-conversion,https://github.com/HaoLiuHust/mkdocs-mk2pdf-plugin,https://github.com/HaoLiuHust/mkdocs-mk2pdf-plugin,MIT,2020-01-13 11:09:42,2021-06-29 13:46:26,2020-09-11 05:52:58,21.0,,5.0,2.0,7.0,,1.0,6.0,,,,"The plugin is based on https://github.com/zhaoterryy/mkdocs-pdf-export-plugin/ ,the main change is use pandoc to..",1.0,1.0,4.0,https://pypi.org/project/mkdocs-mk2pdf-plugin,83.0,83.0,6,False,3.0,,,,,,, +148,progress,,progress,rdilweb/mkdocs-plugin-progress,,['plugin'],site-management,https://github.com/rdilweb/mkdocs-plugin-progress,https://github.com/rdilweb/mkdocs-plugin-progress,Apache-2.0,2020-02-20 22:44:17,2020-06-20 02:28:12,2020-06-20 02:28:06,15.0,,,2.0,2.0,,1.0,4.0,2020-02-21 11:28:11,1.1.4-FINAL,1.0,A plugin for MkDocs that lets you know exactly what is happening during the build.,20.0,20.0,3.0,,,,6,False,3.0,,,,,,, +149,schema-reader,,schema_reader,magicaljellybeans/mkdocs_schema_reader,mkdocs-schema-reader,['plugin'],nav-pages,https://github.com/magicaljellybeans/mkdocs_schema_reader,https://github.com/magicaljellybeans/mkdocs_schema_reader,MIT,2020-12-07 16:39:34,2022-04-17 15:03:06,2021-06-23 16:04:58,16.0,,3.0,1.0,2.0,2.0,1.0,3.0,,,1.0,"A mkdocs plugin that scans specified directories and files for JSON Schema files, converts them to markdown and builds..",,,3.0,https://pypi.org/project/mkdocs-schema-reader,696.0,696.0,6,False,3.0,,,,,,, +150,Nature,nature,,waylan/mkdocs-nature,mkdocs-nature,['theme'],theming,https://github.com/waylan/mkdocs-nature,https://github.com/waylan/mkdocs-nature,,2017-03-13 02:45:21,2020-04-09 13:50:30,2020-04-09 13:47:49,32.0,,1.0,2.0,3.0,,,3.0,,,,A MkDocs theme.,37.0,37.0,2.0,https://pypi.org/project/mkdocs-nature,362.0,362.0,6,False,3.0,,,,,,, +151,factsheet,,factsheet,inuits/mkdocs-factsheet,,['plugin'],integrations,https://github.com/inuits/mkdocs-factsheet,https://github.com/inuits/mkdocs-factsheet,MIT,2018-07-31 10:32:59,2023-02-08 20:01:44,2023-02-08 19:55:11,11.0,,1.0,20.0,2.0,,1.0,2.0,2023-02-08 20:01:45,1.0.1,2.0,"Generate overviews from YAML descriptions, intended for micro-services and their deployments.",,,4.0,,,,6,False,3.0,,,,,,, +152,mkdocs-yamp,,yamp,boozallen/mkdocs-yamp-plugin,mkdocs-yamp,['plugin'],site-management,https://github.com/boozallen/mkdocs-yamp-plugin,https://github.com/boozallen/mkdocs-yamp-plugin,Apache-2.0,2022-09-28 20:20:20,2022-10-10 22:57:21,2022-10-10 22:57:20,27.0,,1.0,2.0,5.0,,,2.0,2022-10-10 22:57:56,0.1.2,3.0,Yet Another Multirepo Plugin for MkDocs.,2.0,2.0,2.0,https://pypi.org/project/mkdocs-yamp,57.0,57.0,6,False,3.0,,,,,,, +153,badges,,badges,six-two/mkdocs-badges,mkdocs-badges,['plugin'],other,https://github.com/six-two/mkdocs-badges,https://github.com/six-two/mkdocs-badges,MIT,2022-04-23 12:11:33,2023-04-15 15:37:11,2023-04-15 15:36:59,37.0,1.0,1.0,2.0,,,3.0,2.0,,,,Add badges to your mkdocs page.,,,,https://pypi.org/project/mkdocs-badges,640.0,640.0,6,False,3.0,,,,,,, +154,docSkimmer,docskimmer,,hfagerlund/mkdocs-docskimmer,,['theme'],theming,https://github.com/hfagerlund/mkdocs-docskimmer,https://github.com/hfagerlund/mkdocs-docskimmer,,2017-06-13 00:33:55,2018-10-11 17:51:01,2018-10-11 17:38:42,23.0,,,2.0,6.0,,10.0,16.0,2018-10-11 17:53:21,0.4.0,7.0,"An accessible, skimmable theme for MkDocs.",,,,,,,5,False,3.0,,,,,,, +155,mkdocs-theme-topdf,topdf,,kuri65536/mkdocs-theme-topdf,mkdocs-theme-topdf,['theme'],theming,https://github.com/kuri65536/mkdocs-theme-topdf,https://github.com/kuri65536/mkdocs-theme-topdf,MPL-2.0,2019-12-23 06:20:31,2021-12-08 23:42:59,2021-06-26 00:34:41,122.0,,1.0,1.0,,,1.0,8.0,,,,A mkdocs theme for create PDF and printing with paged.js.,2.0,2.0,,https://pypi.org/project/mkdocs-theme-topdf,28.0,28.0,5,False,3.0,,,,,,, +156,nbconvert,,nbconvert,tanbro/mkdocs-nbconvert,mkdocs-nbconvert,['plugin'],code-exec-templating,https://github.com/tanbro/mkdocs-nbconvert,https://github.com/tanbro/mkdocs-nbconvert,BSD-2-Clause,2019-08-05 11:11:23,2022-04-18 04:30:15,2022-04-18 04:27:15,55.0,,1.0,2.0,1.0,,1.0,6.0,,,,A MkDocs plug-in provides a source parser for *.ipynb files.,,,4.0,https://pypi.org/project/mkdocs-nbconvert,43.0,43.0,5,False,3.0,,,,,,, +157,Moonstone,moonstone,,byrnereese/mkdocs-moonstone,mkdocs-moonstone,['theme'],theming,https://github.com/byrnereese/mkdocs-moonstone,https://github.com/byrnereese/mkdocs-moonstone,,2019-02-14 08:53:35,2021-06-15 21:16:30,2021-06-15 21:15:45,28.0,,1.0,2.0,,,,5.0,,,,A documentation theme for mkdocs.,7.0,7.0,,https://pypi.org/project/mkdocs-moonstone,82.0,82.0,5,False,3.0,,,,,,, +158,branchcustomization,,branchcustomization,effigies/mkdocs-branchcustomization-plugin,mkdocs-branchcustomization-plugin,['plugin'],git-info,https://github.com/effigies/mkdocs-branchcustomization-plugin,https://github.com/effigies/mkdocs-branchcustomization-plugin,MIT,2019-12-13 14:59:00,2022-04-17 16:53:22,2022-04-17 16:53:22,8.0,,,3.0,,,1.0,2.0,,,,Customize MkDocs options on a per-branch basis.,,,,https://pypi.org/project/mkdocs-branchcustomization-plugin,248.0,248.0,5,False,3.0,,-2.0,,,,, +159,mkpatcher,,,ofek/mkpatcher,mkpatcher,['markdown'],markdown,https://github.com/ofek/mkpatcher,https://github.com/ofek/mkpatcher,Apache-2.0,2020-04-26 18:13:51,2020-04-26 19:19:50,2020-04-26 19:19:45,5.0,,,2.0,,,,2.0,,,,Python-Markdown extension allowing arbitrary scripts to modify MkDocs input files.,2.0,2.0,,https://pypi.org/project/mkpatcher,752.0,752.0,5,False,3.0,mkpatcher,,,,,, +160,thumbnails,,thumbnails,normanlorrain/mkdocs-thumbnails,mkdocs-thumbnails,['plugin'],other,https://github.com/normanlorrain/mkdocs-thumbnails,https://github.com/normanlorrain/mkdocs-thumbnails,MIT,2021-04-19 16:01:11,2021-06-01 20:41:03,2021-06-01 20:40:56,35.0,,,1.0,,1.0,1.0,2.0,,,,MkDocs plugin for thumbnail images generated automatically.,,,,https://pypi.org/project/mkdocs-thumbnails,155.0,155.0,5,False,3.0,,,,,,, +161,markdown-figcap,,,funk1d/markdown-figcap,markdown-figcap,['markdown'],charts,https://github.com/funk1d/markdown-figcap,https://github.com/funk1d/markdown-figcap,BSD-3-Clause,2019-03-09 03:35:44,2019-03-09 03:35:45,2019-03-09 04:36:51,2.0,,,,,,,1.0,,,,Extension for Python-Markdown to handle figure and figcaption.,3.0,3.0,,https://pypi.org/project/markdown-figcap,30.0,30.0,5,False,3.0,markdown_figcap,,,,,, +162,mkdocs-codecheck,,,byrnereese/codechecker-mkdocs,mkdocs-codecheck,[],quality,https://github.com/byrnereese/codechecker-mkdocs,https://github.com/byrnereese/codechecker-mkdocs,MIT,2021-08-24 18:05:47,2021-12-16 19:26:31,2021-12-16 19:26:10,86.0,,,3.0,1.0,1.0,,1.0,,,,"Traverses a directory tree looking for code samples, then attempts to validate each code sample found.",,,6.0,https://pypi.org/project/mkdocs-codecheck,15.0,15.0,5,False,3.0,,,,,,, +163,GitHub,github,,g3xx/mkdocs-Github,mkdocs-github,['theme'],theming,https://github.com/g3xx/mkdocs-Github,https://github.com/g3xx/mkdocs-Github,MIT,2020-02-25 04:04:58,2020-02-25 09:13:04,2020-02-25 09:12:44,9.0,,,2.0,,,,1.0,,,,Theme Mkdocs Like a Github. DEMO =.,3.0,3.0,,https://pypi.org/project/mkdocs-github,56.0,56.0,5,False,3.0,,,,,,, +164,pico-8,,pico-8,fmaida/pico8-mkdocs-plugin,pico8-mkdocs-plugin,['plugin'],other,https://github.com/fmaida/pico8-mkdocs-plugin,https://github.com/fmaida/pico8-mkdocs-plugin,MIT,2019-03-16 17:43:48,2019-03-17 11:49:29,2019-03-17 11:49:24,5.0,,,2.0,,,,1.0,,,,A MKDocs plugin that allows to embed a Pico-8 web player in a page.,1.0,1.0,,https://pypi.org/project/pico8-mkdocs-plugin,158.0,158.0,5,False,3.0,,,,,,, +165,git-latest-release,,git-latest-release,agarthetiger/mkdocs_latest_release_plugin,mkdocs-latest-release-plugin,['plugin'],git-info,https://github.com/agarthetiger/mkdocs_latest_release_plugin,https://github.com/agarthetiger/mkdocs_latest_release_plugin,GPL-3.0,2019-03-18 22:07:47,2022-12-08 04:53:03,2019-12-29 08:46:29,5.0,,,1.0,9.0,,,,,,,Plugin for MKDocs to inject the latest release tag from git into markdown.,,,3.0,https://pypi.org/project/mkdocs-latest-release-plugin,337.0,337.0,5,True,3.0,,,,,,, +166,select-files,,select-files,supcik/mkdocs-select-files,mkdocs-select-files,['plugin'],nav-pages,https://github.com/supcik/mkdocs-select-files,https://github.com/supcik/mkdocs-select-files,Apache-2.0,2019-09-04 22:26:31,2019-09-05 06:59:51,2019-09-05 06:58:14,8.0,,,1.0,,,,,,,,Filter pages for assignments.,7.0,7.0,,https://pypi.org/project/mkdocs-select-files,20.0,20.0,5,True,3.0,,-1.0,,,,, +167,no-sitemap,,no-sitemap,leonardehrenfried/mkdocs-no-sitemap-plugin,mkdocs-no-sitemap-plugin,['plugin'],other,https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin,https://github.com/leonardehrenfried/mkdocs-no-sitemap-plugin,MIT,2023-04-04 12:31:54,2023-04-04 12:32:09,2023-04-04 12:31:22,2.0,2.0,,1.0,,,,,,,,Disable Mkdocs sitemap generation.,3.0,3.0,,https://pypi.org/project/mkdocs-no-sitemap-plugin,337.0,337.0,5,True,3.0,,,,,,, +168,mkdocs-rtl,,,mberneti/mkdocs-rtl,,[],theming,https://github.com/mberneti/mkdocs-rtl,https://github.com/mberneti/mkdocs-rtl,MIT,2017-10-16 10:32:15,2021-03-26 00:09:07,2017-10-22 11:51:15,9.0,,5.0,2.0,2.0,1.0,1.0,23.0,,,,mkdocs rtl theme based on mkdocs-material.,,,2.0,,,,4,False,3.0,,,,,,, +169,Tweetable quotes,,,max-arnold/markdown-tweetable,markdown-tweetable,['markdown'],markdown,https://github.com/max-arnold/markdown-tweetable,https://github.com/max-arnold/markdown-tweetable,MIT,2014-06-02 11:57:04,2019-03-25 05:45:20,2019-03-25 05:45:13,81.0,,,2.0,,,1.0,13.0,,,,Python-Markdown extension to embed tweetable quotes into your blog posts.,2.0,2.0,,https://pypi.org/project/markdown-tweetable,18.0,18.0,4,False,3.0,tweetable.extension,-1.0,,,,, +170,markdown-del-ins,,,honzajavorek/markdown-del-ins,markdown-del-ins,['markdown'],markdown,https://github.com/honzajavorek/markdown-del-ins,https://github.com/honzajavorek/markdown-del-ins,,2020-01-09 09:02:25,2020-01-09 10:45:06,2020-01-09 10:44:59,10.0,,,,,1.0,,10.0,,,,Markdown extension to support the del and ins tags.,,,2.0,https://pypi.org/project/markdown-del-ins,275.0,275.0,4,False,3.0,markdown_del_ins,,,,,, +171,awesome-list,,awesome-list,carlosperate/mkdocs-awesome-list-plugin,,['plugin'],nav-pages,https://github.com/carlosperate/mkdocs-awesome-list-plugin,https://github.com/carlosperate/mkdocs-awesome-list-plugin,MIT,2019-07-25 19:23:15,2019-07-26 00:31:07,2019-07-26 00:30:58,4.0,,,1.0,,,,4.0,,,,MkDocs Plugin to inject social media cards for each entry in an awesome-list.,,,,,,,4,False,3.0,,,,,,, +172,jinja2sandbox,,jinja2sandbox,rkoe/mkdocs-jinja2sandbox,,['plugin'],code-exec-templating,https://github.com/rkoe/mkdocs-jinja2sandbox,https://github.com/rkoe/mkdocs-jinja2sandbox,MIT,2019-03-20 22:53:53,2019-03-20 23:06:19,2019-03-20 23:06:18,3.0,,,2.0,,,,3.0,,,,A MkDocs plugin that enables the Jinja2-sandbox.,,,,,,,4,False,3.0,,,,,,, +173,mkdocs-copy,,copy,chikamichi/mkdocs-copy,mkdocs-copy,['plugin'],nav-pages,https://github.com/chikamichi/mkdocs-copy,https://github.com/chikamichi/mkdocs-copy,MIT,2021-09-11 17:22:19,2021-09-21 14:19:26,2021-09-21 14:19:26,2.0,,,2.0,,1.0,,3.0,,,1.0,A MkDocs plugin that lets you copy (and maybe transform) arbitrary doc files to the build.,,,,https://pypi.org/project/mkdocs-copy,28.0,28.0,4,False,3.0,,,4.0,,,, +174,mkdocs-new-features-notifier,,mkdocs-new-features-notifier,kevin-411/mkdocs-new-features-notifier,mkdocs-new-features-notifier,['plugin'],site-management,https://github.com/kevin-411/mkdocs-new-features-notifier,https://github.com/kevin-411/mkdocs-new-features-notifier,MIT,2019-11-27 07:15:17,2020-01-15 10:40:10,2020-01-15 10:13:44,17.0,,1.0,2.0,,,,2.0,,,,This plugin enables you to notify users of new features in your product. It does this by identifying new documentation..,,,2.0,https://pypi.org/project/mkdocs-new-features-notifier,343.0,343.0,4,False,3.0,,,,,,, +175,plotly charts,,plotly,haoda-li/mkdocs-plotly-plugin,mkdocs-plotly-plugin,['plugin'],charts,https://github.com/haoda-li/mkdocs-plotly-plugin,https://github.com/haoda-li/mkdocs-plotly-plugin,MIT,2023-01-11 01:57:12,2023-03-06 19:05:38,2023-03-06 19:05:38,11.0,1.0,,1.0,,,1.0,1.0,,,,Mkdocs plugin to add interactive charts with Plotly.js.,3.0,3.0,,https://pypi.org/project/mkdocs-plotly-plugin,469.0,469.0,4,False,3.0,,,,,,, +176,mkdocs-title-casing-plugin,,title-casing,Rusty3141/mkdocs-title-casing-plugin,mkdocs-title-casing-plugin,['plugin'],nav-pages,https://github.com/Rusty3141/mkdocs-title-casing-plugin,https://github.com/Rusty3141/mkdocs-title-casing-plugin,GPL-3.0,2021-09-04 16:33:06,2021-09-05 10:33:50,2021-09-05 10:29:04,7.0,,,1.0,,,,1.0,2021-09-05 10:30:43,0.2.0,1.0,A lightweight mkdocs plugin to add title casing to all mkdocs pages and sections.,,,,https://pypi.org/project/mkdocs-title-casing-plugin,130.0,130.0,4,False,3.0,,,,,,, +177,multiple,,multiple,experimaestro/mkdocs-multiple,mkdocs-multiple,['plugin'],site-management,https://github.com/experimaestro/mkdocs-multiple,https://github.com/experimaestro/mkdocs-multiple,GPL-3.0,2019-02-27 10:51:22,2019-11-22 09:07:18,2019-11-22 09:06:06,5.0,,,2.0,,1.0,,1.0,,,,Allows to merge mkdocs documentations dynamically.,,,,https://pypi.org/project/mkdocs-multiple,1052.0,1052.0,4,False,3.0,,,,,,, +178,codeyaml,,codeyaml,textileio/mkdocs-codeyaml-plugin,mkdocs-codeyaml-plugin,['plugin'],code-exec-templating,https://github.com/textileio/mkdocs-codeyaml-plugin,https://github.com/textileio/mkdocs-codeyaml-plugin,MIT,2019-04-30 19:39:34,2019-04-30 22:11:50,2019-04-30 22:11:44,3.0,,1.0,2.0,,1.0,,,,,,Allows for more than one yaml config in mkdocs.,,,,https://pypi.org/project/mkdocs-codeyaml-plugin,17.0,17.0,4,False,3.0,,,,,,, +179,Inspired,inspired,,rnason/mkdocs-inspired,mkdocs-inspired,['theme'],theming,https://github.com/rnason/MKDocs-Inspired,https://github.com/rnason/MKDocs-Inspired,MIT,2016-07-18 21:33:32,2016-07-19 00:00:19,2016-07-18 23:59:56,2.0,,,2.0,,,,,,,,Mkdocs mobile responsive theme with slider navigation inspired by bootswatch flatly.,2.0,2.0,,https://pypi.org/project/mkdocs-inspired,24.0,24.0,4,False,3.0,,,,,,, +180,blog,,blog,andyoakley/mkdocs-blog,,['plugin'],blogging,https://github.com/andyoakley/mkdocs-blog,https://github.com/andyoakley/mkdocs-blog,,2018-02-09 06:12:17,2022-01-21 04:42:09,2020-11-02 21:52:20,17.0,,8.0,2.0,3.0,5.0,,15.0,,,,Blogging in mkdocs.,,,,,,,3,False,3.0,,,,,,, +181,autoreflinks,,autoreflinks,pauloue/mkdocs-autoreflinks-plugin,,['plugin'],links-refs,https://github.com/p-ouellette/mkdocs-autoreflinks-plugin,https://github.com/p-ouellette/mkdocs-autoreflinks-plugin,0BSD,2019-08-25 18:43:10,2021-02-13 22:17:31,2021-02-13 22:14:37,3.0,,,1.0,,,3.0,5.0,,,,An MkDocs plugin that auto-links heading references.,,,,,,,3,False,3.0,,,,p-ouellette/mkdocs-autoreflinks-plugin,,, +182,sequence-js,,sequence-js,fcannizzaro/mkdocs-sequence-js-plugin,,['plugin'],charts,https://github.com/fcannizzaro/mkdocs-sequence-js-plugin,https://github.com/fcannizzaro/mkdocs-sequence-js-plugin,MIT,2019-11-06 22:44:12,2020-02-28 16:45:04,2020-02-28 16:43:34,11.0,,2.0,2.0,,1.0,2.0,4.0,,,,MkDocs plugin to render sequence.js blocks.,,,,,,,3,False,3.0,,,,,,, +183,alternate-link,,alternate-link,cmitu/mkdocs-altlink-plugin,,['plugin'],links-refs,https://github.com/cmitu/mkdocs-altlink-plugin,https://github.com/cmitu/mkdocs-altlink-plugin,MIT,2020-01-08 21:31:28,2022-07-13 17:28:57,2021-02-14 13:54:59,14.0,,2.0,2.0,3.0,,1.0,4.0,,,,An MkDocs plugin that simplifies internal links creation.,,,3.0,,,,3,False,3.0,,,,,,, +184,Cluster,cluster,,,mkdocs-cluster,['theme'],theming,,https://gitlab.com/kaliko/mkdocs-cluster,,2016-06-02 15:03:33,2016-06-02 15:03:33,,,,1.0,,,,1.0,4.0,,,0.0,Another bootstrap theme for MkDocs.,,,,https://pypi.org/project/mkdocs-cluster,221.0,221.0,3,False,3.0,,,,,,kaliko/mkdocs-cluster,https://gitlab.com/kaliko/mkdocs-cluster +185,mkdocs_protobuf,,mkdocs_protobuf,rymurr/mkdocs-protobuf,mkdocs_protobuf,['plugin'],code-exec-templating,https://github.com/rymurr/mkdocs-protobuf,https://github.com/rymurr/mkdocs-protobuf,Apache-2,2021-09-11 10:16:54,2022-09-13 13:33:15,2022-03-30 11:31:58,19.0,,1.0,1.0,1.0,1.0,,2.0,,,,Mkdocs plugin to render protobuf messages.,,,2.0,https://pypi.org/project/mkdocs_protobuf,64.0,64.0,3,False,3.0,,,,,,, +186,python-mkblog,,mkblog,derJD/python-mkblog,mkblog,['plugin'],blogging,https://github.com/derJD/python-mkblog,https://github.com/derJD/python-mkblog,MIT,2021-03-19 12:48:35,2021-04-14 14:46:30,2021-04-14 14:44:42,20.0,,1.0,2.0,,,,1.0,,,,This is a MkDocs Plugin adding basic blogging functionality by parsing a `blog` directory ontop of your usual `docs`..,,,2.0,https://pypi.org/project/mkblog,53.0,53.0,3,False,3.0,,,,,,, +187,helm,,helm-repo,M00nF1sh/mkdocs-helm,mkdocs-helm,['plugin'],site-conversion,https://github.com/M00nF1sh/mkdocs-helm,https://github.com/M00nF1sh/mkdocs-helm,Apache-2.0,2018-11-19 23:21:08,2021-08-11 10:10:01,2018-11-21 02:32:03,2.0,,1.0,2.0,3.0,,,1.0,,,,An mkdocs plugin that turns docs website into helm repository.,,,,https://pypi.org/project/mkdocs-helm,23.0,23.0,3,False,3.0,,,,,,, +188,MkDocs Graphviz,,,,mkdocs-graphviz,['markdown'],charts,,,,,,,,,,,,,,,,,,,,,,https://pypi.org/project/mkdocs-graphviz,4664.0,4664.0,3,False,3.0,mkdocs_graphviz,,,,,rodrigo.schwencke/mkdocs-graphviz, +189,docstyler,,docstyler,hfagerlund/mkdocs-docstyler-plugin,,['plugin'],html-css,https://github.com/hfagerlund/mkdocs-docstyler-plugin,https://github.com/hfagerlund/mkdocs-docstyler-plugin,BSD-3-Clause,2019-02-10 21:05:18,2019-02-17 04:17:30,2019-02-16 01:29:25,2.0,,,2.0,,,,,,,,Plugin to add alternative stylesheets to MkDocs custom themes.,,,,,,,3,False,3.0,,,,,,, +190,MkHack3rs,,,,,['project'],charts,,https://eskool.gitlab.io/mkhack3rs/,,2021-05-01 11:44:57,2021-05-01 11:44:57,,,,1.0,,,,,3.0,,,0.0,Hacks & Integrations for Mkdocs / Material Theme.,,,,,,,2,False,3.0,,,,,,eskool/mkhack3rs,https://gitlab.com/eskool/mkhack3rs +191,mkdocs-yaarg-plugin,,yaarg,g6123/mkdocs-yaarg-plugin,mkdocs-yaarg-plugin,['plugin'],api-docs,https://github.com/g6123/mkdocs-yaarg-plugin,https://github.com/g6123/mkdocs-yaarg-plugin,,2021-02-27 18:13:10,2021-03-14 14:58:43,2021-03-14 14:58:01,18.0,,,1.0,1.0,,,2.0,2021-03-14 14:59:09,0.0.1a5,1.0,Yet Another API Reference Generator plugin for MKDocs.,,,,https://pypi.org/project/mkdocs-yaarg-plugin,28.0,28.0,2,False,3.0,,,,,,, +192,emailprotect,,emailprotect,rkoe/mkdocs-emailprotect,,['plugin'],links-refs,https://github.com/rkoe/mkdocs-emailprotect,https://github.com/rkoe/mkdocs-emailprotect,MIT,2020-01-07 21:52:50,2020-01-21 00:13:01,2020-01-21 00:13:00,4.0,,,2.0,,,1.0,2.0,,,,A MkDocs plugin that tries to obscure email-addresses from address-harvesting spam-bots.,,,,,,,2,False,3.0,,,,,,, +193,import-statement,,import-statement,Rj40x40/mkdocs-import-statement-plugin,mkdocs-import-statement-plugin,['plugin'],charts,https://github.com/Rj40x40/mkdocs-import-statement-plugin,https://github.com/Rj40x40/mkdocs-import-statement-plugin,MIT,2023-01-13 01:56:01,2023-02-06 13:25:35,2023-02-06 13:25:08,4.0,,,1.0,,,,1.0,,,,,,,,https://pypi.org/project/mkdocs-import-statement-plugin,96.0,96.0,2,False,3.0,,,,,,, +194,pagenav-generator,,pagenav-generator,Andre601/mkdocs-pagenav-generator,,['plugin'],nav-pages,https://github.com/Andre601/mkdocs-pagenav-generator,https://github.com/Andre601/mkdocs-pagenav-generator,MIT,2021-02-22 23:26:06,2022-04-17 15:52:15,2022-04-17 15:52:15,17.0,,2.0,2.0,1.0,,1.0,2.0,,,,Little something to automatically generate a Navigation within a page itself. Depends on Awesome-pages.,,,2.0,,,,1,False,3.0,,,,,,, +195,mkdocs-autozip,,autozip,martinohanlon/mkdocs_autozip,mkdocs-autozip,['plugin'],site-conversion,https://github.com/martinohanlon/mkdocs_autozip,https://github.com/martinohanlon/mkdocs_autozip,,2020-08-12 14:55:13,2022-10-05 14:46:34,2022-10-05 14:46:34,11.0,,,1.0,1.0,,1.0,2.0,,,,A mkdocs plugin for auto zipping the document source.,,,,https://pypi.org/project/mkdocs-autozip,126.0,126.0,1,False,3.0,,,,,,, +196,filename-title,,filename_title,mipro98/mkdocs-filename-title-plugin,,['plugin'],nav-pages,https://github.com/mipro98/mkdocs-filename-title-plugin,https://github.com/mipro98/mkdocs-filename-title-plugin,AGPL-3.0,2020-04-25 08:37:18,2020-04-25 09:54:42,2020-04-25 09:54:34,2.0,,1.0,2.0,,,,1.0,,,,A mkdocs plugin which lets you use filenames as page tiltles.,,,,,,,1,False,3.0,,,,,,, +197,mkdocs-pug,,,vzhong/mkdocs_pug,mkdocs-pug,[],nav-pages,https://github.com/vzhong/mkdocs_pug,https://github.com/vzhong/mkdocs_pug,,2021-10-20 07:17:04,2021-10-20 08:15:06,2021-10-20 08:15:04,2.0,,,2.0,,1.0,,,,,,Use pug templates with your mkdocs template.,,,,https://pypi.org/project/mkdocs-pug,3.0,3.0,1,False,3.0,,,,,,, +198,ansible-document,,,,ansible-mkdocs,[],api-docs,,,,,,,,,,,,,,,,,,Auto-generate ansible role documentation.,,,,https://pypi.org/project/ansible-mkdocs,20.0,20.0,0,False,,,,,,,, +199,Mkdocs translations plugin,,translations,,mkdocs-translations,['plugin'],i18n-l10n,,,,,,,,,,,,,,,,,,Internationalization plugin for mkdocs.,,,,https://pypi.org/project/mkdocs-translations,17.0,17.0,0,False,,,,,,,, +200,octadocs-adr,,octadocs_adr,octadocs/octadocs,octadocs-adr,['plugin'],site-management,,{},,,,,,,,,,,,,,,,,,,,https://pypi.org/project/octadocs-adr,17.0,17.0,0,False,,,-7.0,,,,, diff --git a/latest-changes.md b/latest-changes.md index e92f4d0..5d98e4c 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,19 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- mkdocs-jupyter (🥇24 · ⭐ 230 · 📈) - Use Jupyter Notebook in mkdocs. Apache-2 -- mermaid2 (🥇22 · ⭐ 150 · 📈) - A Mermaid graphs plugin for mkdocs. MIT -- section-index (🥇20 · ⭐ 58 · 📈) - MkDocs plugin to allow clickable sections that lead to an index page. MIT -- MkDocs Swagger UI Tag (🥇17 · ⭐ 27 · 📈) - A MkDocs plugin supports for add Swagger UI in page. MIT -- mkdocs-gallery (🥈16 · ⭐ 15 · 📈) - Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx.. BSD-3 +- PyMdown Extensions (🥇32 · ⭐ 760 · 📈) - Extensions for Python Markdown. ❗Unlicensed +- monorepo (🥇24 · ⭐ 250 · 📈) - Build multiple documentation folders in a single Mkdocs. Designed for large codebases. Apache-2 +- mermaid2 (🥇23 · ⭐ 150 · 📈) - A Mermaid graphs plugin for mkdocs. MIT +- Markdown-Include (🥈22 · ⭐ 89 · 📈) - Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents. ❗️GPL-3.0 +- literate-nav (🥇22 · ⭐ 47 · 📈) - MkDocs plugin to specify the navigation in Markdown instead of YAML. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- MkDocs Video (🥈17 · ⭐ 41 · 📉) - MkDocs Video plugin. MIT -- kroki (🥈17 · ⭐ 25 · 📉) - MkDocs plugin for Kroki-Diagrams. MIT -- Terminal for MkDocs (🥈13 · ⭐ 19 · 🐣) - monospace theme for MkDocs. MIT -- Lantana (🥈12 · ⭐ 7 · 📉) - Lantana MKDocsHTML. MIT -- plotly charts (🥉3 · ⭐ 1 · 🐣) - Mkdocs plugin to add interactive charts with Plotly.js. MIT +- inari (🥉6 · ⭐ 6 · 💤) - Write docstrings in markdown!. MIT +- branchcustomization (🥉5 · ⭐ 2 · 💤) - Customize MkDocs options on a per-branch basis. MIT +- select-files (🥉5 · 💤) - Filter pages for assignments. Apache-2 +- Tweetable quotes (🥉4 · ⭐ 13 · 💤) - Python-Markdown extension to embed tweetable quotes into your blog posts. MIT +- octadocs-adr (📉) - ❗Unlicensed