docs: Add NodeInfo 2.1 specification and schema
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2499>
This commit is contained in:
parent
232ca0f050
commit
1b57d3e36e
5 changed files with 837 additions and 2 deletions
10
docs/conf.py
10
docs/conf.py
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue