Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 3.55 KB

api-management-modify-content-layout.md

File metadata and controls

68 lines (51 loc) · 3.55 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Modify page contents in the developer portal in Azure API Management | Microsoft Docs
Learn how to edit page contents on the developer portal in Azure API Management.
api-management
vlvinogr
vlvinogr
186128fe-41c0-4efb-9efe-2478ad4d103f
api-management
mobile
na
na
get-started-article
02/09/2017
vlvinogr

Modify the content and layout of pages on the developer portal in Azure API Management

There are three fundamental ways to customize the developer portal in Azure API Management:

Structure of developer portal pages

The developer portal is based on a content management system. The layout of every page is built based on set of small page elements known as widgets:

Developer portal page structure

All widgets are editable.

  • The core contents specific to each individual page reside in the "Contents" widget. Editing a page means editing the contents of this widget.
  • All page layout elements are contained with the remaining widgets. Changes made to these widgets are applied to all pages. They are referred to as "layout widgets."

In day-to-day page editing one would often modify just the Content widget, which will have different content for each individual page.

Modifying the contents of a layout widget

The Developer portal is accessible from the Azure Portal.

  1. Click Developer Portal from the toolbar of your API Management instance.

  2. To edit the contents of widgets, click the icon comprised of two paint brushes from the Developer portal menu on the left.

  3. To modify the contents of the header, scroll to the Header section in the list on the left.

    The widgets are editable from within the fields.

  4. Once you are ready to publish your changes, click Publish at the bottom of the page.

Now you should be able to see the new header on every page within the developer portal.

Next steps