Docs updates

This commit is contained in:
Ben Haynes
2020-10-02 12:14:33 -04:00
parent e5a1c62ae9
commit ccdb296a92
4 changed files with 92 additions and 40 deletions

View File

@@ -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',

View File

@@ -376,6 +376,11 @@ export default defineComponent({
&-title {
font-weight: bold;
margin-bottom: 0.5em;
}
&-body {
margin-top: 0.5em;
}
&.tip {