We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38d3e1 commit fc43804Copy full SHA for fc43804
share/mrdocs/addons/generator/adoc/layouts/index.adoc.hbs
@@ -1,2 +1,2 @@
1
{{! The section with a symbol in single page output or the symbol page in multi page output }}
2
-{{> symbol symbol=symbol}}
+{{> symbol }}
share/mrdocs/addons/generator/common/partials/symbol.hbs
@@ -1 +1 @@
-{{> (concat 'symbols' '/' (lookup symbol 'kind')) symbol=symbol }}
+{{> (concat 'symbols' '/' (lookup symbol 'kind')) }}
share/mrdocs/addons/generator/html/layouts/index.html.hbs
0 commit comments