Skip to content

Commit 63f52b3

Browse files
content: update wcc links and logo (#264)
1 parent 967776c commit 63f52b3

2 files changed

Lines changed: 5 additions & 26 deletions

File tree

src/assets/wcc.svg

Lines changed: 4 additions & 25 deletions
Loading

src/pages/docs/reference/appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Here are some of the most useful paths available on **context**, all of which ar
133133

134134
By default, Greenwood handles server rendering with [**WCC (Web Components Compiler)**](https://github.com/ProjectEvergreen/wcc), which brings with it a minimal DOM Shim that emulates a minimal amount of DOM and Web APIs, most as no-ops for the benefit of making SSR and prerendering a bit more ergonomic for development.
135135

136-
It is fine-tuned for creating Light and Shadow DOM based custom elements. The full list is documented [here](https://merry-caramel-524e61.netlify.app/#key-features), with some key features being:
136+
It is fine-tuned for creating Light and Shadow DOM based custom elements. The full implementation can be seen [here](https://github.com/ProjectEvergreen/wcc/blob/master/src/dom-shim.js), with some key features being:
137137

138138
- `customElements.define`
139139
- `attachShadow`

0 commit comments

Comments
 (0)