mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-10 14:22:52 +01:00
fix: SEO javascript references (#35)
This commit is contained in:
@@ -19,19 +19,19 @@ const sidebars = {
|
||||
type: 'category',
|
||||
label: 'References',
|
||||
collapsible: true,
|
||||
link: { type: 'doc', id: 'reference/overview' },
|
||||
link: { type: 'doc', id: 'reference/overview/README' },
|
||||
items: [
|
||||
{ type: 'doc', label: 'Variables', id: 'reference/variables' },
|
||||
{ type: 'doc', label: 'Objects', id: 'reference/objects' },
|
||||
{ type: 'doc', label: 'Object', id: 'reference/object' },
|
||||
{ type: 'doc', label: 'Arrays', id: 'reference/arrays' },
|
||||
{ type: 'doc', label: 'Events', id: 'reference/events' },
|
||||
{ type: 'doc', label: 'Component', id: 'reference/component' },
|
||||
{ type: 'doc', label: 'Records', id: 'reference/records' },
|
||||
{ type: 'doc', label: 'Users', id: 'reference/users' },
|
||||
{ type: 'doc', label: 'Files', id: 'reference/files' },
|
||||
{ type: 'doc', label: 'Navigation', id: 'reference/navigation' },
|
||||
{ type: 'doc', label: 'CloudFunctions', id: 'reference/cloudfunctions' },
|
||||
{ type: 'doc', label: 'Variables', id: 'reference/variables/README' },
|
||||
{ type: 'doc', label: 'Objects', id: 'reference/objects/README' },
|
||||
{ type: 'doc', label: 'Object', id: 'reference/object/README' },
|
||||
{ type: 'doc', label: 'Arrays', id: 'reference/arrays/README' },
|
||||
{ type: 'doc', label: 'Events', id: 'reference/events/README' },
|
||||
{ type: 'doc', label: 'Component', id: 'reference/component/README' },
|
||||
{ type: 'doc', label: 'Records', id: 'reference/records/README' },
|
||||
{ type: 'doc', label: 'Users', id: 'reference/users/README' },
|
||||
{ type: 'doc', label: 'Files', id: 'reference/files/README' },
|
||||
{ type: 'doc', label: 'Navigation', id: 'reference/navigation/README' },
|
||||
{ type: 'doc', label: 'CloudFunctions', id: 'reference/cloudfunctions/README' },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user