Changing the portal title - Cloud

Talend Cloud API Designer User Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend API Designer
Content
Design and Development > Designing APIs
Last publication date
2024-03-13

Update the portal configuration to change its title.

About this task

By default, the title of the portal is "API Portal". You can customize this in the portal configuration file.

Procedure

  1. In your API Portal repository, open the config.toml file.
  2. Replace the default value of the title key with your new title.

    Example

    [languages.en]
      title = "My Developer Portal"
      weight = 1
  3. Commit your changes.

Results

Once your portal is deployed with this new configuration, the new title appears in the portal header and footer.