Skip to content

Commit 878cc4f

Browse files
Add custom SVG icons and update privacy plugin config
Added new SVG icon files for hexagon and ublox logos in the overrides/.icons directory. Updated mkdocs.yml to conditionally enable the privacy plugin based on the CI environment variable.
1 parent 845bff4 commit 878cc4f

File tree

5 files changed

+118
-0
lines changed

5 files changed

+118
-0
lines changed

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ plugins:
159159

160160
# Enables improved security for external links
161161
- privacy:
162+
# Disables plugin on local builds
163+
enabled: !ENV [CI, false]
164+
162165
# Disables cache mechanism, so that external assets can be updated during rebuilds
163166
cache: false
164167

Lines changed: 67 additions & 0 deletions
Loading

overrides/.icons/hexagon.svg

Lines changed: 46 additions & 0 deletions
Loading

overrides/.icons/ublox-primary.svg

Lines changed: 1 addition & 0 deletions
Loading

overrides/.icons/ublox.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)