Skip to content

Commit

Permalink
Enable Netlify deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Oct 23, 2022
1 parent 0a98bcb commit f5dac93
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

1 comment on commit f5dac93

@privacyguides-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Privacy Guides. There might be relevant details there:

https://discuss.privacyguides.net/t/enable-netlify-deployments/11120/1

Please sign in to comment.