unverbuggt / mkdocs-encryptcontent-plugin

A MkDocs plugin that encrypt/decrypt markdown content with AES
https://unverbuggt.github.io/mkdocs-encryptcontent-plugin/
MIT License
130 stars 16 forks source link

Hide material ui table of content #21

Closed sassouiabd closed 2 years ago

sassouiabd commented 2 years ago

Hello, Is it possible to hide the table of content from material ui theme when the file is not unlocked yet ?

Capture

CoinK0in commented 2 years ago

Hey, it's possible as described in example #2 of the encrypt something feature. You have to edit your theme templates to add a tag. Tag that you had to use with the same name in the configuration in order to encrypt the content table.

sassouiabd commented 2 years ago

@CoinK0in that works ! Thank you so much 🥇