diff --git a/README.md b/README.md index c646d57..db49294 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ INFO - Building documentation... ``` Within the browser (e.g. http://127.0.0.1:8000/info), you should -see a description of the plugins environment: +see a description of the plugin's environment: ![macros_info()](macros_info.png) diff --git a/setup.py b/setup.py index da9fc32..5ae1783 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # Initialization # -------------------- -VERSION_NUMBER = '1.0.4' +VERSION_NUMBER = '1.0.5' # required if you want to run document/test # pip install 'mkdocs-macros-plugin[test]' diff --git a/webdoc/docs/index.md b/webdoc/docs/index.md index 1d62295..9dc0126 100644 --- a/webdoc/docs/index.md +++ b/webdoc/docs/index.md @@ -4,7 +4,7 @@ Mkdocs-Macros static website generator, with the use of variables and macros. ** !!! Tip "A mini-framework" - mkdocs-macros is more than a "plugin". It is a **mini-framework** + Mkdocs-Macros is more than a "plugin". It is a **mini-framework** developped with one goal in mind: **To enhance mkdocs with the macro and automation capabilities @@ -34,7 +34,7 @@ that: The capabilities of **mkdocs-macros-plugin** are so wide that it can be called a **"mini-framework"**. -**mkdocs-macros-plugin** is very easy to use **out of the box**, +**Mkdocs-Macros** is very easy to use **out of the box**, even for small documentation projects: it provides data about the platform, the git repository (if any), etc. diff --git a/webdoc/mkdocs.yml b/webdoc/mkdocs.yml index e2f7834..ab538bd 100644 --- a/webdoc/mkdocs.yml +++ b/webdoc/mkdocs.yml @@ -52,9 +52,7 @@ plugins: # 1. a question of "boostrap" (avoid chicken and the egg issues) # 2. avoid interpreting the jinja2 code examples as instructions. - search - - include-markdown - - mermaid2: - arguments: - securityLevel: 'loose' + # - include-markdown + - mermaid2