Skip to content

Commit

Permalink
Update dev documentation websites
Browse files Browse the repository at this point in the history
  • Loading branch information
otoroshi-github-actions committed Dec 18, 2020
1 parent a698918 commit 5169f1c
Show file tree
Hide file tree
Showing 9 changed files with 900 additions and 130 deletions.
2 changes: 1 addition & 1 deletion docs/devmanual/content-pretty.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/devmanual/content.json

Large diffs are not rendered by default.

1,016 changes: 890 additions & 126 deletions docs/devmanual/deploy/kubernetes.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/devmanual/firstrun/configfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,8 @@ <h2><a href="#reference-configuration" name="reference-configuration" class="anc
initialCertKey = ${?CLUSTER_WORKER_INITIAL_CERT_KEY}
initialCertKey = ${?INITIAL_CERT_KEY}
// initialCerts = []
genWildcardCert = true
genWildcardCert = ${?OTOROSHI_SSL_GEN_WILDCARD_CERT}
}
cluster {
mode = &quot;off&quot;
Expand Down
1 change: 1 addition & 0 deletions docs/devmanual/firstrun/env.html
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ <h2><a href="#reference-configuration-for-env-variables" name="reference-configu
initialCert = ${?INITIAL_CERT}
initialCertKey = ${?CLUSTER_WORKER_INITIAL_CERT_KEY}
initialCertKey = ${?INITIAL_CERT_KEY}
genWildcardCert = ${?OTOROSHI_SSL_GEN_WILDCARD_CERT}
}
cluster {
mode = ${?CLUSTER_MODE}
Expand Down
1 change: 1 addition & 0 deletions docs/devmanual/snippets/reference-env.conf
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ otoroshi {
initialCert = ${?INITIAL_CERT}
initialCertKey = ${?CLUSTER_WORKER_INITIAL_CERT_KEY}
initialCertKey = ${?INITIAL_CERT_KEY}
genWildcardCert = ${?OTOROSHI_SSL_GEN_WILDCARD_CERT}
}
cluster {
mode = ${?CLUSTER_MODE}
Expand Down
2 changes: 2 additions & 0 deletions docs/devmanual/snippets/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,8 @@ otoroshi {
initialCertKey = ${?CLUSTER_WORKER_INITIAL_CERT_KEY}
initialCertKey = ${?INITIAL_CERT_KEY}
// initialCerts = []
genWildcardCert = true
genWildcardCert = ${?OTOROSHI_SSL_GEN_WILDCARD_CERT}
}
cluster {
mode = "off"
Expand Down
2 changes: 1 addition & 1 deletion manual/src/main/paradox/content-pretty.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manual/src/main/paradox/content.json

Large diffs are not rendered by default.

0 comments on commit 5169f1c

Please sign in to comment.