feat: add scroll bar styling to sidebar and main sections
This commit is contained in:
@@ -136,6 +136,24 @@ export const versionTwo: DocsStructure = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Get Fields by App',
|
||||
folder: 'get_fields_by_app',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
},
|
||||
{
|
||||
title: 'Get Field by Id',
|
||||
folder: 'get_field_by_id',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
},
|
||||
{
|
||||
title: 'Get Fields by Ids',
|
||||
folder: 'get_fields_by_ids',
|
||||
copy: 'copy.md',
|
||||
example: 'example.md',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# Get Field by Id {% #get-field-by-id %}
|
||||
@@ -0,0 +1 @@
|
||||
# Retrieve a field by its id
|
||||
@@ -0,0 +1 @@
|
||||
# Get Fields by App {% #get-fields-by-app %}
|
||||
@@ -0,0 +1 @@
|
||||
# Retrieve all fields for an app
|
||||
@@ -0,0 +1 @@
|
||||
# Get Fields by Ids {% #get-fields-by-ids %}
|
||||
@@ -0,0 +1 @@
|
||||
# Retrieve a batch of fields by ids
|
||||
Reference in New Issue
Block a user