mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 21:54:24 +00:00
add links for database docs
This commit is contained in:
parent
bec06dc868
commit
cbdb9d9163
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user