Skip to content

Commit 8569a06

Browse files
committed
add base IB from W3A docs
1 parent 7b4b973 commit 8569a06

File tree

145 files changed

+8420
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+8420
-232
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
npm-debug.log*
2121
.vercel
2222
.envrc
23-
.env
23+
.env
24+
.integrationBuilderCache

docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ const config = {
267267
containerId: 'GTM-5FGPLC2Q',
268268
},
269269
],
270+
['./src/plugins/docusaurus-plugin-virtual-files', { rootDir: '.integrationBuilderCache' }],
270271
],
271272
clientModules: [require.resolve('./src/client/scroll-fix.js')],
272273
themeConfig:
@@ -364,6 +365,11 @@ const config = {
364365
},
365366
],
366367
},
368+
{
369+
label: 'Quick Start',
370+
to: '/quick-start',
371+
position: 'left',
372+
},
367373
{
368374
type: 'dropdown',
369375
label: 'Developer tools',

0 commit comments

Comments
 (0)