-
Notifications
You must be signed in to change notification settings - Fork 0
Create VitePress documentation site #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…g new API endpoints and integration guides;
WalkthroughAdds a VitePress-based documentation site under docs/, including site config, theme with custom CSS, dev tooling (package.json, pnpm workspace), homepage and multiple sections (Guide, API, Integrations, Developer), example pages, and a web manifest. Updates .gitignore to track pnpm-lock.yaml and docs/.vitepress/cache/. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Free 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. ⛔ Files ignored due to path filters (8)
📒 Files selected for processing (29)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
This pull request sets up the VitePress documentation site for AniBridge, including configuration, theming, and initial content. The changes introduce a custom theme, color palette, navigation structure, and comprehensive documentation for API endpoints, environment variables, developer guides, and more.
Documentation site setup and configuration:
docs/.vitepress/config.mtswith VitePress site configuration, navigation, sidebar structure, branding, and metadata.docs/package.jsonanddocs/pnpm-workspace.yamlto declare VitePress as a dev dependency and workspace settings. [1] [2]Custom theming and branding:
docs/.vitepress/theme/index.tsanddocs/.vitepress/theme/custom.cssto apply a custom color palette and enhanced hero image glow for light/dark modes and responsive screens. [1] [2]Documentation content:
docs/src/. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]These changes establish a well-organized, branded, and developer-friendly documentation site for AniBridge.
Summary by CodeRabbit