organization
Docolin
On docolin since May 2026
51 docos
- Import a Mintlify project Already on Mintlify? Add docolin frontmatter to each page and connect the repo. docolin reads your .mdx directly and converts the components, no rewrite. Hosting / Import Mintlify 3 days ago
- Text, lists, and links The everyday Markdown, headings, emphasis, lists, file trees, quotes, links, images, video, color swatches, and inline icons, that the rest of a doco hangs from. Authoring / Text 3 days ago
- Preview on save Open a local docs folder and see your docos rendered exactly as they'll publish, live as you save, before you commit anything. Authoring / Preview 3 days ago
- Charts Add one line under a Markdown table and it renders as a bar, line, area, pie, or donut chart, with the table kept underneath as the data. Authoring / Charts 3 days ago
- MCP tool reference The six tools docolin's MCP server gives a connected agent, lookup, search, browse_kind, fetch, list_discussions, and verify, cheapest first, with when to use each. Mcp / Tools 6 days ago
- Interactive variables Declare inputs once and use expressions anywhere; the reader fills in their values and the whole doco, commands, prose, tables, even charts, recomputes in their browser. Authoring / Variables 6 days ago
- Steps & accordion Numbered vertical steppers for sequences, and exclusive collapsible rows for question-and-answer content. Authoring / Steps Accordion 6 days ago
- Writing docs with docolin A guided tour of everything you can put in a docolin doco, taught by example through a pangolin and his jungle gym. Authoring / Overview 6 days ago
- Diagrams Flowcharts, sequence diagrams, and more from ```mermaid blocks, server-rendered as a fallback and re-drawn to match light or dark. Authoring / Diagrams 6 days ago
- Code blocks Fenced, syntax-highlighted code with titles, line numbers, author highlights, reader-shareable line selection, and inline annotations. Authoring / Code 6 days ago
- Frontmatter The YAML block at the top of every doco that says what it is, who wrote it, where it belongs in docolin's taxonomy, and how it's verified and versioned. Authoring / Frontmatter 7 days ago
- Content tabs Group alternatives behind a single set of labels, with code tabs that stay in sync across the whole page. Authoring / Tabs 7 days ago
- Tables GFM tables with column alignment and rich cell content, plus the one-line trick that turns a table into a bar or line chart docolin renders for you. Authoring / Tables 7 days ago
- Your first doco Write a complete docolin doco from an empty file to a publishable page, one piece at a time. Authoring / Quickstart 7 days ago
- Math Inline and display math written in LaTeX, rendered to HTML on the server with KaTeX, so equations load instantly with no client-side JavaScript. Authoring / Mathematics 7 days ago
- Footnotes & annotations Footnote references collected at the bottom of the page, and inline annotations that pin a note to an exact spot. Authoring / Footnotes Annotations 7 days ago
- Diffs Show what changed between two versions of a snippet, from a quick colored diff block to a full interactive viewer with word-level highlights, move detection, and shareable lines. Authoring / Diffs 7 days ago
- Callouts Notes, tips, and warnings readers cannot skim past, plus collapsible sections that tuck away the long stuff, all from one simple block syntax. Authoring / Callouts 7 days ago
- The docolin walkthrough A complete, follow-along walk from a blank slate to a real guide on docolin, published, verified, and readable by an AI. Codeberg-based, every screen shown. Tutorial / Overview 7 days ago
- What's next The last stop in the docolin walkthrough. You published a real, verifiable doco, here's how to get it verified, write your next one for real, and let your AI read from docolin. Tutorial / Next Steps 7 days ago
- Publish your guide Step four of the docolin walkthrough. Point docolin at your repo, watch the first sync, and see your guide go live, callouts, attribution, and verification rail and all. Tutorial / Go Live 7 days ago
- Write your first guide Step three of the docolin walkthrough. Make a repository to hold your guides, write your first one as a plain Markdown file, and grab the address docolin will read from. Tutorial / First Guide 7 days ago
- Make your docolin account Step two of the docolin walkthrough. Sign up for docolin and claim your handle, the identity every guide you publish and every verification you leave is credited to. Tutorial / Docolin Account 7 days ago
- Make a Codeberg account Step one of the docolin walkthrough. Create the Codeberg account that will hold your guides, every screen shown, no git or command line needed. Tutorial / Codeberg Account 7 days ago
- Terms of use The terms for using docolin, acceptable use, how content is licensed and attributed, and the no-warranty basis of community verification. Terms 7 days ago
- Verifying that a guide worked When you've tried a guide, one tap records whether it worked on your system, the best feedback you can give the next reader. Reading / Verifying 7 days ago
- Reading a doco A doco shows more than the steps, it shows how far to trust them: the Pango score, the systems it applies to, its full version history, and where to raise a fix. Reading / Reading A Doco 7 days ago
- Reading on docolin Find the guide that fits your setup, see how well it's proven before you follow it, and tell the commons whether it worked, no account required to read. Reading / Overview 7 days ago
- Finding a guide Three ways to search docolin, results that lead with what's proven and favor your setup, and a facet rail to narrow by topic, system, type, and verification. Reading / Finding A Guide 7 days ago
- Discussions Every doco has discussions, the place to ask, report a snag, or post a fix, with an open/closed/resolved status so you can see where each one stands. Reading / Discussions 7 days ago
- docolin and your privacy What docolin collects (the minimum), what it never does (no fingerprinting, no trackers, no selling data), and how your setup profile stays on your device. Privacy 7 days ago
- docolin moderation policy How docolin moderates content, who can report it, the fixed set of reasons something is hidden or redacted, why disagreement is never one of them, and how to appeal. Moderation Policy 7 days ago
- How an AI agent uses docolin Connected over MCP, an agent grounds its answer in verified guides, checks the proof, credits the author, and records whether the steps actually worked. Mcp / How Agents Use Docolin 7 days ago
- Connect your AI agent over MCP Add docolin to Claude Code, Cursor, VS Code, ChatGPT, and any other MCP client, so your agent grounds its answers in verified, attributed docs. Mcp / Connect 7 days ago
- Licensing and reuse docolin's code is AGPL-licensed and can't be bought or closed off. Your writing stays yours, free to read and cite, as long as your name rides along with it. Licensing 7 days ago
- Host your docs on docolin docolin reads your docs straight from a public GitHub or Codeberg repo and keeps them in sync. Pick the path that fits you, from never-made-a-repo to already-fluent. Hosting / Overview 7 days ago
- Manage a project Your project's page is its control room, watch the sync, fix files that didn't publish, and rename or delete the project. Hosting / Manage Project 7 days ago
- How sync works docolin keeps a live mirror of your repo's docs. Pushes become new versions, deletions become tombstones instead of dead links, and bad frontmatter skips one file, not the sync. Hosting / How Sync Works 7 days ago
- Connect a git repo The fast path for git users, point docolin at a public GitHub or Codeberg repo, set the docs folder, and your Markdown publishes and stays in sync. Hosting / Connect Repo 7 days ago
- Auto-sync on push Add a webhook so docolin re-syncs your docos the moment you push, instead of waiting for the daily poll. Works with GitHub and Codeberg. Hosting / Auto Sync On Push 7 days ago
- Accounts, orgs, and projects How docolin nests, your account, the orgs you own, the projects inside them, and the docos inside those, and why some names are reserved. Hosting / Accounts Orgs Projects 7 days ago
- Verification and the Pango score The Pango score is a 0 to 1000 measure of how strongly real people and agents have confirmed a guide works on real systems. Proof, not popularity. Concepts / Verification 7 days ago
- Soft links A soft link points at a topic, not a single page. Following it lists the guides under that topic, with the best fit for the reader's setup ranked toward the top. Concepts / Soft Links 7 days ago
- Privacy by design docolin collects the minimum, defaults to anonymous, and keeps the one thing it personalizes, your setup, on your own device instead of on a server. Concepts / Privacy 7 days ago
- What docolin is docolin is an open documentation commons where every guide is verified on real systems, credited to its author, and read by people and AI from the same source. Concepts / Overview 7 days ago
- Kinds and the path taxonomy Every doco lives at a path like os/linux/firewall/ufw. The path files it next to everything related, powers browse pages, and gives fallbacks for free. Concepts / Kinds 7 days ago
- Attribution Every doco names its author, and that credit follows the work everywhere docolin is read, on the page for a human and in the citation an AI is required to give. Concepts / Attribution 7 days ago
- Writing well How to choose the right structure and the lightest construct, write accessibly, and remember that every doco is public and read by both people and machines. Authoring / Writing Well 7 days ago
- Publishing and the doco lifecycle There's no publish button, a valid doco goes live the moment it syncs. Its status tells readers how finished it is, every edit is a version, and deleting tombstones. Authoring / Publishing 7 days ago
- Links & navigation Internal and external links, soft links by kind, hard and pinned URLs, prev/next, and the sidebar sitemap. Authoring / Links 7 days ago
- Cards A Markdown list inside !!! cards becomes a responsive grid of linked cards, each with an icon, an optional type color, and a column or horizontal layout. Authoring / Cards 7 days ago