docs: add additional sections
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
# Dates and Times {% #dates %}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# Date Example
|
||||||
@@ -22,6 +22,24 @@ export const versionTwo: DocsStructure = {
|
|||||||
copy: 'copy.md',
|
copy: 'copy.md',
|
||||||
example: 'example.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',
|
title: 'Pagination',
|
||||||
folder: 'pagination',
|
folder: 'pagination',
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user