@@ -21,15 +21,15 @@ theme:
2121# - 'assets/javascripts/mermaid.min.js'
2222
2323nav :
24- - ' index.md'
24+ - Encryptcontent plugin V3 : ' index.md'
2525 - ' installation.md'
2626 - ' usage.md'
2727 - Features :
2828 - ' features/index.md'
29- - ' features/modifypages.md'
30- - ' features/search.md'
31- - ' features/jsext.md'
32- - ' features/security.md'
29+ - Modify pages : ' features/modifypages.md'
30+ - Search encryption : ' features/search.md'
31+ - Javascript extensions : ' features/jsext.md'
32+ - Security : ' features/security.md'
3333 - How does it work? : ' explanations.md'
3434 - Test bench :
3535 - ' testbench/index.md'
@@ -73,6 +73,7 @@ plugins:
7373 Passwords : Passwörter
7474 Test bench : Testaufbau
7575 User/Password : Benutzername/Passwort
76+ Encryptcontent plugin V3 : Encryptcontent Plugin V3
7677 site_name : MkDocs Encryptcontent Plugin V3
7778 reconfigure_material : false
7879 reconfigure_search : true
@@ -118,10 +119,15 @@ plugins:
118119 reload_scripts :
119120 - ' #autostart'
120121 password_file : ' passwords.yml'
122+ additional_storage_file : ' additional_storage.yaml'
121123 sharelinks : true
124+ sharelinks_incomplete : true
122125 # kdf_pow: 4
123126 webcrypto : true
127+ esm : true
124128 sign_files : ' encryptcontent-plugin.json'
129+ cache_file : ' encryptcontent.cache'
130+ sharelinks_output : ' sharelinks.txt'
125131 hash_filenames :
126132 extensions :
127133 - ' png'
@@ -130,6 +136,7 @@ plugins:
130136 - ' svg'
131137 except :
132138 - ' logo.svg'
139+ insecure_test : !ENV [MKDOCS_ENCRYPTCONTENT_INSECURE_TEST, false]
133140
134141repo_url : https://github.com/unverbuggt/mkdocs-encryptcontent-plugin
135142
0 commit comments