docs: add LinkButton call-to-actions to the manual index

This commit is contained in:
2026-07-26 22:52:35 -04:00
parent 48e6a96c6d
commit c126296935
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -597,7 +597,7 @@ def _split_entries(body: str) -> tuple[str, list[tuple[str, str]]]:
return intro, entries
ASTRO_ASIDE_COMPONENTS = {"<Aside": "Aside", "<FileTree": "FileTree"}
ASTRO_ASIDE_COMPONENTS = {"<Aside": "Aside", "<FileTree": "FileTree", "<LinkButton": "LinkButton"}
def _write_prettified(target: Path, fm: dict, content: str) -> None: