Treat documentation as a product. Use Blink to plan structure, draft content, add citations, and keep docs synchronized with code. Write for two audiences at once: humans and AI assistants that will ingest your docs.
Create a docs outline for "{feature}":- Audience: {developer / admin / end-user}- Goals: {what success looks like}- Constraints: {platforms, versions, security}- Required sections: Overview, Setup, Examples, Troubleshooting, FAQs- Output: page tree with slugs and 1–2 sentence summaries
Copy
Draft a self-contained page for "{topic}" following our style:- Start with a 2–3 sentence summary and prerequisites- Provide numbered steps with exact commands/flags- Include minimal, copyable examples for {language}- Add a Troubleshooting section (3–5 issues with causes/fixes)- End with a Verification checklist
Copy
Refactor existing docs to be AI-friendly:- Break long pages into sections (≤ 300–500 words each)- Make each section answerable standalone (no implicit context)- Add explicit cross-links for dependencies- Normalize terminology and headings across pages
Copy
Explore and document API reference and routes:- Inspect router and handlers to list endpoints, methods, and auth- For each route include: path, method, params, example request/response, errors- Map internal modules (e.g., files, chat, webhooks) to docs pages/slugs- Add notes on rate limits, pagination, and webhooks- Output: REST API page skeleton + checklist of missing examples