From 3d855d353b5c6cf378f750538c9714fe1861dc9b Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Mon, 14 Apr 2025 07:49:51 -0700 Subject: [PATCH] Add code syntax around files --- .../how-to-guides/configure-dx-organizations.md | 8 ++++---- .../moderne-dx/how-to-guides/dx-variables.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/administrator-documentation/moderne-dx/how-to-guides/configure-dx-organizations.md b/docs/administrator-documentation/moderne-dx/how-to-guides/configure-dx-organizations.md index d01fd58c..89d3f166 100644 --- a/docs/administrator-documentation/moderne-dx/how-to-guides/configure-dx-organizations.md +++ b/docs/administrator-documentation/moderne-dx/how-to-guides/configure-dx-organizations.md @@ -82,8 +82,8 @@ The following table contains all of the variables/arguments you need to add to y | Variable Name | Required | Default | Description | |---------------------------------------------------|----------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `MODERNE_DX_ORGANIZATION_URL` | `true` | | The URL of your GraphQL service that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_REPOSCSV`. | -| `MODERNE_DX_ORGANIZATION_REPOSCSV` | `true` | | The path of your repos.csv file that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_URL`. | -| `MODERNE_DX_ORGANIZATION_DEVCENTERJSON` | `false` | | The path of your devcenter.json file that provides the devCenter configurations. | +| `MODERNE_DX_ORGANIZATION_REPOSCSV` | `true` | | The path of your `repos.csv` file that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_URL`. | +| `MODERNE_DX_ORGANIZATION_DEVCENTERJSON` | `false` | | The path of your `devcenter.json` file that provides the devCenter configurations. | | `MODERNE_DX_ORGANIZATION_DEFAULTCOMMITOPTIONS` | `false` | | The commit options used if not specified by the organization service. | | `MODERNE_DX_ORGANIZATION_UPDATE_INTERVAL_SECONDS` | `false` | `600` | Specifies how often to request your organization information. Only used when combined with `MODERNE_DX_ORGANIZATION_URL`. | | `MODERNE_DX_ORGANIZATION_SKIPSSL` | `false` | `false` | Specifies whether or not to skip SSL validation for HTTP connections to this Organization service instance. Only used when combined with `MODERNE_DX_ORGANIZATION_URL`. This must be set to `true` if you use a self-signed SSL/TLS certificate. | @@ -107,8 +107,8 @@ docker run \ | Argument Name | Required | Default | Description | |---------------------------------------------------|----------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `--moderne.dx.organization.url` | `true` | | The URL of your GraphQL service that provides organization information. Cannot be combined with `--moderne.dx.organization.reposCsv`. | -| `--moderne.dx.organization.reposCsv` | `true` | | The path of your repos.csv file that provides organization information. Cannot be combined with `--moderne.dx.organization.url`. | -| `--moderne.dx.organization.devCenterJson` | `true` | | The path of your devcenter.json file that provides the devCenter configurations. | +| `--moderne.dx.organization.reposCsv` | `true` | | The path of your `repos.csv` file that provides organization information. Cannot be combined with `--moderne.dx.organization.url`. | +| `--moderne.dx.organization.devCenterJson` | `true` | | The path of your `devcenter.json` file that provides the devCenter configurations. | | `--moderne.dx.organization.defaultCommitOptions` | `false` | | The commit options used if not specified by the organization service. | | `--moderne.dx.organization.updateIntervalSeconds` | `false` | `600` | Specifies how often to request your organization information. Only used when combined with `--moderne.dx.organization.url`. | | `--moderne.dx.organization.skipSsl` | `false` | `false` | Specifies whether or not to skip SSL validation for HTTP connections to this Organization service instance. Only used when combined with `--moderne.dx.organization.url`. This must be set to `true` if you use a self-signed SSL/TLS certificate. | diff --git a/docs/administrator-documentation/moderne-dx/how-to-guides/dx-variables.md b/docs/administrator-documentation/moderne-dx/how-to-guides/dx-variables.md index be87183b..041e1ba4 100644 --- a/docs/administrator-documentation/moderne-dx/how-to-guides/dx-variables.md +++ b/docs/administrator-documentation/moderne-dx/how-to-guides/dx-variables.md @@ -271,8 +271,8 @@ java -jar moderne-dx-{version}.jar \ | Variable Name | Required | Default | Description | |---------------------------------------------------|----------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `MODERNE_DX_ORGANIZATION_URL` | `true` | | The URL of your GraphQL service that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_REPOSCSV`. | -| `MODERNE_DX_ORGANIZATION_REPOSCSV` | `true` | | The path of your repos.csv file that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_URL`. | -| `MODERNE_DX_ORGANIZATION_DEVCENTERJSON` | `false` | | The path of your devcenter.json file that provides the devCenter configurations. | +| `MODERNE_DX_ORGANIZATION_REPOSCSV` | `true` | | The path of your `repos.csv` file that provides organization information. Cannot be combined with `MODERNE_DX_ORGANIZATION_URL`. | +| `MODERNE_DX_ORGANIZATION_DEVCENTERJSON` | `false` | | The path of your `devcenter.json` file that provides the devCenter configurations. | | `MODERNE_DX_ORGANIZATION_DEFAULTCOMMITOPTIONS` | `false` | | The commit options used if not specified by the organization service. | | `MODERNE_DX_ORGANIZATION_UPDATE_INTERVAL_SECONDS` | `false` | `600` | Specifies how often to request your organization information. Only used when combined with `MODERNE_DX_ORGANIZATION_URL`. | | `MODERNE_DX_ORGANIZATION_SKIPSSL` | `false` | `false` | Specifies whether or not to skip SSL validation for HTTP connections to this Organization service instance. Only used when combined with `MODERNE_DX_ORGANIZATION_URL`. This must be set to `true` if you use a self-signed SSL/TLS certificate. | @@ -297,7 +297,7 @@ docker run \ |---------------------------------------------------|----------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `--moderne.dx.organization.url` | `true` | | The URL of your GraphQL service that provides organization information. Cannot be combined with `--moderne.dx.organization.url`. | | `--moderne.dx.organization.reposCsv` | `true` | | The path of your repos.csv file that provides organization information. Cannot be combined with `--moderne.dx.organization.reposCsv`. | -| `--moderne.dx.organization.devCenterJson` | `false` | | The path of your devcenter.json file that provides the devCenter configurations. | +| `--moderne.dx.organization.devCenterJson` | `false` | | The path of your `devcenter.json` file that provides the devCenter configurations. | | `--moderne.dx.organization.defaultCommitOptions` | `false` | | The commit options used if not specified by the organization service. | | `--moderne.dx.organization.updateIntervalSeconds` | `false` | `600` | Specifies how often to request your organization information. Only used when combined with `--moderne.dx.organization.url`. | | `--moderne.dx.organization.skipSsl` | `false` | `false` | Specifies whether or not to skip SSL validation for HTTP connections to this Organization service instance. Only used when combined with `--moderne.dx.organization.url`. This must be set to `true` if you use a self-signed SSL/TLS certificate. |