Give your Laravel app a guide
Docent is a beautiful, fast, searchable documentation site that lives inside your Laravel application and participates in it.
Docent installs a polished documentation site inside your Laravel application. It
reads Markdown from your repository, renders it through your app's runtime, and
serves it at /docs with search, dark mode, and syntax highlighting. There's no
build step and no separate service to run.
Front matter, groups, callouts, cards, and code blocks. Markdown with a little extra.
Ability blocks, audiences, conditions, live values, app links, and embedded components.
Gate a page and it disappears from the nav and search too.
One accent color rebrands everything at runtime. Logos, fonts, palette, and radius from config.
Public help next to internal docs, each with its own routes, branding, and gates.
An optional database-backed panel for browser editing, drafts, and revisions.
Everything you're reading right now is served by Docent. The search palette
(⌘K) filters results by permission on the server, and the examples on the
authoring pages are rendered live by the same engine that renders this sentence.