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.
We offer you to customize the main aspects of your Dev Portal site's appearance and behavior.
Branding
Title, logo can be configured in under the site
property:
zudoku.config.tsx(tsx)
Available Options
Title
Set the title of your site next to the logo in the header:
zudoku.config.tsx(tsx)
Logo
Configure the site's logo with different versions for light and dark themes:
zudoku.config.tsx(tsx)
Colors & Theme
We allow you to fully customize all colors, borders, etc - read more about it in Colors & Themes
Layout
Banner
Add a banner message to the top of the page:
zudoku.config.tsx(tsx)
Footer
The footer configuration has its own dedicated section. See the Footer Configuration for details.
Complete Example
Here's a comprehensive example showing all available page configuration options:
zudoku.config.tsx(tsx)
Last modified on