docs: stub out files section

This commit is contained in:
Stevan Freeborn
2023-04-17 23:17:45 -05:00
parent 506f44a7f1
commit 14e52a01a0
11 changed files with 14 additions and 0 deletions
+4
View File
@@ -93,6 +93,10 @@ function VersionsDropdown({
);
}
function SectionDropdown({ section }: { section: string }) {
return <></>;
}
export default function NavBar({
version,
}: {
@@ -0,0 +1 @@
# Add File {% #add-file %}
@@ -0,0 +1 @@
# Add a file to a record
@@ -0,0 +1 @@
# Files {% #files %}
@@ -0,0 +1 @@
# Delete File by Id {% #delete-file-by-id %}
@@ -0,0 +1 @@
# Deleting a file by it's id
@@ -0,0 +1 @@
# The File Info Object
@@ -0,0 +1 @@
# Get File by Id {% #get-file-by-id %}
@@ -0,0 +1 @@
# Retrieve a file by it's id
@@ -0,0 +1 @@
# Get File Info by Id {% #get-file-info-by-id %}
@@ -0,0 +1 @@
# Retrieve a file's information by it's id