Matrix Documentation (including The Spec)
Go to file
Mark Haines 3db6980e0b Remove references to device specific push rules
Since they weren't implemented on the servers and weren't
used by the clients.
2016-02-18 16:05:47 +00:00
api Remove references to device specific push rules 2016-02-18 16:05:47 +00:00
attic Consistently spell homeserver as homeserver 2015-12-02 19:23:33 +00:00
changelogs Start development on next spec version 2016-01-11 15:52:08 +00:00
drafts random incoherent thoughts on reputation that should live somewhere 2016-02-09 12:07:58 +00:00
event-schemas m.third_party_invite: Allow multiple public keys 2016-02-12 13:15:21 +00:00
meta Update doc style 2015-02-19 17:14:25 +00:00
scripts speculator: Allow access token to be specified 2016-02-15 14:48:26 +00:00
specification Remove references to device specific push rules 2016-02-18 16:05:47 +00:00
supporting-docs better images 2016-02-16 16:38:10 +00:00
templating /join and /room/:roomId/join aren't exact aliases 2016-01-13 15:55:51 +00:00
.gitignore .gitignore speculator 2015-09-14 10:33:25 +01:00
README.rst alas clarify the room link 2015-06-02 16:11:27 +01:00
jenkins.sh Remove redundant node event schema checker 2015-11-30 16:40:48 +00:00

README.rst

This repository contains the documentation for Matrix.

Structure
=========

- ``api`` : Contains the HTTP API specification.
- ``drafts`` : Contains documents which will make it into the specification
  and/or supporting documentation at some point in the future.
- ``event-schemas`` : Contains the `JSON Schema`_ for all Matrix events
  contained in the specification, along with example JSON files.
- ``meta`` : Contains documents outlining the processes involved when writing
  documents, e.g. documentation style, guidelines.
- ``scripts`` : Contains scripts to generate formatted versions of the
  documentation, typically HTML.
- ``specification`` : Contains the specification split up into sections.
- ``supporting-docs`` : Contains additional documents which explain design 
  decisions, examples, use cases, etc.
- ``templating`` : Contains the templates and templating system used to
  generate the spec.

Contributing
============

Known issues with the specification are represented as JIRA issues at
https://matrix.org/jira/browse/SPEC

If you want to ask more about the specification, or have suggestions for
improvements, join us on ``#matrix-dev:matrix.org`` via https://matrix.org/beta.

.. _JSON Schema: http://json-schema.org/