unverbuggt / mkdocs-encryptcontent-plugin

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

Secret environment variable #27

Closed ListIndexOutOfRange closed 2 years ago

ListIndexOutOfRange commented 2 years ago

Implements the possibility to use a secret environment variable through the use_secret parameter in the mkdocs.yml file instead of a plain password. This PR applies the changes required after the previous one:

CoinK0in commented 2 years ago

I quickly looked at your PR, it looks really cool :) I find myself a moment to validate that there is no regression, even if I have no doubts and I merge that.

Thank you for the contribution and the extra effort you have made to adapt to my expectations.

CoinK0in commented 2 years ago

It is done. Thanks for the contribution.

Don't hesitate if you have any other idea that could improve this plugin :)

ListIndexOutOfRange commented 2 years ago

Thank you in the first place for this neat plugin ! Yeah, I'll let you know if i think about something ;)