diff --git a/docs/cheatsheets/Waku-Hacker.pdf b/docs/cheatsheets/Waku-Hacker.pdf new file mode 100644 index 0000000..5d9bb04 Binary files /dev/null and b/docs/cheatsheets/Waku-Hacker.pdf differ diff --git a/docs/cheatsheets/Waku-NodeOperator.pdf b/docs/cheatsheets/Waku-NodeOperator.pdf new file mode 100644 index 0000000..040b8c6 Binary files /dev/null and b/docs/cheatsheets/Waku-NodeOperator.pdf differ diff --git a/docs/cheatsheets/index.md b/docs/cheatsheets/index.md new file mode 100644 index 0000000..6bd2873 --- /dev/null +++ b/docs/cheatsheets/index.md @@ -0,0 +1,15 @@ +# Cheatsheets + +| | Description | +| - | - | +| [Hacker cheatsheet](Waku-Hacker.pdf) | A guide explaining various Waku protocols and links to other developer resources | +| [Node operator cheatsheet](Waku-NodeOperator.pdf) | A quick start guide for node operators to setup their own Waku node using the docker-compose command| + +## Other resources + +| | Description | +| - | - | +| [Idea board](https://ideas.waku.org) | Sample ideas and Waku use cases for inspiration | +| [Projects and workshops from previous hackathons](https://github.com/waku-org/awesome-waku) | A list of all the workshops, talks and hackathon projects from various Waku sponsored hackathons | +| [Example apps](https://examples.waku.org) | Some example apps that implement Waku | +| [Post-hackathon bounties](https://github.com/waku-org/bounties/issues) | Asynchronous bounties that are open for the Waku developer community | \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 7cb2b20..ad41722 100644 --- a/sidebars.js +++ b/sidebars.js @@ -97,6 +97,8 @@ const sidebars = { dirName: 'research', // '.' means the current docs folder }, ], + cheatsheets: [ + ], }; module.exports = sidebars;