fix: SEO javascript references (#35)

This commit is contained in:
Eric Tuvesson
2023-10-04 10:15:41 +02:00
committed by GitHub
parent e7fff32c45
commit 5347280c91
13 changed files with 12 additions and 12 deletions

View File

@@ -19,19 +19,19 @@ const sidebars = {
type: 'category', type: 'category',
label: 'References', label: 'References',
collapsible: true, collapsible: true,
link: { type: 'doc', id: 'reference/overview' }, link: { type: 'doc', id: 'reference/overview/README' },
items: [ items: [
{ type: 'doc', label: 'Variables', id: 'reference/variables' }, { type: 'doc', label: 'Variables', id: 'reference/variables/README' },
{ type: 'doc', label: 'Objects', id: 'reference/objects' }, { type: 'doc', label: 'Objects', id: 'reference/objects/README' },
{ type: 'doc', label: 'Object', id: 'reference/object' }, { type: 'doc', label: 'Object', id: 'reference/object/README' },
{ type: 'doc', label: 'Arrays', id: 'reference/arrays' }, { type: 'doc', label: 'Arrays', id: 'reference/arrays/README' },
{ type: 'doc', label: 'Events', id: 'reference/events' }, { type: 'doc', label: 'Events', id: 'reference/events/README' },
{ type: 'doc', label: 'Component', id: 'reference/component' }, { type: 'doc', label: 'Component', id: 'reference/component/README' },
{ type: 'doc', label: 'Records', id: 'reference/records' }, { type: 'doc', label: 'Records', id: 'reference/records/README' },
{ type: 'doc', label: 'Users', id: 'reference/users' }, { type: 'doc', label: 'Users', id: 'reference/users/README' },
{ type: 'doc', label: 'Files', id: 'reference/files' }, { type: 'doc', label: 'Files', id: 'reference/files/README' },
{ type: 'doc', label: 'Navigation', id: 'reference/navigation' }, { type: 'doc', label: 'Navigation', id: 'reference/navigation/README' },
{ type: 'doc', label: 'CloudFunctions', id: 'reference/cloudfunctions' }, { type: 'doc', label: 'CloudFunctions', id: 'reference/cloudfunctions/README' },
], ],
}, },
{ {