We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.2 of mkdocs supports environment vars in configuration.
This means that we can now have options like this:
enabled: !ENV ENABLE_PDF_EXPORT
or
enabled: !ENV [ENABLE_PDF_EXPORT, 'true']
instead
enabled_if_env: ENABLE_PDF_EXPORT
and enabled_if_env should be deprecated.
enabled_if_env
The text was updated successfully, but these errors were encountered:
Just added this feature to one of my plugins, including docs. Feel free to copy/paste and make a PR for this plugin!
PR: timvink/mkdocs-git-revision-date-localized-plugin#63
Sorry, something went wrong.
No branches or pull requests
Version 1.2 of mkdocs supports environment vars in configuration.
This means that we can now have options like this:
enabled: !ENV ENABLE_PDF_EXPORT
or
enabled: !ENV [ENABLE_PDF_EXPORT, 'true']
instead
enabled_if_env: ENABLE_PDF_EXPORT
and
enabled_if_env
should be deprecated.The text was updated successfully, but these errors were encountered: