You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Website: expose the full concept catalog on the concepts page
The website /concepts/ page listed only the 12 curated pillar concepts; the
33 comprehensive reference concepts authored under docs/content/concepts/ were
not surfaced there. The concept catalog is now merged from both content roots
(the website's own curated set wins on slug overlap, keeping its hand-tuned
relations, SVG hooks, and reading path), so every authored concept gets a
/concepts/<slug>.html page and a card in the index — 39 unique concepts.
- ConceptPage records its source markdown path; concept_page_list merges
multiple content roots and dedupes by slug (earlier root wins).
- render_concept_from_file retargets the docs-relative links some imported
concepts author (../namespaces/<x>.html, ../guides/<x>.html) to absolute
docs URLs, since those targets live only in the docs tree.
Verified: 39 concept pages render with real content, no unresolved
cross-reference directives, 0 broken internal links across 17,930 checked,
conformance 546/0, fmt + website tests pass. No version change.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments