Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1004 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 1004 Bytes

MkDoxy Demo

This is a demo of MkDoxy, a tool for generating Doxygen documentation from Markdown files.

👉 Look at JakubAndrysek / MkDoxy whole project. 👈

Run demo locally

Tools

  • python 3.6 or newer -> sudo apt install python3
  • Pip -> sudo apt install python3-pip
  • Git -> sudo apt install git
  • Doxygen -> sudo apt install doxygen

PIP Packages

pip3 install -r requirements.txt

Usage

Serve MkDocs locally:

mkdocs serve

Build MkDocs:

mkdocs build