Skip to content

Commit d146204

Browse files
authored
Fix customisation docs (azimuth-cloud#150)
1 parent 989e3dd commit d146204

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/configuration/16-local-customisations.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,15 @@ compiled CSS file. For example, the following configuration tells Azimuth to use
3737
[Zephyr theme from Bootswatch](https://bootswatch.com/zephyr/):
3838
3939
```yaml title="environments/my-site/inventory/group_vars/all/variables.yml"
40-
azimuth_theme_bootstrap_css_url: https://docs.example.org/azimuth
40+
azimuth_theme_bootstrap_css_url: https://bootswatch.com/5/zephyr/bootstrap.css
4141
```
42+
!!! tip
43+
44+
In order for the theming changes to take effect you may need to do a hard refresh of
45+
the page due to the aggressive nature of CSS caching.
46+
47+
Mac: <kbd>⇧ Shift</kbd> + <kbd>⌘ Command</kbd> + <kbd>R</kbd>
48+
Windows: <kbd> ctrl</kbd> + <kbd>⇧ Shift</kbd> + <kbd>R</kbd> / <kbd> ctrl</kbd> + <kbd> F5</kbd>
4249
4350
### Injecting custom CSS
4451

0 commit comments

Comments
 (0)