Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 638 Bytes

File metadata and controls

29 lines (17 loc) · 638 Bytes

Servedocs

Serve beautiful API documentation directly from your Rust backend using Markdown.

Servedocs lets you write simple .md / .mdx files and expose them as a fully styled documentation site — no frontend framework, no build step.


Why Servedocs?

  • 📄 Write docs in plain Markdown
  • 🚀 Serve docs with Axum
  • 🧭 Sidebar-based navigation
  • 🌗 Light & dark mode
  • 💡 Syntax-highlighted code blocks

Philosophy

Docs should live with your backend, not in a separate app.

If you can write Markdown, you can ship great docs.


Getting started

Select a topic from the sidebar to continue.