-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
Hey there! I'm less than 12 hours into my journey of exploring mkdocs and mkdocs-material and this awesome plugin.
I read the documentation at Search index encryption for mkdocs-material. I'm doing this all via a GitLab pipeline, so I wasn't quite sure what to do until I read about material's support for theme extension via the custom_dir option.
So here's what I did:
- Downloaded material_browser_request9_4p.patch
- Downloaded index.ts from the latest material release and saved it to my git repo as
overrides/assets/javascripts/browser/request/index.ts - Patched said file successfully
- Updated my
mkdocs.ymlto includecustom_dir: overridesundertheme - Committed and pushed my changes to trigger the ci job that runs mkdocs
Oh PS: Here's my plugin config:
plugins:
- search
- roamlinks
- callouts
- encryptcontent:
webcrypto: true
search_index: dynamically
encrypted_something:
md-nav: [nav, class]
md-footer__inner: [nav, class]
password_inventory:
...Unfortunately, search still doesn't work for encrypted pages, even after decrypting.
Since I'm so brand-new to all of this, I couldn't help but ask: do you have any suggestions about what I might be doing wrong or what a better approach might be?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists