Dockit
Dockit is DreamLake’s documentation shell for Vike, React, Tailwind v4, and MDX. Write pages with frontmatter; Dockit builds the sidebar, breadcrumbs, table of contents, search, and Markdown copies for agents.
Start building
Follow the Quickstart to install the package and wire a working site. If you already have a DreamLake docs site, use the migration guide.
Three places to work
| Tab | What belongs here |
|---|---|
| Dockit | Setup, authoring, customization, search, and publishing. |
| Reference | Configuration fields, exports, and component APIs. |
| Python Autodoc | Generate Python API pages and include them in a Dockit site. |
Dockit and Reference share the Dockit package version. Python Autodoc shows its own pinned source revision. See versioning for historical docs builds and version selectors.
Build and publish
| Task | Guide |
|---|---|
| Configure branding, tabs, and sidebar sections | Site config |
| Write MDX and organize pages | Authoring |
| Customize colors and appearance | Theming |
| Add full-text search | Search |
| Publish Markdown and an agent skill | AI-readable docs and skills |
| Preserve builds and configure version switching | Versioning |
| Review package changes | Release notes |
Look up an API
Start with configuration or the export index. The shell reference covers Layout, Sidebar, and TOC; Topbar covers tabs and version chips.
For MDX content, see Callout, CodeBlock, Preview, StatusTable, and Chip.