Will
27f8867aa0
Change RST code formatting markup to Markdown
2021-08-27 19:16:42 +01:00
Will
c7cf90abfa
Remove RST alert directives, replace with simple Markdown formatting
2021-08-27 19:16:42 +01:00
Will
00c6a866e2
Move raw API and event schemas into /data directory
...
Historical note: this was originally a series of several commits, spread out
over several weeks. They have been squashed together to make `git annotate`
work properly.
The original commits were:
* 91ab3934 <Will> 2021-01-25 21:16:42 -0800 Add raw API end event schemas into /data directory
* aae22f47 <Will> 2021-01-25 21:33:06 -0800 Remove non-data files
* 1092d4ca <Will> 2021-01-26 20:41:33 -0800 Add data-compatiuble extension (.yaml) to all data files that currently omit one
* 21060109 <Will> 2021-01-26 20:57:28 -0800 Remove symlink to event-schemas, and update openAPI schema paths accordingly
* 4f633845 <Travis Ralston> 2021-04-12 21:54:54 -0600 Fix event schema examples too
* 301c7b2f <Will> 2021-02-05 10:15:42 -0800 Restore docs describing OpenAPI extensions that we use
2021-08-27 19:16:39 +01:00
wbamberg
a26c352d78
Merge pull request #1 from matrix-org/anoa/support-rendered-data
...
Reinstate and fix schema validation files
2021-08-27 18:27:11 +01:00
Andrew Morgan
3c66e149f3
Move validator.js to scripts/ directory, update calls
2021-08-27 18:27:11 +01:00
Andrew Morgan
64231f079d
Update checker scripts to work correctly from the scripts/ dir
...
check-swagger-sources also had a bug which caused it to fail while validating the directory
structure of /data/api. This was fixed by @KitsuneRal - thank you!
2021-08-27 18:27:11 +01:00
Andrew Morgan
b8dafe86f4
Move and more aptly name check_examples.py scripts
2021-08-27 18:27:07 +01:00
wbamberg
7fed40ad04
Merge pull request #2980 from wbamberg/all-spec-pages
...
Migrate all spec pages
2021-01-28 20:36:48 -08:00
Will
68370677ef
Use italics instead of code formatting
2021-01-28 16:21:16 -08:00
Will
ea9fced092
Formatting fixes for the authentication section
2021-01-24 11:30:45 -08:00
Will
fd658f674f
Fix mangling of sub/superscript in e2e module
2021-01-22 15:29:16 -08:00
Will
183ecfda03
Replace sas-emojis template
2021-01-22 14:31:39 -08:00
Will
86152613b1
Remove changelog sections
2021-01-22 14:27:36 -08:00
Will
47f37d5ab5
Remove {{apis}} template
2021-01-22 14:17:16 -08:00
Will
79036a34cc
Update proposals document
2021-01-21 20:41:19 -08:00
Will
965f573c9e
Add example that went missing
2021-01-21 18:23:02 -08:00
Will
3864c11c33
Add content for rooms list page
2021-01-21 17:28:47 -08:00
Will
52745160f3
Use GFM table syntax instead of raw HTML
2021-01-21 17:08:08 -08:00
Will
afa62628e8
Extend blockquote style
2021-01-21 10:01:31 -08:00
Will
f0a4f59bb0
Fix broken Markdown lists
2021-01-21 09:43:22 -08:00
Will
02a41edc76
Fix heading levels
2021-01-21 09:35:39 -08:00
Will
4e39200cfa
Fix internal links
2021-01-20 21:45:35 -08:00
Will
338434bfcd
Support alerts (notes, warnings, rationales)
2021-01-20 12:34:49 -08:00
Will
ab64bda76d
Add syntax highlighting
2021-01-20 10:48:15 -08:00
Will
6c6bd57ebf
Fix ASCII diagrams
2021-01-19 16:41:28 -08:00
Will
55aed1d296
Remove 'unstable' warning
2021-01-19 16:03:15 -08:00
Will
228c737f56
Add support for modules
2021-01-19 15:57:35 -08:00
Will
74adbfc1ec
Remove 'Table of Contents'
2021-01-19 15:32:30 -08:00
Will
9d4803c8af
Remove duplicate titles
2021-01-19 15:30:52 -08:00
Will
19836aa949
Fix headings for Appendices
2021-01-19 15:26:59 -08:00
Will
c924b3246f
Add page content as raw Pandoc output
2021-01-19 15:14:52 -08:00
Will
ebc6db233b
Add empty page placeholders
2021-01-19 14:15:46 -08:00
wbamberg
636974948d
Merge pull request #2959 from wbamberg/first-page
...
Basic machinery for the new spec platform
2021-01-19 09:10:20 -08:00
Will
9fd35dad78
Use a different directory for assets
2021-01-18 11:48:42 -08:00
Will
985d681645
Use GFM table style
2021-01-18 11:46:05 -08:00
Will
9b2d9cf6b7
Add copyright statements to SCSS and JS; fix indentation for JS
2021-01-18 11:09:09 -08:00
wbamberg
1dadff5701
Set author
and private
in package.json
...
Co-authored-by: Travis Ralston <travpc@gmail.com>
2021-01-18 10:44:06 -08:00
Travis Ralston
5800dcb654
Merge pull request #2844 from matrix-org/travis/msc/global-versioning
...
MSC2844: Global version number for the whole spec
2021-01-17 12:58:42 -07:00
Will
9547ba1314
Ignore node_modules
2021-01-12 21:02:38 -08:00
Will
0abbb1857f
Comments for all the layout templates
2021-01-12 20:45:24 -08:00
Will
55eae7b70b
Render a single page of the spec in Hugo
2021-01-12 15:31:01 -08:00
Travis Ralston
46d843e8fa
Make deprecation industry standard
2021-01-12 09:52:50 -07:00
Travis Ralston
124c8d43d3
Apply suggestions from code review
...
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2021-01-12 09:22:06 -07:00
Travis Ralston
22acbea0ed
Apply suggestions from code review
...
Co-authored-by: Kitsune Ral <Kitsune-Ral@users.sf.net>
2021-01-09 20:38:58 -07:00
Travis Ralston
7b4e702a69
Remove patch versions, policy stuff, etc
2021-01-09 20:33:20 -07:00
Hubert Chathi
2b32508964
Merge pull request #2951 from uhoreg/cross-signing-msc-clarifications
...
clarifications to cross-signing MSC
2021-01-08 19:47:33 -05:00
Hubert Chathi
7678884376
clarifications to cross-signing MSC
2021-01-08 17:48:03 -05:00
Travis Ralston
7aded5be4d
Merge pull request #2928 from matrix-org/anoa/require_messages_in_sendtodevice
...
Make 'messages' a required JSON body field in /sendToDevice
2020-12-29 11:21:21 -07:00
Andrew Morgan
ba7c0d7f8d
Changelog
2020-12-29 18:18:49 +00:00
Andrew Morgan
0a53c86397
Make 'messages' a required JSON body field in /sendToDevice
2020-12-29 16:25:28 +00:00