Hacker News new | ask | show | jobs
Show HN: Docsome – Single Markdown file to featured static documentation (docsome.guarana.studio)
4 points by ryuzyy 117 days ago
I made an open source, static documentation site generator for busy builders. It requires you to create a single Markdown file and run the build command with the CLI: npx docsome build DOCS.md

What you get:

- Elegant UI with light/dark mode toggle

- Fully static build you can host on GitHub Pages

- llms.txt generated so AI agents can parse it more easily

- Search function that indexes your Markdown

Source: https://github.com/guarana-studio/docsome

2 comments

It looks cool, I'll give it a try. Thanks for sharing.
Looks perfect for smaller apps and APIs.