Skip to content

Commit f008c11

Browse files
committed
915: add expandable code blocks; windows-discovery-service-installation
1 parent dcb77f0 commit f008c11

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

docs/getstarted/installation/windows-discovery-service-installation.mdx

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,18 @@ Both the MA and the RC ship with a self-signed certificate, making it necessary
6868

6969
Install a valid certificate on the MA and the RC. You can then change the default behavior of the WDS to no longer ignore SSL errors by editing the WDS runtime configuration file:
7070

71-
```
72-
<configuration>
73-
<appSettings>
74-
....
75-
<add key="IgnoreSSLErrors" value="false"/>
76-
....
77-
</appSettings>
78-
...
79-
```
71+
<details>
72+
<summary>Click to expand the code block</summary>
73+
```markup
74+
<configuration>
75+
<appSettings>
76+
....
77+
<add key="IgnoreSSLErrors" value="false"/>
78+
....
79+
</appSettings>
80+
...
81+
```
82+
</details>
8083

8184
## Create a New WMI Autodiscovery Job
8285

0 commit comments

Comments
 (0)