mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Docs updates
This commit is contained in:
@@ -83,40 +83,6 @@ const sections: Section[] = [
|
||||
to: '/docs/guides',
|
||||
default: 'readme',
|
||||
children: [
|
||||
{
|
||||
name: 'Data Model',
|
||||
to: '/docs/guides/fields',
|
||||
children: [
|
||||
{
|
||||
name: 'Standard Field',
|
||||
to: '/docs/guides/fields/creating-a-standard-field',
|
||||
},
|
||||
{
|
||||
name: 'Presentation Field',
|
||||
to: '/docs/guides/fields/creating-a-presentation-field',
|
||||
},
|
||||
{
|
||||
name: 'Many-to-One Field',
|
||||
to: '/docs/guides/fields/creating-a-many-to-one-field',
|
||||
},
|
||||
{
|
||||
name: 'One-to-Many Field',
|
||||
to: '/docs/guides/fields/creating-a-one-to-many-field',
|
||||
},
|
||||
{
|
||||
name: 'Many-to-Many Field',
|
||||
to: '/docs/guides/fields/creating-a-many-to-many-field',
|
||||
},
|
||||
{
|
||||
name: 'Many-to-Any Field',
|
||||
to: '/docs/guides/fields/creating-a-many-to-any-field',
|
||||
},
|
||||
{
|
||||
name: 'Translated Fields',
|
||||
to: '/docs/guides/fields/creating-translated-fields',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Extensions',
|
||||
to: '/docs/guides/extensions',
|
||||
@@ -161,7 +127,11 @@ const sections: Section[] = [
|
||||
},
|
||||
{
|
||||
name: 'Collections',
|
||||
to: '/docs/guides/creating-a-collection',
|
||||
to: '/docs/guides/collections',
|
||||
},
|
||||
{
|
||||
name: 'Fields',
|
||||
to: '/docs/guides/fields',
|
||||
},
|
||||
{
|
||||
name: 'Presets & Bookmarks',
|
||||
|
||||
@@ -376,6 +376,11 @@ export default defineComponent({
|
||||
|
||||
&-title {
|
||||
font-weight: bold;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
&-body {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
&.tip {
|
||||
|
||||
Reference in New Issue
Block a user