@@ -21,15 +21,15 @@ theme:
21
21
# - 'assets/javascripts/mermaid.min.js'
22
22
23
23
nav :
24
- - ' index.md'
24
+ - Encryptcontent plugin V3 : ' index.md'
25
25
- ' installation.md'
26
26
- ' usage.md'
27
27
- Features :
28
28
- ' 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'
33
33
- How does it work? : ' explanations.md'
34
34
- Test bench :
35
35
- ' testbench/index.md'
@@ -73,6 +73,7 @@ plugins:
73
73
Passwords : Passwörter
74
74
Test bench : Testaufbau
75
75
User/Password : Benutzername/Passwort
76
+ Encryptcontent plugin V3 : Encryptcontent Plugin V3
76
77
site_name : MkDocs Encryptcontent Plugin V3
77
78
reconfigure_material : false
78
79
reconfigure_search : true
@@ -118,10 +119,15 @@ plugins:
118
119
reload_scripts :
119
120
- ' #autostart'
120
121
password_file : ' passwords.yml'
122
+ additional_storage_file : ' additional_storage.yaml'
121
123
sharelinks : true
124
+ sharelinks_incomplete : true
122
125
# kdf_pow: 4
123
126
webcrypto : true
127
+ esm : true
124
128
sign_files : ' encryptcontent-plugin.json'
129
+ cache_file : ' encryptcontent.cache'
130
+ sharelinks_output : ' sharelinks.txt'
125
131
hash_filenames :
126
132
extensions :
127
133
- ' png'
@@ -130,6 +136,7 @@ plugins:
130
136
- ' svg'
131
137
except :
132
138
- ' logo.svg'
139
+ insecure_test : !ENV [MKDOCS_ENCRYPTCONTENT_INSECURE_TEST, false]
133
140
134
141
repo_url : https://github.com/unverbuggt/mkdocs-encryptcontent-plugin
135
142
0 commit comments