Skip to content

Commit 1bd473a

Browse files
committed
Move caching requirements higher in the readme
1 parent 9790cac commit 1bd473a

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,18 @@ Labs Features
193193
Some features of Riot may be enabled by flags in the `Labs` section of the settings.
194194
Some of these features are described in [labs.md](https://github.com/vector-im/riot-web/blob/develop/docs/labs.md).
195195

196+
Caching requirements
197+
====================
198+
199+
Riot requires the following URLs not to be cached, when/if you are serving Riot from your own webserver:
200+
```
201+
/config.*.json
202+
/i18n
203+
/home
204+
/sites
205+
/index.html
206+
```
207+
196208
Development
197209
===========
198210

@@ -376,17 +388,3 @@ community engagement
376388
* hacktoberfest
377389
* bounty? - proposal to be included in a bounty programme
378390
* bounty - included in Status Open Bounty
379-
380-
## Caching requirements
381-
382-
Riot requires the following URLs not to be cached, when if you are serving riot from your own webserver:
383-
```
384-
/config.*.json
385-
/i18n
386-
/home
387-
/sites
388-
/index.html
389-
```
390-
391-
392-

0 commit comments

Comments
 (0)