docs: add file sections to doc structure

This commit is contained in:
Stevan Freeborn
2023-04-17 23:20:04 -05:00
parent 14e52a01a0
commit fb8499a659
+32
View File
@@ -224,6 +224,38 @@ export const versionTwo: DocsStructure = {
},
],
},
{
title: 'Files',
folder: 'files',
copy: 'copy.md',
example: 'example.md',
children: [
{
title: 'Get File Info by Id',
folder: 'get_file_info_by_id',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get File by Id',
folder: 'get_file_by_id',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Add File',
folder: 'add_file',
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Delete File by Id',
folder: 'delete_file_by_id',
copy: 'copy.md',
example: 'example.md',
},
],
},
],
},
],