diff options
Diffstat (limited to 'v1.106/admin_api/README.rst')
-rw-r--r-- | v1.106/admin_api/README.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/v1.106/admin_api/README.rst b/v1.106/admin_api/README.rst new file mode 100644 index 0000000000..db141732f9 --- /dev/null +++ b/v1.106/admin_api/README.rst @@ -0,0 +1,13 @@ +Admin APIs +========== + +**Note**: The latest documentation can be viewed `here <https://element-hq.github.io/synapse>`_. +See `docs/README.md <../README.md>`_ for more information. + +**Please update links to point to the website instead.** Existing files in this directory +are preserved to maintain historical links, but may be moved in the future. + +This directory includes documentation for the various synapse specific admin +APIs available. Updates to the existing Admin API documentation should still +be made to these files, but any new documentation files should instead be placed under +`docs/usage/administration/admin_api <../usage/administration/admin_api>`_. |