|
|
@ -5,7 +5,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# invoke in shell with:
|
|
|
|
# invoke in shell with:
|
|
|
|
# URL=https://github.com/matrix-org/synapse/raw/master/docs/workers.md
|
|
|
|
# URL=https://github.com/matrix-org/synapse/raw/master/docs/workers.md
|
|
|
|
# curl -L ${URL} | awk -f parse-workers-docs.awk -
|
|
|
|
# curl -L ${URL} | awk -f workers-doc-to-yaml.awk -
|
|
|
|
|
|
|
|
|
|
|
|
function worker_stanza_append(string) {
|
|
|
|
function worker_stanza_append(string) {
|
|
|
|
worker_stanza = worker_stanza string
|
|
|
|
worker_stanza = worker_stanza string
|
|
|
|