Customization
This document provides an overview about API Portal customizations.
Introduction¶
Customize the look and feel of API Portal with your own logos, colors, etc.
You may want to customize API Portal to provide a branded developer portal experience.
Basic adjustments¶
You can adjust the title, the logo and the description of an API Portal, through the UI.
Production deployments
We highly recommend to adjust the logo and description of an API Portal in the Portal CRD or to follow the customization tutorial for production deployments!
Changes which are done through the UI will be overwritten, the next time you redeploy a Portal CRD.
First, select Portals in the dashboard overview.
In the step, choose the Portal you want to customize and select Edit in the top right corner.
Now choose Customization
Here you can adjust the title, the description and the logo.
Once you're finished, select Save.
Starter template¶
Use the starter template to get started.
This repository contains templates for customizing the UI of your API Portal.
These templates provide a starting point for building your own custom API Portal UI.
It includes a set of HTML, CSS, and JavaScript files that you can customize to match your branding and requirements.
What's next¶
- Follow the customization tutorial