We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a9bc8 commit 2e592cfCopy full SHA for 2e592cf
README.md
@@ -33,6 +33,7 @@
33
* [Add button](#add-button)
34
* [Encrypt something](#encrypt-something)
35
* [Search index encryption](#search-index-encryption)
36
+ * [Reload scripts](#reload-scripts)
37
* [Contributing](#contributing)
38
39
@@ -49,7 +50,7 @@ Install the package from source with pip:
49
50
```bash
51
cd mkdocs-encryptcontent-plugin/
52
python3 setup.py sdist bdist_wheel
-pip3 install dist/mkdocs_encryptcontent_plugin-1.1.0.1-py3-none-any.whl
53
+pip3 install dist/mkdocs_encryptcontent_plugin-1.2.0.1-py3-none-any.whl
54
```
55
56
Enable the plugin in your `mkdocs.yml`:
0 commit comments