Skip to content

Commit 58f59f0

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,17 @@ There are multiple ways to install and start the service. For your convenience,
4242

4343
For example:
4444

45-
```json
45+
<details>
46+
<summary>Click to expand the code block</summary>
47+
```js
4648
{
4749
"executablePath": "c:\\Program Files\\Device42\\d42_winagent.exe",
4850
"WorkingDir": "c:\\ProgramData\\Device42",
4951
"arguments": ["-host=https://10.92.11.63","-skip-software=true"],
5052
"interval": 2
5153
}
5254
```
55+
</details>
5356

5457
:::note
5558
Each of the `"arguments"` is enclosed in double quotes.

0 commit comments

Comments
 (0)