docs: add additional sections

This commit is contained in:
Stevan Freeborn
2023-04-21 09:37:43 -05:00
parent 99f00e4d85
commit 96e456069b
7 changed files with 24 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
# Dates and Times {% #dates %}
+1
View File
@@ -0,0 +1 @@
# Date Example
+18
View File
@@ -22,6 +22,24 @@ export const versionTwo: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Dates',
folder: 'dates',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Record Id',
folder: 'record_id',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Reference Field',
folder: 'reference_field',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Pagination',
folder: 'pagination',
+1
View File
@@ -0,0 +1 @@
# Record Id {% #record-id %}
@@ -0,0 +1 @@
# Internal Record Id vs External Record Id
@@ -0,0 +1 @@
# Reference Field
@@ -0,0 +1 @@
# Resolving relationships between records