From 8d184570a80694c4689884081981d0e4f5fa41dd Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Wed, 9 Dec 2015 16:40:47 +0000 Subject: [PATCH] Mention intro before specs --- specification/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/index.rst b/specification/index.rst index 3bfd1b21..d912eb64 100644 --- a/specification/index.rst +++ b/specification/index.rst @@ -12,13 +12,15 @@ https://github.com/matrix-org/matrix-doc/blob/master/scripts/gendoc.py as of revision ``{{git_version}}`` - https://github.com/matrix-org/matrix-doc/tree/{{git_rev}}. +There is an `introduction and overview to the specification here `_. + The following APIs are documented in this specification: - `Client-Server API `_ version %CLIENT_RELEASE_LABEL% for writing Matrix clients. - `Server-Server API `_ version %SERVER_RELEASE_LABEL% for writing servers which can federate with Matrix. - `Application Service API `_ version %CLIENT_RELEASE_LABEL% for writing privileged plugins to servers. -There is also an `introduction with overview `_, and some `appendices `_. +There are also some `appendices `_. Any developments since the latest release can be found `here`__.