Document federation version endpoint

This commit is contained in:
Maxime Dor 2017-11-15 04:12:55 +01:00
parent 427e0bb83b
commit 1045bc721d
3 changed files with 59 additions and 0 deletions

View file

@ -40,6 +40,7 @@ HTTP_APIS = {
os.path.join(matrix_doc_dir, "api/client-server"): "cs",
os.path.join(matrix_doc_dir, "api/identity"): "is",
os.path.join(matrix_doc_dir, "api/push-gateway"): "push",
os.path.join(matrix_doc_dir, "api/server-server"): "ss",
}
EVENT_EXAMPLES = os.path.join(matrix_doc_dir, "event-schemas/examples")
EVENT_SCHEMA = os.path.join(matrix_doc_dir, "event-schemas/schema")