Skip to content

Commit 3cb311c

Browse files
committed
add base IB from W3A docs
1 parent 2eeaa4b commit 3cb311c

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
@@ -212,6 +212,7 @@ const config = {
212212
containerId: 'GTM-5FGPLC2Q',
213213
},
214214
],
215+
['./src/plugins/docusaurus-plugin-virtual-files', { rootDir: '.integrationBuilderCache' }],
215216
],
216217
clientModules: [require.resolve('./src/client/scroll-fix.js')],
217218
themeConfig:
@@ -309,6 +310,11 @@ const config = {
309310
},
310311
],
311312
},
313+
{
314+
label: 'Quick Start',
315+
to: '/quick-start',
316+
position: 'left',
317+
},
312318
{
313319
type: 'dropdown',
314320
label: 'Developer tools',

0 commit comments

Comments
 (0)