summary refs log tree commit diff
path: root/docs/development (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use attrs internally for the URL preview code & add documentation. (#10753)Patrick Cloke2021-09-071-0/+51
|
* Advertise matrix-org.github.io/synapse docs (#10595)David Robertson2021-08-311-5/+425
| | | | | Point to the book where possible, and use hyperlinks to github to refer to files not included in the book. Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Add developer documentation to explain room DAG concepts like `outliers` and ↵Eric Eastwood2021-08-031-0/+79
| | | | `state_groups` (#10464)
* Move dev/ docs to development/ (#10453)Eric Eastwood2021-07-226-0/+253
|
* Notes on boolean columns in database schemas (#10164)Richard van der Hoff2021-06-111-0/+42
|
* Support for database schema version ranges (#9933)Richard van der Hoff2021-06-111-0/+95
| | | This is essentially an implementation of the proposal made at https://hackmd.io/@richvdh/BJYXQMQHO, though the details have ended up looking slightly different.
* Compile and render Synapse's docs into a browsable, mobile-friendly and ↵Andrew Morgan2021-06-032-0/+19
searchable website (#10086)