Skip to content

Commit 26914c6

Browse files
committed
Reformat JSON examples in English and French blog posts to use consistent indentation and inline arrays, and remove trailing whitespace
1 parent b99d376 commit 26914c6

File tree

2 files changed

+10
-30
lines changed

2 files changed

+10
-30
lines changed

blogpost-en.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ Create the file `settings.json` in the workdir, and type these informations with
135135
},
136136
"cors": {
137137
"allowed_origins": [
138-
"https://172.16.20.50:8443",
139-
"https://reproxy.vcv.local"
138+
"https://172.16.20.50:8443",
139+
"https://reproxy.vcv.local"
140140
],
141141
"allow_credentials": true
142142
},
@@ -145,12 +145,7 @@ Create the file `settings.json` in the workdir, and type these informations with
145145
"id": "vault-main",
146146
"address": "http://vault:8200",
147147
"token": "root",
148-
"pki_mounts": [
149-
"pki",
150-
"pki_dev",
151-
"pki_stage",
152-
"pki_production"
153-
],
148+
"pki_mounts": ["pki", "pki_dev", "pki_stage", "pki_production"],
154149
"display_name": "Vault",
155150
"tls_ca_cert_base64": "BASE64_PEM_CA_BUNDLE",
156151
"tls_ca_cert": "",
@@ -163,12 +158,7 @@ Create the file `settings.json` in the workdir, and type these informations with
163158
"id": "vault-dev",
164159
"address": "http://vault-dev:8200",
165160
"token": "root",
166-
"pki_mounts": [
167-
"pki",
168-
"pki_corporate",
169-
"pki_external",
170-
"pki_partners"
171-
],
161+
"pki_mounts": ["pki", "pki_corporate", "pki_external", "pki_partners"],
172162
"display_name": "Vault dev",
173163
"tls_ca_cert_base64": "BASE64_PEM_CA_BUNDLE",
174164
"tls_ca_cert": "",
@@ -183,7 +173,7 @@ Create the file `settings.json` in the workdir, and type these informations with
183173

184174
### Rapid launch with docker run
185175

186-
Type this command to launch a vcv container:
176+
Type this command to launch a vcv container:
187177

188178
```bash
189179
docker run -d \
@@ -216,7 +206,7 @@ services:
216206
deploy:
217207
resources:
218208
limits:
219-
cpus: '0.50'
209+
cpus: "0.50"
220210
memory: 64M
221211
```
222212

blogpost-fr.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ Créez ce fichier `settings.json` dans le répertoire de travail, et saisissez c
135135
},
136136
"cors": {
137137
"allowed_origins": [
138-
"https://172.16.20.50:8443",
139-
"https://reproxy.vcv.local"
138+
"https://172.16.20.50:8443",
139+
"https://reproxy.vcv.local"
140140
],
141141
"allow_credentials": true
142142
},
@@ -145,12 +145,7 @@ Créez ce fichier `settings.json` dans le répertoire de travail, et saisissez c
145145
"id": "vault-main",
146146
"address": "http://vault:8200",
147147
"token": "root",
148-
"pki_mounts": [
149-
"pki",
150-
"pki_dev",
151-
"pki_stage",
152-
"pki_production"
153-
],
148+
"pki_mounts": ["pki", "pki_dev", "pki_stage", "pki_production"],
154149
"display_name": "Vault",
155150
"tls_ca_cert_base64": "BASE64_PEM_CA_BUNDLE",
156151
"tls_ca_cert": "",
@@ -163,12 +158,7 @@ Créez ce fichier `settings.json` dans le répertoire de travail, et saisissez c
163158
"id": "vault-dev",
164159
"address": "http://vault-dev:8200",
165160
"token": "root",
166-
"pki_mounts": [
167-
"pki",
168-
"pki_corporate",
169-
"pki_external",
170-
"pki_partners"
171-
],
161+
"pki_mounts": ["pki", "pki_corporate", "pki_external", "pki_partners"],
172162
"display_name": "Vault dev",
173163
"tls_ca_cert_base64": "BASE64_PEM_CA_BUNDLE",
174164
"tls_ca_cert": "",

0 commit comments

Comments
 (0)