@@ -33,6 +33,15 @@ This defines what the default value for a setting is.
33
33
34
34
: <!-- md:default --> Specified setting has a default value
35
35
: <!-- md:default none --> Specified setting has no default value and is empty
36
+ : <!-- md:default computed --> Specified setting is automatically computed by the app
37
+
38
+ <br />
39
+
40
+ ## <!-- md:command --> Command { #command data-toc-label="Command" }
41
+
42
+ This defines a command
43
+
44
+ : <!-- md:command --> Specified setting has a default value
36
45
37
46
<br />
38
47
@@ -50,12 +59,45 @@ Items listed with this symbol indicate that they are required to be set.
50
59
51
60
## <!-- md:flag customization --> Customization { #customization data-toc-label="Customization" }
52
61
53
- This symbol denotes that the item described is a customization which affects the overall look of the plugin .
62
+ This symbol denotes that the item described is a customization which affects the overall look of the app .
54
63
55
64
<br />
56
65
57
- ## <!-- md:utility --> Utility { data-toc-label="Utility " }
66
+ ## <!-- md:3rdparty --> 3rd Party { data-toc-label="3rd Party " }
58
67
59
68
This symbol denotes that the item described is classified as something that changes the overall functionality of the plugin.
60
69
61
- [ Insiders ] : insiders/index.md
70
+ <br />
71
+
72
+ ### <!-- md:flag metadata --> – Metadata property { #metadata data-toc-label="Metadata property" }
73
+
74
+ This symbol denotes that the item described is a metadata property, which can
75
+ be used in Markdown documents as part of the front matter definition.
76
+
77
+ <br />
78
+
79
+ ### <!-- md:flag multiple --> – Multiple instances { #multiple-instances data-toc-label="Multiple instances" }
80
+
81
+ This symbol denotes that the plugin supports multiple instances, i.e, that it
82
+ can be used multiple times in the ` plugins ` setting in ` mkdocs.yml ` .
83
+
84
+ <br />
85
+
86
+ ### <!-- md:feature --> – Optional feature { #feature data-toc-label="Optional feature" }
87
+
88
+ Most of the features are hidden behind feature flags, which means they must
89
+ be explicitly enabled via ` mkdocs.yml ` . This allows for the existence of
90
+ potentially orthogonal features.
91
+
92
+ <br />
93
+
94
+ ### <!-- md:backers --> – Backers only { data-toc-label="Backers only" }
95
+
96
+ The pumping heart symbol denotes that a specific feature or behavior is only
97
+ available to backers. Normal users will not have access to this particular item.
98
+
99
+ <br />
100
+
101
+ ---
102
+
103
+ <br />
0 commit comments