Category

Tutorials & Guides

Step-by-step Doccupine tutorials and guides. Deploy a docs site, configure custom domains, integrate AI chat, and automate your documentation pipeline.

All posts

6 posts
Doccupine API Reference Mockups, light and dark mode
Tutorials & Guides

How to generate interactive API documentation from OpenAPI

An OpenAPI file can generate endpoint pages, live requests, and code samples. The hard part is making the contract useful without mistaking reference for a complete developer journey.

Luan Gjokaj9 min read
A documentation site behind a login screen on the left, with four separate doors labeled pages, APIs, crawlers, and machine-readable files on the right, three of them still open
Tutorials & Guides

How to password protect a documentation site

Putting a login screen in front of your docs is the easy part. The part teams miss is that a documentation site has four separate doors — pages, search and chat APIs, crawlers, and the machine-readable files agents read — and a password on the front door leaves three of them open.

Luan Gjokaj8 min read
A GitHub repository on the left with a URL being pasted, transforming into a complete documentation site with an auto-organized sidebar, generated pages, and search on the right
Tutorials & Guides

How to generate a documentation site from a GitHub repo

Most codebases have no real documentation because writing it from a blank page is the part nobody gets to. Here's how to go the other direction: point an AI at your GitHub repo, have it read the actual code, and get a complete, editable docs site as a first draft you refine — instead of a blank docs/ folder you never fill.

Luan Gjokaj8 min read
A folder of plain Markdown files on the left transforming into a polished documentation website with sidebar navigation, search, and an AI chat panel on the right
Tutorials & Guides

How to create a documentation site from Markdown files

A practical guide to turning a folder of Markdown files into a real documentation site: what a docs site actually needs in 2026, the decisions that matter before you pick a generator, and a path from zero to a live site in one command.

Luan Gjokaj7 min read
A code editor with an AI assistant panel querying a documentation site's MCP server and returning exact API reference snippets
Tutorials & Guides

How to connect your docs to Cursor, Claude Code, and other AI coding tools

Your users build with AI coding agents now. If those agents can't read your current docs, they guess — and ship the guess into production. Here's how an MCP server fixes that, and why it should already be part of your docs site.

Luan Gjokaj5 min read
A Doccupine documentation page shown side-by-side in light mode and dark mode, each with a different illustration
Tutorials & Guides

How to add dark mode images to your documentation site

Doccupine renders separate images for light and dark mode using one line of MDX. No imports, no custom components, no flash of the wrong asset on theme switch.

Luan Gjokaj5 min read