MCPcopy Create free account
hub / github.com/BuilderIO/framework-benchmarks / data

Method data

frameworks/lit/docs-src/api.11ty.cjs:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 */
5module.exports = class Docs {
6 data() {
7 return {
8 layout: 'page.11ty.cjs',
9 title: '<my-element> ⌲ Docs',
10 };
11 }
12
13 render(data) {
14 const manifest = data.api['11tydata'].customElements;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected