Commit f6e6a2

2025-07-28 13:34:33 Ranbeer Malhotra: Update customization.md: add a side note Update the title to "custom directory" since a single directory is mounted in the example below
customization.md ..
@@ 6,9 6,9 @@
Check [otterwiki/docs/custom_css_example](https://github.com/redimp/otterwiki/tree/main/docs/custom_css_example) on github for ready-to-test examples.
- ## `custom.css`
+ ## `custom directory`
- With version **2.3.1** the template loads a `custom.css` and a `custom.js` which are empty by default. You can mount the directories into the container, for example with a `docker-compose.yaml` like this:
+ With version **2.3.1** the template loads a `custom.css` and a `custom.js` which are empty by default. You can mount the directory into the container, for example with a `docker-compose.yaml` like this:
```yaml
version: '3'
@@ 41,3 41,6 @@
```
![](/Customization/a/baskervville-page.png)
+
+ > [!NOTE]
+ > In case of a local deployment the browser might cache the web app, so users are recommended to clear cookies and site data if the changes to `custom.js` or `custom.css` are not visible immediately even after restarting the docker
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9