Skip to content

Commit

Permalink
Fix configuration issue with features.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCompton committed Sep 29, 2024
1 parent 9aadc0e commit 32c0aa6
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ theme:
name: material
palette:
primary: green
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- navigation.tabs
- navigation.top
- search.highlight
- toc.follow


plugins:
- search
Expand All @@ -16,16 +28,6 @@ hljs_languages:
- python
- sql

features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- navigation.tabs
- navigation.top
- search.highlight
- toc.follow


extra_css:
- /static/css/adjust.css
Expand Down

0 comments on commit 32c0aa6

Please sign in to comment.