cp-mario/MMX — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small JavaScript documentation generator called MMX. I want to write docs in a custom Markdown like format, put the files in a pages folder, and have the tool turn them into a clean static documentation website.

It should read a simple config file with the documentation title, version, input folder, output folder, and whether to build all pages. The project should have an index.mmx as the home page, support nested folders inside pages as categories, and generate navigation so people can browse the docs easily.

Please also support an optional assets folder for images and other files, including using an icon file as the browser tab icon when one exists. Use a simple HTML template, nice readable styling, Google fonts if helpful, and code block highlighting.

Keep it easy to run and easy to understand. If you need details about the MMX syntax, look at the current public docs online and match that behavior as closely as possible.

Want more depth? Deep Reverse