servedocs

Crates.ioservedocs
lib.rsservedocs
version0.1.0
created_at2025-12-23 02:56:41.878195+00
updated_at2025-12-23 02:56:41.878195+00
descriptionServe beautiful API documentation directly from your Rust backend using Markdown.
homepage
repositoryhttps://github.com/Parallax18/servedocs
max_upload_size
id2000671
size36,351
Joshua Okechukwu (Parallax18)

documentation

README

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.

Commit count: 0

cargo fmt