Merge pull request #324 from matrix-org/rav/spec_versioning
Move the 'old versions' links into the client-server API spec
This commit is contained in:
commit
a482cda8a8
2 changed files with 15 additions and 13 deletions
|
@ -16,12 +16,27 @@ Changelog
|
||||||
.. topic:: Version: %CLIENT_RELEASE_LABEL%
|
.. topic:: Version: %CLIENT_RELEASE_LABEL%
|
||||||
{{client_server_changelog}}
|
{{client_server_changelog}}
|
||||||
|
|
||||||
|
This version of the specification is generated from
|
||||||
|
`matrix-doc <https://github.com/matrix-org/matrix-doc>`_ as of Git commit
|
||||||
|
`{{git_version}} <https://github.com/matrix-org/matrix-doc/tree/{{git_rev}}>`_.
|
||||||
|
|
||||||
For the full historical changelog, see
|
For the full historical changelog, see
|
||||||
https://github.com/matrix-org/matrix-doc/blob/master/changelogs/client_server.rst
|
https://github.com/matrix-org/matrix-doc/blob/master/changelogs/client_server.rst
|
||||||
|
|
||||||
If this is an unstable snapshot, any changes since the last release may be
|
If this is an unstable snapshot, any changes since the last release may be
|
||||||
viewed using ``git log``.
|
viewed using ``git log``.
|
||||||
|
|
||||||
|
Other versions of this specification
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
The following other versions are also available, in reverse chronological order:
|
||||||
|
|
||||||
|
- `HEAD <https://matrix.org/speculator/spec/head/client_server.html>`_: Includes all changes since the latest versioned release.
|
||||||
|
- `r0.0.1 <https://matrix.org/docs/spec/r0.0.1/client_server.html>`_
|
||||||
|
- `r0.0.0 <https://matrix.org/docs/spec/r0.0.0/client_server.html>`_
|
||||||
|
- `Legacy <https://matrix.org/docs/spec/legacy/#client-server-api>`_: The last draft before the spec was formally released in version r0.0.0.
|
||||||
|
|
||||||
|
|
||||||
API Standards
|
API Standards
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
|
@ -28,19 +28,6 @@ one of the above APIs are also available.
|
||||||
Specification Versions
|
Specification Versions
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
The documents in this version of the specification are generated from
|
|
||||||
`matrix-doc <https://github.com/matrix-org/matrix-doc>`_ as of Git commit
|
|
||||||
`{{git_version}} <https://github.com/matrix-org/matrix-doc/tree/{{git_rev}}>`_.
|
|
||||||
|
|
||||||
The following other versions of the specification are also available,
|
|
||||||
in reverse chronological order:
|
|
||||||
|
|
||||||
- `HEAD <https://matrix.org/speculator/spec/head/>`_: Includes all changes since the latest versioned release.
|
|
||||||
- `r0.0.1 <https://matrix.org/docs/spec/r0.0.1>`_
|
|
||||||
- `r0.0.0 <https://matrix.org/docs/spec/r0.0.0>`_
|
|
||||||
- `Legacy <https://matrix.org/docs/spec/legacy/>`_: The last draft before the spec was formally released in version r0.0.0.
|
|
||||||
|
|
||||||
|
|
||||||
The specification for each API is versioned in the form ``rX.Y.Z``.
|
The specification for each API is versioned in the form ``rX.Y.Z``.
|
||||||
* A change to ``X`` reflects a breaking change: a client implemented against
|
* A change to ``X`` reflects a breaking change: a client implemented against
|
||||||
``r1.0.0`` may need changes to work with a server which supports (only)
|
``r1.0.0`` may need changes to work with a server which supports (only)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue