bundle.website.sites.thebundle.pages ==================================== .. py:module:: bundle.website.sites.thebundle.pages .. autoapi-nested-parse:: Page registry for the TheBundle site. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/bundle/website/sites/thebundle/pages/ble/index /autoapi/bundle/website/sites/thebundle/pages/excalidraw/index /autoapi/bundle/website/sites/thebundle/pages/home/index /autoapi/bundle/website/sites/thebundle/pages/playground/index /autoapi/bundle/website/sites/thebundle/pages/youtube/index Functions --------- .. autoapisummary:: bundle.website.sites.thebundle.pages.initialize_site_pages bundle.website.sites.thebundle.pages.initialize_pages Package Contents ---------------- .. py:function:: initialize_site_pages(app: fastapi.FastAPI, pages: collections.abc.Iterable[Page]) -> tuple[Page, Ellipsis] Attach all pages and expose registry/navigation metadata on app state. .. py:function:: initialize_pages(app: fastapi.FastAPI) -> None Attach all TheBundle pages and publish navigation metadata on app state.