Skip to content

Commit fc43804

Browse files
committed
refactor(HandlebarsGenerator): do not require symbol as hash parameter
1 parent d38d3e1 commit fc43804

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{{! The section with a symbol in single page output or the symbol page in multi page output }}
2-
{{> symbol symbol=symbol}}
2+
{{> symbol }}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{> (concat 'symbols' '/' (lookup symbol 'kind')) symbol=symbol }}
1+
{{> (concat 'symbols' '/' (lookup symbol 'kind')) }}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{{! The section with a symbol in single page output or the symbol page in multi page output }}
2-
{{> symbol symbol=symbol}}
2+
{{> symbol }}

0 commit comments

Comments
 (0)