Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 71fd88c

Browse files
authored
Update index.mdx (#1187)
* Update index.mdx * Update sidebar.tsx
1 parent c9cb489 commit 71fd88c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ export default () => {
191191
<SidebarLink to="/sdk/overview/">Overview</SidebarLink>
192192
<SidebarLink to="/sdk/craft-quick-start/">Craft Quick Start</SidebarLink>
193193
<SidebarLink to="/sdk/unified-api/" title="Unified API"></SidebarLink>
194+
<SidebarLink to="/sdk/hub_and_scope_refactoring/">Hub & Scope Refactoring</SidebarLink>
194195
<SidebarLink to="/sdk/features/">Expected Features</SidebarLink>
195196
<SidebarLink to="/sdk/data-handling/">Data Handling</SidebarLink>
196197
<SidebarLink to="/sdk/envelopes/">Envelopes</SidebarLink>
@@ -268,7 +269,6 @@ export default () => {
268269
<SidebarLink to="/sdk/serverless/aws-lambda">AWS Lambda</SidebarLink>
269270
</SidebarLink>
270271
<SidebarLink to="/sdk/store/">Store Endpoint</SidebarLink>
271-
<SidebarLink to="/sdk/hub_and_scope_refactoring/">Hub & Scope Refactoring</SidebarLink>
272272
</ul>
273273
</li>
274274
<li className="mb-3" data-sidebar-branch>

src/docs/sdk/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ typically look and behave.
1111
- <Link to="/sdk/basics/">Development Basics</Link>
1212
- <Link to="/sdk/data-handling/">Data Handling</Link>
1313
- <Link to="/sdk/unified-api/">Unified API</Link>
14+
- <Link to="/sdk/hub_and_scope_refactoring/">Hub & Scope Refactoring/</Link>
1415
- <Link to="/sdk/features/">Expected Features</Link>
1516
- <Link to="/sdk/event-payloads/">Event Payloads</Link>
1617
- <Link to="/sdk/store/">Store Endpoint</Link>

0 commit comments

Comments
 (0)