diff --git a/addon/components/api/x-import-path.hbs b/addon/components/api/x-import-path.hbs index 2058d03da..ba7670b0f 100644 --- a/addon/components/api/x-import-path.hbs +++ b/addon/components/api/x-import-path.hbs @@ -1,4 +1,4 @@ -
import
diff --git a/addon/components/api/x-meta-panel/header.hbs b/addon/components/api/x-meta-panel/header.hbs
index c82e7ec39..96200d426 100644
--- a/addon/components/api/x-meta-panel/header.hbs
+++ b/addon/components/api/x-meta-panel/header.hbs
@@ -1,3 +1,3 @@
-
+
{{yield}}
\ No newline at end of file
diff --git a/addon/components/api/x-meta-panel/index.hbs b/addon/components/api/x-meta-panel/index.hbs
index b169da086..0d76c6ee3 100644
--- a/addon/components/api/x-meta-panel/index.hbs
+++ b/addon/components/api/x-meta-panel/index.hbs
@@ -1,4 +1,4 @@
-
+
{{yield (hash
header=(component 'api/x-meta-panel/header')
)}}
diff --git a/addon/components/api/x-module/index.hbs b/addon/components/api/x-module/index.hbs
index 3b369f0c0..aae66c261 100644
--- a/addon/components/api/x-module/index.hbs
+++ b/addon/components/api/x-module/index.hbs
@@ -6,4 +6,5 @@
functions=@module.functions
variables=@module.variables
}}
+ ...attributes
/>
\ No newline at end of file
diff --git a/addon/components/api/x-section/index.hbs b/addon/components/api/x-section/index.hbs
index 5fc30683b..94689eba8 100644
--- a/addon/components/api/x-section/index.hbs
+++ b/addon/components/api/x-section/index.hbs
@@ -1,4 +1,4 @@
-
+
+
{{#each-in @toggles as |key toggle|}}
{{#if (not-eq toggle undefined)}}
-
diff --git a/addon/components/docs-demo/index.hbs b/addon/components/docs-demo/index.hbs
index 7e4f1d006..8b2c9c779 100644
--- a/addon/components/docs-demo/index.hbs
+++ b/addon/components/docs-demo/index.hbs
@@ -13,7 +13,7 @@
docs-border-grey-darkest
">
{{#each this.snippets as |snippet|}}
-