VibeLearn Public Documentation
What This Folder Is
docs/public/ is the Mintlify documentation site for VibeLearn — user-facing docs at docs.vibelearn.dev.
Folder Structure
Current Pages
Navigation (from docs.json)
Get Startedintroduction.mdx— What VibeLearn is and how it worksinstallation.mdx— Install as Claude Code pluginusage/getting-started.mdx— First session workflowusage/private-tags.mdx—<private>tag privacy control
usage/gemini-provider.mdx— Gemini setup (free tier)usage/openrouter-provider.mdx— OpenRouter setup
cursor/index.mdx— Overviewcursor/gemini-setup.mdx— Cursor + Geminicursor/openrouter-setup.mdx— Cursor + OpenRouter
configuration.mdx— Settings referencedevelopment.mdx— Build from sourcetroubleshooting.mdx— Common issuesplatform-integration.mdx— Worker API for other IDEs
architecture/overview.mdx— System components + data flowhooks-architecture.mdx— 5-hook lifecyclearchitecture/hooks.mdx— Hook implementation detailsarchitecture/worker-service.mdx— Worker API referencearchitecture/database.mdx— SQLite schema
What Does NOT Belong Here
Planning docs, API references, and research notes →/docs/context/
Development
Adding a New Page
- Create
.mdxfile in the right subdirectory - Add path to
docs.jsonnavigation groups - Use Mintlify MDX frontmatter:
title,description

