()
| 4 | */ |
| 5 | module.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; |
nothing calls this directly
no outgoing calls
no test coverage detected