File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ INFO - Building documentation...
163
163
` ` `
164
164
165
165
Within the browser (e.g. http://127.0.0.1:8000/info), you should
166
- see a description of the plugins environment:
166
+ see a description of the plugin's environment:
167
167
168
168

169
169
Original file line number Diff line number Diff line change 12
12
# Initialization
13
13
# --------------------
14
14
15
- VERSION_NUMBER = '1.0.4 '
15
+ VERSION_NUMBER = '1.0.5 '
16
16
17
17
# required if you want to run document/test
18
18
# pip install 'mkdocs-macros-plugin[test]'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Mkdocs-Macros
4
4
static website generator, with the use of variables and macros. **
5
5
6
6
!!! Tip "A mini-framework"
7
- mkdocs-macros is more than a "plugin". It is a ** mini-framework**
7
+ Mkdocs-Macros is more than a "plugin". It is a ** mini-framework**
8
8
developped with one goal in mind:
9
9
10
10
** To enhance mkdocs with the macro and automation capabilities
34
34
The capabilities of ** mkdocs-macros-plugin** are so wide
35
35
that it can be called a ** "mini-framework"** .
36
36
37
- ** mkdocs-macros-plugin ** is very easy to use ** out of the box** ,
37
+ ** Mkdocs-Macros ** is very easy to use ** out of the box** ,
38
38
even for small documentation projects: it provides
39
39
data about the platform, the git repository (if any), etc.
40
40
Original file line number Diff line number Diff line change @@ -52,9 +52,7 @@ plugins:
52
52
# 1. a question of "boostrap" (avoid chicken and the egg issues)
53
53
# 2. avoid interpreting the jinja2 code examples as instructions.
54
54
- search
55
- - include-markdown
56
- - mermaid2 :
57
- arguments :
58
- securityLevel : ' loose'
55
+ # - include-markdown
56
+ - mermaid2
59
57
60
58
You can’t perform that action at this time.
0 commit comments