mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-26 12:50:56 -05:00
bug fixes to mkdocs, added download button capability (#895)
Co-authored-by: omri374 <omri.mendels@microsoft.com>
This commit is contained in:
@@ -24,6 +24,7 @@ nav:
|
||||
- Simple anonymization: tutorial/10_simple_anonymization.md
|
||||
- Custom anonymization: tutorial/11_custom_anonymization.md
|
||||
- Encryption/Decryption: tutorial/12_encryption.md
|
||||
- Allow-lists: tutorial/13_allow_list.md
|
||||
- Docs:
|
||||
- Installation: installation.md
|
||||
- Handling text:
|
||||
@@ -75,8 +76,9 @@ theme:
|
||||
plugins:
|
||||
- search
|
||||
- mkdocstrings
|
||||
- mkdocs-jupyter
|
||||
|
||||
- mkdocs-jupyter:
|
||||
include_source: True
|
||||
include: ["*.ipynb"]
|
||||
|
||||
extra:
|
||||
social:
|
||||
|
||||
@@ -9,3 +9,14 @@
|
||||
})(window, document, "clarity", "script", "5pd40fk720");
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if page.nb_url %}
|
||||
|
||||
<a href="{{ page.nb_url }}" title="Download Notebook" class="md-content__button md-icon">
|
||||
{% include ".icons/material/download.svg" %}Download
|
||||
</a><br>
|
||||
{% endif %}
|
||||
|
||||
{{ super() }}
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user