diff --git a/website/docs/guides/helpful-links.md b/website/docs/guides/helpful-links.md new file mode 100644 index 000000000..b587293bf --- /dev/null +++ b/website/docs/guides/helpful-links.md @@ -0,0 +1,12 @@ +--- +sidebar_label: Helpful Links +title: Helpful links +--- + +NodeGui is an open source project that exists because of amazing contributors and users. + +The following repo contains all the helpful links, examples, plugins, etc in a single maintainable place. + +[https://github.com/nodegui/awesome-nodegui/](https://github.com/nodegui/awesome-nodegui/) + +Please do star ⭐️ the [NodeGui project repo](https://github.com/nodegui/nodegui) to show your support 😄 diff --git a/website/sidebars.js b/website/sidebars.js index d1ce6b1a5..66c596048 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -16,6 +16,7 @@ module.exports = { 'guides/scroll-view', 'guides/images', 'guides/networking', + 'guides/helpful-links', ], Guides: [ 'guides/nodegui-architecture',