This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit b1472f0
committed
docs: add comprehensive multi-page documentation site
- Create 5-page docs site with shared CSS and sidebar navigation
- index.html: Landing page with overview, features, quick start
- guide.html: Complete setup guide (Maven, Ant, Docker, testing)
- architecture.html: Project structure, data pipeline, algorithms
- database.html: PostgreSQL schema reference (from DATABASE.md)
- api.html: Full API reference for all public classes/methods
- styles.css: Shared dark-mode design system with responsive layout
- Update pages.yml to generate Javadoc during CI and include in site
- Split workflow into build (JDK + Javadoc) and deploy jobs
- Link to Javadoc from sidebar navigation1 parent 0743a85 commit b1472f0
7 files changed
Lines changed: 2000 additions & 561 deletions
File tree
- .github/workflows
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
29 | 49 | | |
30 | 50 | | |
31 | 51 | | |
| |||
35 | 55 | | |
36 | 56 | | |
37 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
38 | 65 | | |
39 | 66 | | |
40 | 67 | | |
0 commit comments