Skip to main content Skip to complementary content

Changing the portal title

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!