SiteBuilder

config.site.SiteBuilder()

Pydantic model that reads the site configuration file and builds the site model.

Note that the components are not required, as the site may not have all of them. Second, note that the components are assumed to be the file names of the component configs, located in the same directory as the site configuration file.

Back to top