No description
Find a file
Daniel Wagner-Hall e401d3e262 Merge pull request #184 from matrix-org/daniel/splitspec
Split spec into page-per-section
2015-11-27 16:46:06 +00:00
api Fix alias path 2015-11-27 16:23:31 +00:00
attic Add v1 registration / login stuff into attic dir 2015-04-24 10:26:34 +01:00
drafts Fix up the multi-hash ratchet thing 2015-11-25 15:13:13 +00:00
event-schemas Merge pull request #144 from matrix-org/paul/small-fixes 2015-11-27 15:42:36 +00:00
meta Update doc style 2015-02-19 17:14:25 +00:00
scripts Merge pull request #184 from matrix-org/daniel/splitspec 2015-11-27 16:46:06 +00:00
specification Merge pull request #184 from matrix-org/daniel/splitspec 2015-11-27 16:46:06 +00:00
supporting-docs typos and fixes 2015-10-09 17:43:46 +01:00
templating Merge pull request #163 from matrix-org/rav/rework_objects 2015-11-27 14:32:56 +00:00
.gitignore .gitignore speculator 2015-09-14 10:33:25 +01:00
CHANGELOG.rst Revert "Changelog for 0.3.0" 2015-11-18 18:53:20 -05:00
jenkins.sh Always try to build continuserv & speculator on jenkins 2015-11-23 18:32:10 +00:00
README.rst alas clarify the room link 2015-06-02 16:11:27 +01:00

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/