docsify-mustache

A Docsify plugin that allow preprocessing markdown documents with Mustache template engine. You can substitute variables in markdown documents using mustache syntax {{variable}} and {{variable.property}}. Variables can be load from various sources, including front matter section of markdown documents, external JSON or XML files and Docsify configuration.
Installation
Add following script tag to your index.html after docsify.
<script src="//unpkg.com/docsify-mustache"></script>
Optionally add docsify-front-matter plugin to access markdown front matter variables.
<script src="//unpkg.com/docsify/lib/plugins/front-matter.min.js"></script>
Documentation
Check the documentation site for more information.
License
This project is licensed under the MIT License. See the LICENSE for details.