Skip to content

Commit 19a3efa

Browse files
authored
Fix AsciiDoc DocBook XML parsing errors (#3017)
1 parent b87f453 commit 19a3efa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

modules/administration-guide/pages/configuring-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In some proxy configurations, `localhost` may not translate to `127.0.0.1`. Both
6565

6666
. Start a workspace
6767

68-
. Verify that the workspace pod contains `HTTP_PROXY`, `HTTPS_PROXY`, `http_proxy` and `https_proxy` environment variables, each set to `__<protocol>__://<user>:<password@<domain>:<port>`.
68+
. Verify that the workspace pod contains `HTTP_PROXY`, `HTTPS_PROXY`, `http_proxy` and `https_proxy` environment variables, each set to `<protocol>://<user>:<password>@<domain>:<port>`.
6969

7070
. Verify that the workspace pod contains `NO_PROXY` and `no_proxy` environment variables, each set to comma-separated list of non-proxy hosts.
7171

modules/administration-guide/partials/proc_configuring-number-of-replicas.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
name: __<deployment_name>__ <1>
2626
...
2727
----
28-
<1> The `__<deployment_name>__` corresponds to the one following deployments:
28+
<1> The `<deployment_name>` corresponds to the one following deployments:
2929
* `{prod-deployment}`
3030
* `che-gateway`
3131
* `{prod-deployment}-dashboard`

modules/administration-guide/partials/proc_creating-lets-encrypt-certificate-for-che-on-amazon-elastic-kubernetes-service.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ spec:
121121
name: cert-manager-acme-dns01-route53
122122
EOF
123123
----
124-
<1> Replace `__<email_address>__` with your email address.
124+
<1> Replace `<email_address>` with your email address.
125125

126126
. Create the {prod-namespace} namespace:
127127
+

modules/administration-guide/partials/proc_setting-up-an-application-link-on-the-bitbucket-server.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ openssl rand -base64 24 > bitbucket-shared-secret
4545

4646
. Paste the content of the `bitbucket-shared-secret` file as the *Shared secret*.
4747

48-
. Enter `__<bitbucket_server_url>__/plugins/servlet/oauth/request-token` as the *Request Token URL*.
48+
. Enter `<bitbucket_server_url>/plugins/servlet/oauth/request-token` as the *Request Token URL*.
4949

50-
. Enter `__<bitbucket_server_url>__/plugins/servlet/oauth/access-token` as the *Access token URL*.
50+
. Enter `<bitbucket_server_url>/plugins/servlet/oauth/access-token` as the *Access token URL*.
5151

52-
. Enter `__<bitbucket_server_url>__/plugins/servlet/oauth/authorize` as the *Authorize URL*.
52+
. Enter `<bitbucket_server_url>/plugins/servlet/oauth/authorize` as the *Authorize URL*.
5353

5454
. Check the *Create incoming link* checkbox and click *Continue*.
5555

0 commit comments

Comments
 (0)