You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mrdocs.schema.json
+6
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,12 @@
168
168
"title": "Include files to extract",
169
169
"type": "object"
170
170
},
171
+
"legible-names": {
172
+
"default": true,
173
+
"description": "Use legible names for ids in the documentation. When set to true, MrDocs uses legible names for symbols in the documentation. These are symbols that are legible but still safe for URLs. When the option is set to false, MrDocs uses a hash of the symbol ID.",
174
+
"title": "Use legible names",
175
+
"type": "boolean"
176
+
},
171
177
"multipage": {
172
178
"default": true,
173
179
"description": "Generates a multipage documentation. The output directory must be a directory. This option acts as a hint to the generator to create a multipage documentation. Whether the hint is followed or not depends on the generator.",
Copy file name to clipboardExpand all lines: src/lib/Lib/ConfigOptions.json
+7
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,13 @@
147
147
"type": "path",
148
148
"default": "<mrdocs-root>/share/mrdocs/addons",
149
149
"relativeto": "<config-dir>"
150
+
},
151
+
{
152
+
"name": "legible-names",
153
+
"brief": "Use legible names",
154
+
"details": "Use legible names for ids in the documentation. When set to true, MrDocs uses legible names for symbols in the documentation. These are symbols that are legible but still safe for URLs. When the option is set to false, MrDocs uses a hash of the symbol ID.",
0 commit comments