Skip to content

Commit a8e61d7

Browse files
authored
feat: update APIs and services in Footer component (#1642)
1 parent 5e073cb commit a8e61d7

File tree

1 file changed

+8
-8
lines changed
  • packages/gatsby-theme-aio/src/components/Footer

1 file changed

+8
-8
lines changed

packages/gatsby-theme-aio/src/components/Footer/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,31 @@ const { APIs, services, community, support, developer, legal, allAPIs } = {
2626
path: '/apis'
2727
},
2828
APIs: [
29+
{
30+
title: 'MCP Servers',
31+
path: '/ai-registry'
32+
},
2933
{
3034
title: 'Adobe Creative Cloud',
3135
path: '/creative-cloud'
3236
},
3337
{
3438
title: 'Adobe Experience Platform',
3539
path: '/experience-platform-apis'
36-
},
37-
{
38-
title: 'Adobe Document Cloud',
39-
path: '/document-services/homepage'
4040
}
4141
],
4242
services: [
43+
{
44+
title: 'Adobe Document Cloud',
45+
path: '/document-services/homepage'
46+
},
4347
{
4448
title: 'Adobe Cloud Manager',
4549
path: '/experience-cloud/cloud-manager'
4650
},
4751
{
4852
title: 'Adobe Analytics',
4953
path: '/analytics-apis/docs/2.0'
50-
},
51-
{
52-
title: 'App Builder',
53-
path: '/app-builder'
5454
}
5555
],
5656
community: [

0 commit comments

Comments
 (0)