We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e1d6c commit 791a69cCopy full SHA for 791a69c
app/templates/project-version/functions/function.hbs
@@ -1,3 +1,5 @@
1
-<h1 class="module-name">Function</h1>
2
-<hr>
3
-<ClassFieldDescription @type="method" @field={{@model.fn}} @model={{@model.fnModule}} />
+<article class="chapter">
+ <h1 class="module-name">Function</h1>
+ <hr>
4
+ <ClassFieldDescription @type="method" @field={{@model.fn}} @model={{@model.fnModule}} />
5
+</article>
package.json
@@ -165,6 +165,5 @@
165
"overrides": {
166
"node-sass": "^9.0.0"
167
}
168
- },
169
- "packageManager": "pnpm@9.5.0"
+ }
170
0 commit comments