add links for database docs

This commit is contained in:
Marc-Roig 2023-03-15 09:21:40 +01:00
parent bec06dc868
commit cbdb9d9163

View File

@ -86,6 +86,27 @@ const sidebars = {
},
items: ['example'],
},
{
type: 'category',
label: 'Database',
link: {
type: 'doc',
id: 'core/database/intro',
},
items: [
{
type: 'category',
label: 'Relations',
items: [
{
type: 'doc',
label: 'Reordering',
id: 'core/database/relations/reordering',
},
],
},
],
},
{
type: 'category',
label: 'Helper Plugin',