An open API service indexing awesome lists of open source software.

https://github.com/perryvw/mermaid-markdown-docs

A documentation framework allowing you to easily make a documentation website from markdown files, with mermaid diagrams and search built-in!
https://github.com/perryvw/mermaid-markdown-docs

documentation esbuild lunr markdown mermaid search

Last synced: 6 months ago
JSON representation

A documentation framework allowing you to easily make a documentation website from markdown files, with mermaid diagrams and search built-in!

Awesome Lists containing this project

README

          

# Mermaid-Markdown-Docs

Mermaid-Markdown-Docs is a framework to easily create documentation websites from markdown files, with minimal setup.

Live demo: [Mermaid-Markdown-Docs documentation](https://perryvw.github.io/mermaid-markdown-docs/)

## Built-in features:

- Create a documentation website entirely from markdown files
- Built-in support for [Mermaid diagrams](https://mermaid.js.org/)
- Built-in search functionality using [Lunr.js](https://lunrjs.com/)
- Development server with automatic reloading when changes are detected
- Fast build speeds thanks to running on esbuild
- Independent output bundle, it is just html and js, it can run anywhere!

# Installation

The package `mermaid-markdown-docs` can be installed from npm using the following command:

```
npm i -D mermaid-markdown-docs
```

# Documentation

Find our documentation - generated using mermaid-markdown-docs from this repository - here: [Mermaid-Markdown-Docs documentation](https://perryvw.github.io/mermaid-markdown-docs/)