Skip to content

Commit ffc5cab

Browse files
committed
Update sidebars.ts
1 parent 710c27f commit ffc5cab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sidebars.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
1515
const sidebars: SidebarsConfig = {
1616
tutorialSidebar: [
1717
'intro',
18+
{
19+
type: 'custom',
20+
// The path is relative to src/components
21+
component: '@site/src/components/CarbonAds',
22+
},
1823
{
1924
type: 'category',
2025
label: 'Get Started',

0 commit comments

Comments
 (0)