docs: Add NodeInfo 2.1 specification and schema

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2499>
This commit is contained in:
Ciarán Ainsworth 2023-06-18 14:46:01 +02:00 committed by Ciarán Ainsworth
commit 1b57d3e36e
5 changed files with 837 additions and 2 deletions

View file

@ -69,13 +69,19 @@ templates_path = ["_templates"]
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = ".rst"
source_suffix = ".md"
# The root toctree document.
root_doc = "index"
# Enable colon fences
myst_enable_extensions = ["colon_fence", "attrs_block"]
myst_enable_extensions = [
"colon_fence",
"attrs_block",
"tasklist",
"fieldlist",
"deflist",
]
# Autogenerate anchors