docs: stub out files section
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user