Skip to content

Commit b6f7841

Browse files
authored
Merge branch 'main' into jh_integration-sk-accs
2 parents cf870a9 + bfeb9b1 commit b6f7841

20 files changed

+443
-18
lines changed

src/data/navigation/sections/events.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ module.exports = [
1515
title: "Configure Adobe Commerce",
1616
path: "/events/configure-commerce.md",
1717
},
18+
{
19+
title: "Configure additional event providers",
20+
path: "/events/configure-additional-event-providers.md",
21+
},
1822
{
1923
title: "Module development",
2024
path: "/events/module-development.md",
@@ -23,6 +27,10 @@ module.exports = [
2327
title: "Create conditional events",
2428
path: "/events/conditional-events.md",
2529
},
30+
{
31+
title: "Create events from the Admin",
32+
path: "/events/create-events.md",
33+
},
2634
{
2735
title: "Add custom fields",
2836
path: "/events/custom-event-fields.md"

src/data/navigation/sections/webhooks.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ module.exports = [
77
title: "Use cases",
88
path: "webhooks/use-cases.md"
99
},
10+
{
11+
title: "Manage webhooks from the Admin",
12+
path: "/webhooks/create-webhooks.md"
13+
},
1014
{
1115
title: "Configure hooks",
1216
path: "/webhooks/hooks.md"
Loading
Loading
Loading
Loading
Loading
Loading
61.9 KB
Loading
41.9 KB
Loading

0 commit comments

Comments
 (0)