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
fix(docs): simplify reference/api page to two language links
Remove the duplicate public-surface tables (they drifted from the
generated pdoc/TypeDoc refs). Replace with two explicit links:
Python -> pdoc, TypeScript -> TypeDoc. Raw <a> tags bypass the
Docusaurus broken-link checker since the targets are static
assets under /api/.
Both references are generated from a single curated module per language (`aster.public` for Python, `src/public.ts` for TypeScript) so the surface stays focused and aligned across bindings.
0 commit comments