Skip to content

Commit

Permalink
Enable Netlify deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon authored and IkelAtomig committed Nov 11, 2022
1 parent 7be0157 commit 20d26c5
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 291 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/preview.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ mkdocs-macros-plugin = "*"
scour = "*"

[requires]
python_version = "3.10"
python_version = "3.8"
336 changes: 97 additions & 239 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/brand
Submodule brand updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion mkdocs-material
3 changes: 2 additions & 1 deletion mkdocs.production.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
INHERIT: mkdocs.yml
plugins:
privacy:
externals_exclude:
externals_assets_exclude:
- cdn.jsdelivr.net/npm/mathjax@3/*
- api.privacyguides.net/*
- giscus.app/*
Expand Down Expand Up @@ -48,6 +48,7 @@ theme:
- navigation.tabs
- navigation.sections
- content.tooltips
- search.highlight
palette:
- media: "(prefers-color-scheme)"
scheme: default
Expand Down
2 changes: 1 addition & 1 deletion theme/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{% include "partials/source.html" %}
</div>
{% endif %}
{% if "search" in config["plugins"] %}
{% if "material/search" in config.plugins %}
<label class="md-header__button md-icon" for="__search">
{% include ".icons/material/magnify.svg" %}
</label>
Expand Down

0 comments on commit 20d26c5

Please sign in to comment.