Customize the Developer Portal's homepage

Make your first customization as follows:

  1. In the OpenShift  API Management portal, click Audience from the context selector at the top.
  2. In the navigation tree on the left, select Developer Portal→ Content.
  3. Under the All→Root tab, click Homepage, which is the landing page of the developer portal.
  4. To change the heading that appears in the  landing page of your developer portal:
    1. After choosing Homepage, scroll down to see ActiveDocs code that renders the landing page.
    2. Line 5 should currently be:
      <h1>Echo API</h1>
      Change the line to:
      <h1>Quarkus Open API </h1>
Change the heading that appears in the landing page of developer portal to refer to Quarkus.
Figure 2: Change the heading that appears in the landing page of developer portal to refer to Quarkus.


5. At the bottom of the page, click Save.