diff options
Diffstat (limited to 'docs/part-2/3_xds-cli')
-rw-r--r-- | docs/part-2/3_xds-cli/1_config.md | 4 | ||||
-rw-r--r-- | docs/part-2/3_xds-cli/2_commands.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/part-2/3_xds-cli/1_config.md b/docs/part-2/3_xds-cli/1_config.md index 6dc7993..82506ee 100644 --- a/docs/part-2/3_xds-cli/1_config.md +++ b/docs/part-2/3_xds-cli/1_config.md @@ -16,12 +16,12 @@ options or using a config file knowing that the following priority order is used config file is specified with `--config|-c` option, 1. else use `XDS_xxx` (for example `XDS_PROJECT_ID`) environment variable -<!-- note --> +<!-- section-note --> **Note:** All parameters after a double dash (--) are considered as the command to execute on xds-server. -<!-- endnote --> +<!-- end-section-note --> ## Global Options / Configuration variables diff --git a/docs/part-2/3_xds-cli/2_commands.md b/docs/part-2/3_xds-cli/2_commands.md index b5e0c0a..599906c 100644 --- a/docs/part-2/3_xds-cli/2_commands.md +++ b/docs/part-2/3_xds-cli/2_commands.md @@ -51,12 +51,12 @@ xds-cli sdks ls xds-cli sdks get c64d ``` -<!-- note --> +<!-- section-note --> **Note:** Please also refer to [Installing AGL SDKs](../../part-1/3_install-sdks.html) chapter for more details about sdks installation. -<!-- endnote --> +<!-- end-section-note --> ## exec |