Skip to content

Commit def38ad

Browse files
committed
docs: website google tags config
1 parent 922ee55 commit def38ad

File tree

1 file changed

+45
-44
lines changed

1 file changed

+45
-44
lines changed

apps/docs/docusaurus.config.ts

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const config: Config = {
5353
function gtag(){dataLayer.push(arguments);}
5454
gtag('js', new Date());
5555
gtag('config', 'G-RMFECPB5NW');
56+
gtag('config', 'AW-16682846527');
5657
`,
5758
},
5859
// Apple touch icons (precomposed)
@@ -323,29 +324,29 @@ const config: Config = {
323324
items: hideDocs
324325
? undefined
325326
: [
326-
{
327-
type: 'dropdown',
328-
label: 'Developers',
329-
position: 'left',
330-
items: [
331-
{
332-
label: 'Documentation',
333-
to: '/docs',
334-
},
335-
{
336-
label: 'Community',
337-
href: 'https://discord.gg/4R568nZgsT',
338-
},
339-
{
340-
label: 'Changelog',
341-
to: '/blog/tags/releases',
342-
},
343-
{
344-
label: 'Github',
345-
href: 'https://github.com/o2sdev/openselfservice',
346-
},
347-
],
348-
},
327+
{
328+
type: 'dropdown',
329+
label: 'Developers',
330+
position: 'left',
331+
items: [
332+
{
333+
label: 'Documentation',
334+
to: '/docs',
335+
},
336+
{
337+
label: 'Community',
338+
href: 'https://discord.gg/4R568nZgsT',
339+
},
340+
{
341+
label: 'Changelog',
342+
to: '/blog/tags/releases',
343+
},
344+
{
345+
label: 'Github',
346+
href: 'https://github.com/o2sdev/openselfservice',
347+
},
348+
],
349+
},
349350
{
350351
type: 'dropdown',
351352
label: 'Resources',
@@ -436,27 +437,27 @@ const config: Config = {
436437
},
437438
],
438439
},
439-
{
440-
title: 'Developers',
441-
items: [
442-
{
443-
label: 'Documentation',
444-
to: '/docs',
445-
},
446-
{
447-
label: 'Community',
448-
href: 'https://discord.gg/4R568nZgsT',
449-
},
450-
{
451-
label: 'Changelog',
452-
to: '/blog/tags/releases',
453-
},
454-
{
455-
label: 'Github',
456-
href: 'https://github.com/o2sdev/openselfservice',
457-
},
458-
],
459-
},
440+
{
441+
title: 'Developers',
442+
items: [
443+
{
444+
label: 'Documentation',
445+
to: '/docs',
446+
},
447+
{
448+
label: 'Community',
449+
href: 'https://discord.gg/4R568nZgsT',
450+
},
451+
{
452+
label: 'Changelog',
453+
to: '/blog/tags/releases',
454+
},
455+
{
456+
label: 'Github',
457+
href: 'https://github.com/o2sdev/openselfservice',
458+
},
459+
],
460+
},
460461
{
461462
title: 'More',
462463
items: [

0 commit comments

Comments
 (0)