Files
open-wc/docs/_data/footer.json
Thomas Allmer 0a1b247513 chore: new website using rocket
Co-authored-by: Lars den Bakker <larsdenbakker@gmail.com>
2020-10-29 11:50:15 +01:00

50 lines
915 B
JSON

[
{
"name": "Discover",
"children": [
{
"text": "Blog",
"href": "/blog/"
},
{
"text": "About",
"href": "/discover/about/"
},
{
"text": "Help and Feedback",
"href": "https://github.com/open-wc/open-wc/issues"
}
]
},
{
"name": "Follow",
"children": [
{
"text": "Github",
"href": "https://github.com/open-wc/open-wc"
},
{
"text": "Twitter",
"href": "https://twitter.com/openwc"
},
{
"text": "Slack",
"href": "/discover/slack/"
}
]
},
{
"name": "Support",
"children": [
{
"text": "Sponsor",
"href": "https://opencollective.com/modern-web"
},
{
"text": "Contribute",
"href": "https://github.com/open-wc/open-wc/blob/master/CONTRIBUTING.md"
}
]
}
]