diff --git a/docs/administration/recent_activity/recent_activity.md b/docs/administration/recent_activity/recent_activity.md index e0a0347bc7..b82ba13f49 100644 --- a/docs/administration/recent_activity/recent_activity.md +++ b/docs/administration/recent_activity/recent_activity.md @@ -1,5 +1,6 @@ --- description: Log and monitor activity through UI, PHP API and REST API. +month_change: true --- # Recent activity [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] diff --git a/docs/api/php_api/php_api.md b/docs/api/php_api/php_api.md index cb96d1ec38..f7968ca4e0 100644 --- a/docs/api/php_api/php_api.md +++ b/docs/api/php_api/php_api.md @@ -1,11 +1,12 @@ --- description: Public PHP API exposes the Repository in a number of services and allows creating, reading, updating, managing, and deleting objects. page_type: reference +month_change: true --- # PHP API -The public PHP API enables you to interact with [[= product_name =]]'s Repository and content model from your PHP code. +The [public PHP API](../php_api_reference/) enables you to interact with [[= product_name =]]'s Repository and content model from your PHP code. You can use it to create, read, update, manage, and delete all objects available in [[= product_name =]], namely content and related objects such as Sections, Locations, content types, languages, etc. diff --git a/docs/css/navigation.css b/docs/css/navigation.css index 08b63f1bdf..4bac94e3dc 100644 --- a/docs/css/navigation.css +++ b/docs/css/navigation.css @@ -133,6 +133,13 @@ padding-bottom: 0.5rem; } +.md-nav__link .pill.new { + margin-right: 15px; + background-color: #d9e8ff; + color: #3562a0; + text-transform: lowercase; +} + .md-nav__link::after { font-weight: 700; } diff --git a/theme/partials/nav-item.html b/theme/partials/nav-item.html index af5e454d9a..43dffa584a 100644 --- a/theme/partials/nav-item.html +++ b/theme/partials/nav-item.html @@ -16,7 +16,7 @@