We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710c27f commit ffc5cabCopy full SHA for ffc5cab
sidebars.ts
@@ -15,6 +15,11 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
15
const sidebars: SidebarsConfig = {
16
tutorialSidebar: [
17
'intro',
18
+ {
19
+ type: 'custom',
20
+ // The path is relative to src/components
21
+ component: '@site/src/components/CarbonAds',
22
+ },
23
{
24
type: 'category',
25
label: 'Get Started',
0 commit comments