mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Docs: warn about installing third-party plugins
This commit is contained in:
@@ -15,6 +15,8 @@ appropriate package name and install it using `pip`:
|
|||||||
pip install mkdocs-foo-plugin
|
pip install mkdocs-foo-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
WARNING: Installing an MkDocs plugin means installing a Python package and executing any code that the author has put in there. So, exercise the usual caution; there's no attempt at sandboxing.
|
||||||
|
|
||||||
Once a plugin has been successfully installed, it is ready to use. It just needs
|
Once a plugin has been successfully installed, it is ready to use. It just needs
|
||||||
to be [enabled](#using-plugins) in the configuration file. The [Catalog]
|
to be [enabled](#using-plugins) in the configuration file. The [Catalog]
|
||||||
repository has a large ranked list of plugins that you can install and use.
|
repository has a large ranked list of plugins that you can install and use.
|
||||||
|
|||||||
@@ -196,6 +196,8 @@ theme supports the following options:
|
|||||||
|
|
||||||
A list of third party themes can be found at the [community wiki] page and [the ranked catalog][catalog]. If you have created your own, please add them there.
|
A list of third party themes can be found at the [community wiki] page and [the ranked catalog][catalog]. If you have created your own, please add them there.
|
||||||
|
|
||||||
|
WARNING: Installing an MkDocs theme means installing a Python package and executing any code that the author has put in there. So, exercise the usual caution; there's no attempt at sandboxing.
|
||||||
|
|
||||||
[third party themes]: #third-party-themes
|
[third party themes]: #third-party-themes
|
||||||
[theme]: configuration.md#theme
|
[theme]: configuration.md#theme
|
||||||
[Bootstrap]: https://getbootstrap.com/
|
[Bootstrap]: https://getbootstrap.com/
|
||||||
|
|||||||
Reference in New Issue
Block a user