File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,6 +193,18 @@ Labs Features
193193Some features of Riot may be enabled by flags in the ` Labs ` section of the settings.
194194Some 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+
196208Development
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-
You can’t perform that action at this time.
0 commit comments