bundle.website.core.manifest ============================ .. py:module:: bundle.website.core.manifest .. autoapi-nested-parse:: Site manifest contract for composing website applications. Attributes ---------- .. autoapisummary:: bundle.website.core.manifest.InitializePages Classes ------- .. autoapisummary:: bundle.website.core.manifest.SiteManifest Module Contents --------------- .. py:data:: InitializePages .. py:class:: SiteManifest Minimal site contract consumed by the website core app factory. .. py:attribute:: title :type: str :value: 'Bundle Website' .. py:attribute:: static_mount_path :type: str :value: '/static' .. py:attribute:: components_mount_path :type: str :value: '/components-static' .. py:attribute:: static_path :type: pathlib.Path | None :value: None .. py:attribute:: components_path :type: pathlib.Path | None :value: None .. py:attribute:: initialize_pages :type: InitializePages | None :value: None