Skip to content

Commit 68cfda0

Browse files
authored
Merge pull request #33 from creativecommons/salt-index-conf
fix salt-index-conf link and adjust headings
2 parents 7b1214c + 00b0443 commit 68cfda0

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

+10-13
Original file line numberDiff line numberDiff line change
@@ -149,20 +149,17 @@ WordPress|`/` (default)|Vocabulary Theme|[vocabulary-theme][gh-vocab-theme]
149149
[gh-vocab-theme]: https://github.com/creativecommons/vocabulary-theme
150150
151151
152-
## Configuration
152+
## Dev configuration
153153
154154
155-
### Dev
156-
157-
158-
#### Apache2
155+
### Apache2
159156
160157
See [`config/web-sites-available/000-default.conf`][dev-webconfig].
161158
162159
[dev-webconfig]: config/web-sites-available/000-default.conf
163160
164161
165-
#### WordPress core
162+
### WordPress core
166163
167164
| Name | Version |
168165
| --------- | ------- |
@@ -171,7 +168,7 @@ See [`config/web-sites-available/000-default.conf`][dev-webconfig].
171168
Also see [`.env.example`](.env.example).
172169
173170
174-
#### WordPress plugins
171+
### WordPress plugins
175172
176173
| Name | Version |
177174
| -------------------------------------------------------- | -------- |
@@ -194,7 +191,7 @@ Also see [`config/composer/composer.json`](config/composer/composer.json).
194191
[wp-importer]: https://wordpress.org/plugins/wordpress-importer/
195192
196193
197-
#### WordPress themes
194+
### WordPress themes
198195
199196
| Name | Version |
200197
| ------------------------------------ | -------- |
@@ -203,7 +200,7 @@ Also see [`config/composer/composer.json`](config/composer/composer.json).
203200
Also see [`config/composer/composer.json`](config/composer/composer.json).
204201
205202
206-
### Stage
203+
## Stage configuration
207204
208205
The staging server is configured via Salt managed in the in
209206
[creativecommons/sre-salt-prime][sre-salt-prime] repository. The list below
@@ -212,20 +209,20 @@ include the specifics (is non-exhaustive):
212209
- [`3_HST/index/`][salt-hst-index]
213210
- [`5_HST__POD/index__stage`][salt-hst-pod-index]
214211
- `states/`
215-
- [`apache2/files/creativecommons_org.conf`][salt-index-conf]
212+
- [`apache2/files/index.conf`][salt-index-conf]
216213
- [`wordpress/files/index-composer.json`][salt-index-composer]
217214
- [`wordpress/index.sls`][salt-wordpress-index]
218215
219216
[sre-salt-prime]: https://github.com/creativecommons/sre-salt-prime
220217
[salt-hst-index]: https://github.com/creativecommons/sre-salt-prime/tree/main/pillars/3_HST/index
221218
[salt-hst-pod-index]: https://github.com/creativecommons/sre-salt-prime/tree/main/pillars/5_HST__POD/index__stage
222-
[salt-index-conf]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/apache2/files/creativecommons_org.conf
219+
[salt-index-conf]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/apache2/files/index.conf
223220
[salt-index-composer]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/wordpress/files/index-composer.json
224221
[salt-wordpress-index]: https://github.com/creativecommons/sre-salt-prime/blob/main/states/wordpress/index.sls
225222
226-
### Prod
223+
## Prod configuration
227224
228-
TODO
225+
_TODO_
229226
230227
231228
## Copying

0 commit comments

Comments
 (0)