adding cheatsheet page
This commit is contained in:
parent
150e5b1f09
commit
03823425ca
Binary file not shown.
Binary file not shown.
|
@ -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 |
|
|
@ -97,6 +97,8 @@ const sidebars = {
|
|||
dirName: 'research', // '.' means the current docs folder
|
||||
},
|
||||
],
|
||||
cheatsheets: [
|
||||
],
|
||||
};
|
||||
|
||||
module.exports = sidebars;
|
||||
|
|
Loading…
Reference in New Issue