docs: stub out field values section on version 1
This commit is contained in:
@@ -108,6 +108,19 @@ export const versionOne: DocsStructure = {
|
|||||||
folder: 'records',
|
folder: 'records',
|
||||||
copy: 'copy.md',
|
copy: 'copy.md',
|
||||||
example: 'example.md',
|
example: 'example.md',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: 'Field Values',
|
||||||
|
folder: 'field_values',
|
||||||
|
copy: 'copy.md',
|
||||||
|
example: 'example.md',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Files',
|
||||||
|
folder: 'files',
|
||||||
|
children: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user