fix: use docs structure to resolve doc path

This commit is contained in:
Stevan Freeborn
2023-04-13 20:29:27 -05:00
parent d456ddfad6
commit 25d7a70f4e
5 changed files with 40 additions and 22 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
},
{
"type": "TimeSpan",
"fieldId": 4810,
"fieldId": 4810, // TimeSpan Field
"value": {
"quantity": 11,
"increment": "Seconds",
+3 -4
View File
@@ -38,20 +38,19 @@ export const versionTwo: DocsStructure = {
children: [
{
title: 'Records',
folder: 'resources/records',
folder: 'records',
copy: 'copy.md',
example: 'example.md',
children: [
{
title: 'Field Values',
folder: 'resources/records/field_values',
folder: 'field_values',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get Records by App',
folder:
'resources/records/get_records_by_app',
folder: 'get_records_by_app',
copy: 'copy.md',
example: 'example.md',
},