Commit e16ab89
committed
Fix broken docs build and add professional branding/features
The docs.yml CI workflow was completely broken: mkdocs.yml's nav and
doc/index.md both referenced doc/prd.md and doc/task.md, which were
untracked from git in an earlier commit. `mkdocs build --strict` on a
fresh checkout (verified via a real clone simulating CI) aborted with
5 warnings -- the site has never successfully deployed. Removed those
nav entries and the dead links; fixed comparison.md's cross-reference
to point at judge-voting-benchmark.md instead of the no-longer-public
prd.md.
Also added real professional polish, verified by serving the site
locally and screenshotting the result:
- doc/assets/ghost-icon.svg used as theme.logo/favicon (reuses the
hero animation's ghost path).
- navigation.tabs/sections/footer, search highlight/share, deep
purple accent palette instead of material's default blue.
- pymdownx.details, pymdownx.tabbed, pymdownx.tasklist, footnotes,
code annotations -- markdown features the existing guide content
can actually use.1 parent 8381960 commit e16ab89
4 files changed
Lines changed: 31 additions & 7 deletions
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
31 | 42 | | |
| 43 | + | |
| 44 | + | |
32 | 45 | | |
| 46 | + | |
| 47 | + | |
33 | 48 | | |
| 49 | + | |
34 | 50 | | |
35 | 51 | | |
36 | 52 | | |
37 | 53 | | |
38 | 54 | | |
39 | 55 | | |
40 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
41 | 63 | | |
| 64 | + | |
| 65 | + | |
42 | 66 | | |
43 | 67 | | |
44 | 68 | | |
| |||
52 | 76 | | |
53 | 77 | | |
54 | 78 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| |||
0 commit comments