Docs-as-Code

Category: Docs-as-Code under Developer Tools

Read the Docs

Read the Docs

MIT-licensed platform that builds, versions and hosts docs-as-code from Git, with pull-request previews and search. Self-hosting sidesteps the paid hosted tiers but runs a heavy multi-service stack.

Starlight

Starlight

Documentation sites on Astro, with self-hosted full-text search built in rather than bolted on. Mix React, Vue, or Svelte components in one site. Still pre-1.0 after three years.

VitePress

VitePress

Vue and Vite powered documentation sites. Markdown in, static HTML out, with a build fast enough that large sites stay pleasant. The stable line has been quiet for about a year.

Sphinx

Sphinx

The documentation generator behind Python itself. One plain-text source builds a website, a PDF, and an API reference pulled from your code. reStructuredText is the learning tax.

Docusaurus

Docusaurus

Documentation as code. Your content stays as Markdown in your own Git repo and ships as static HTML you host anywhere. Search is the one piece you still solve yourself.