Configuration
Branding & Layout
This documentation is for the preview version of the Dev Portal. If you are using the legacy developer portal, please refer to the docs.
The page configuration allows you to customize the main aspects of your Dev Portal site's appearance and behavior.
Branding
Configure the page settings in your zudoku.config.tsx
file under the page
property:
Code(tsx)
Available Options
Title
Set the title of your site next to the logo in the header:
Code(tsx)
Logo
Configure the site's logo with different versions for light and dark themes:
Code(tsx)
Layout
Banner
Add a banner message to the top of the page:
Code(tsx)
Footer
The footer configuration has its own dedicated section. See the Footer Configuration page for details.
Complete Example
Here's a comprehensive example showing all available page configuration options:
Code(tsx)
Last modified on