Configuration
Page Configuration
This documentation is for the preview version of the Dev Portal. If you are not part of the preview program, please refer to the current Dev Portal docs.
The page configuration allows you to customize the main aspects of your Dev Portal site's appearance and behavior.
Basic Configuration
Configure the page settings in your zudoku.config.tsx
file under the page
property:
tsx
Available Options
Page Title
Set the title of your site next to the logo in the header:
tsx
Logo
Configure the site's logo with different versions for light and dark themes:
tsx
Banner
Add a banner message to the top of the page:
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:
tsx