This repository contains the official documentation for Apex Scholar, an AI-powered research workspace.
- Live docs: https://apexscholar-docs.pages.dev
- Main app: https://apexscholar.vercel.app
- Source code: https://github.com/scholarkit/apexscholar
npm install
npm run devOpen http://localhost:5173 (or the port shown in terminal).
npm run buildThe static site is generated in docs/.vitepress/dist/.
- Push this repository to GitHub
- Create a new site in Cloudflare Pages
- Connect to your GitHub repository
- Build settings:
- Build command:
npm run build - Build output directory:
docs/.vitepress/dist - Environment variables:
NODE_VERSION=20(or your preferred version)
- Build command:
- Save and deploy
Your docs will be live at https://apexscholar-docs.pages.dev.
docs/
├── .vitepress/
│ └── config.ts # Site configuration (nav, sidebar, theme)
├── guide/ # Getting started guides
│ ├── getting-started.md
│ ├── installation.md
│ ├── configuration.md
│ └── e2ee.md
├── features/ # Feature documentation
│ ├── overview.md
│ ├── literature-search.md
│ ├── knowledge-graph.md
│ ├── insights.md
│ ├── latex.md
│ ├── kanban.md
│ ├── grant-management.md
│ ├── citations.md
│ └── file-chat.md
├── reference/ # Technical reference
│ ├── api.md
│ ├── env-vars.md
│ ├── latex-workflow.md
│ └── changelog.md
└── help/ # Support
├── troubleshooting.md
├── faq.md
└── contributing.md
Found a typo? Want to add a section? Contributions welcome! Please read CONTRIBUTING.md in the main repo.
Documentation is licensed under CC BY-SA 4.0 unless otherwise noted.