How this application was set up
This application is a customized setup of Docusaurus designed to support multiple brands.
Directory Structure
content/: Contains the actual documentation markdown files. This is the "docs" folder in a standard Docusaurus setup.brands/: Contains configuration and assets for each supported brand.brands/<brand>/config.json: Brand metadata (title, URL, logo settings).brands/<brand>/custom.css: Brand-specific styling overrides.brands/<brand>/: Brand-specific image assets (e.g., logos).
src/: Standard Docusaurus source folder (React components, global styles).docusaurus.config.js: The main Docusaurus configuration file.