mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
speculator: Document /
This commit is contained in:
parent
f9ef934625
commit
d251f791fb
|
|
@ -1,6 +1,7 @@
|
||||||
speculator allows you to preview pull requests to the matrix.org specification.
|
speculator allows you to preview pull requests to the matrix.org specification.
|
||||||
|
|
||||||
It serves two HTTP endpoints:
|
It serves the following HTTP endpoints:
|
||||||
|
- / lists open pull requests
|
||||||
- /spec/123 which renders the spec as html at pull request 123.
|
- /spec/123 which renders the spec as html at pull request 123.
|
||||||
- /diff/rst/123 which gives a diff of the spec's rst at pull request 123.
|
- /diff/rst/123 which gives a diff of the spec's rst at pull request 123.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// speculator allows you to preview pull requests to the matrix.org specification.
|
// speculator allows you to preview pull requests to the matrix.org specification.
|
||||||
// It serves two HTTP endpoints:
|
// It serves the following HTTP endpoints:
|
||||||
|
// - / lists open pull requests
|
||||||
// - /spec/123 which renders the spec as html at pull request 123.
|
// - /spec/123 which renders the spec as html at pull request 123.
|
||||||
// - /diff/rst/123 which gives a diff of the spec's rst at pull request 123.
|
// - /diff/rst/123 which gives a diff of the spec's rst at pull request 123.
|
||||||
// It is currently woefully inefficient, and there is a lot of low hanging fruit for improvement.
|
// It is currently woefully inefficient, and there is a lot of low hanging fruit for improvement.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue