Skip to content

Commit a0c5485

Browse files
author
Jill Grant
authored
Merge pull request #278637 from dlepow/dpwordpress
[APIM] WordPress plugin for developer portal
2 parents 4892710 + 8303b60 commit a0c5485

9 files changed

+360
-3
lines changed

articles/api-management/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@
397397
href: developer-portal-enable-usage-logs.md
398398
- name: Integrate Google Tag Manager
399399
href: developer-portal-integrate-google-tag-manager.md
400+
- name: Customize developer portal on WordPress
401+
href: developer-portal-wordpress-plugin.md
400402
- name: Self-host the developer portal
401403
items:
402404
- name: Create self-hosted portal

articles/api-management/developer-portal-extend-custom-functionality.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following table summarizes two options, with links to more detail.
2828
> [!NOTE]
2929
> [Self-hosting the developer portal](developer-portal-self-host.md) is an extensibility option for customers who need to customize the source code of the entire portal core. It gives complete flexibility for customizing portal experience, but requires advanced configuration. With self-hosting, you're responsible for managing complete code lifecycle: fork code base, develop, deploy, host, patch, and upgrade.
3030
31+
[!INCLUDE [api-management-developer-portal-wordpress](../../includes/api-management-developer-portal-wordpress.md)]
3132

3233

3334
## Use Custom HTML code widget

articles/api-management/developer-portal-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ This article introduces features of the developer portal, the types of content t
2323

2424
:::image type="content" source="media/developer-portal-overview/cover.png" alt-text="Screenshot of the API Management developer portal.":::
2525

26-
[!INCLUDE [premium-dev-standard-basic.md](../../includes/api-management-availability-premium-dev-standard-basic.md)]
27-
2826
## Developer portal architectural concepts
2927

3028
The portal components can be logically divided into two categories: *code* and *content*.
@@ -75,6 +73,8 @@ The developer portal's administrative interface provides a visual editor for pub
7573

7674
[!INCLUDE [api-management-developer-portal-add](../../includes/api-management-developer-portal-add.md)]
7775

76+
[!INCLUDE [api-management-developer-portal-wordpress](../../includes/api-management-developer-portal-wordpress.md)]
77+
7878

7979
### Layouts and pages
8080

articles/api-management/developer-portal-wordpress-plugin.md

Lines changed: 342 additions & 0 deletions
Large diffs are not rendered by default.
65.8 KB
Loading
111 KB
Loading
62.9 KB
Loading

includes/api-management-developer-portal-editor.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ As an administrator, you can customize the content of the portal using the visua
1414

1515
* On the top, switch between viewports (for screens of different sizes), or view the elements of the portal visible to users in different [groups](../articles/api-management/api-management-howto-create-groups.md). For example, you might want to display certain pages only to groups that are associated with particular products, or to users that can access specific APIs.
1616

17-
* Also, save or undo changes you make, or publish the website.
17+
* Also, save or undo changes you make, or publish the website.
18+
19+
> [!TIP]
20+
> For even more flexibility in customizing the portal, you can use an open-source [developer portal plugin for Wordpress](../articles/api-management/developer-portal-wordpress-plugin.md). Take advantage of site capabilities in WordPress to localize content, customize menus, apply custom stylesheets, and more.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: dlepow
3+
ms.service: api-management
4+
ms.topic: include
5+
ms.date: 06/26/2024
6+
ms.author: danlep
7+
---
8+
> [!TIP]
9+
> Another option to customize the developer portal is to use an open-source [developer portal plugin for Wordpress](../articles/api-management/developer-portal-wordpress-plugin.md). Take advantage of site capabilities in WordPress to localize content, customize menus, apply custom stylesheets, and more in your developer portal.

0 commit comments

Comments
 (0)