Documentation for the IU Alumni platform — a community platform for Innopolis University graduates to plan events and stay connected.
| Section | Description |
|---|---|
| Technical | Architecture, stack decisions, and component design with Mermaid diagrams |
| Requirements | Functional requirements, quality attributes, and use-case specifications |
| Metrics & Analytics | KPIs, engagement metrics, and measurement methodology |
| Sprints | Meeting notes and sprint records |
npm install
npm run docs:devThe dev server starts at http://localhost:5173/docs/.
npm run docs:build # output → src/.vitepress/dist/
npm run docs:preview # preview the built site locallyRun lint checks on all markdown files in src/:
npm run lint:md # check for issues
npm run lint:md:fix # check and auto-fix fixable issuesRun these commands from the docs/ directory so .markdownlint.json is picked up.
Built with VitePress + vitepress-plugin-mermaid. Deployed to GitHub Pages on every push to main via .github/workflows/deploy.yml.
See the org-wide Contributing Guide.