adding cheatsheet page

This commit is contained in:
Kumaraguru 2024-03-07 01:07:53 -05:00
parent 150e5b1f09
commit 03823425ca
4 changed files with 17 additions and 0 deletions

Binary file not shown.

Binary file not shown.

15
docs/cheatsheets/index.md Normal file
View File

@ -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 |

View File

@ -97,6 +97,8 @@ const sidebars = {
dirName: 'research', // '.' means the current docs folder
},
],
cheatsheets: [
],
};
module.exports = sidebars;