Live header + sidebar preview
Ship docs pages that feel product-native for users, sales demos, and onboarding.
Docline gives you free, secure, and easy-to-use documentation infrastructure. Launch branded docs fast, customize every part of the experience, and keep your product, sales, and onboarding pages in one reliable open-source workflow.
Ship docs pages that feel product-native for users, sales demos, and onboarding.
01
Run multi-version docs or simple docs from the same config without branching complexity.
02
Adjust layout, themes, badges, dock behavior, and content patterns with flexible controls.
03
Open-source workflow, easy local setup, and production-ready commands for your team.
04
Use bottom dock actions for quick navigation, page actions, and context tools without leaving the doc flow.
05
Keep version and language context visible in header chips while search stays one click away.
06
Ship familiar guides, API groups, and onboarding flows in a layout teams already understand.
Explore the docs shell with live header controls, sidebar structure, and content layout in one clear interactive surface.
{
"layoutTemplates": [
{
"id": "style1",
"label": "Style 1",
"layout": {
"showTopNav": true,
"showSidebar": true,
"showToc": true,
"headerStyle": "default",
"sidebarStyle": "default",
"contentStyle": "wide"
}
}
]
}
npm create docline@latest my-docs -- --docs-mode versioned --branding keep --badge-style minimal
cd my-docs
npm install
npm run dev
# quality checks
npm run validate
npm run check
npm run a11y
npm run export
Copy the quickstart commands or clone the full repository setup.
npm create docline@latest my-docs
cd my-docs
npm install
npm run dev
# production
npm run build
npm run preview