mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-02 21:03:13 +00:00
configure website, add documentation
Description
Content of https://waku.guide website.
Practical notes
- Please keep this repo clean and for markdown content ONLY
- In case you have any issue with rendering, how website looks (design), etc, please file an issue on logos website builder. And/or feel free to contact Amir.
Continuous Integration
developbranch is pushed to dev.waku.guide via GitHub Action.masterbranch is pushed to waku.guide via GitHub Action.
Change Process
- Create a new working branch from
develop:git checkout develop; git checkout -b my-changes, - Proceed with changes, push to
originand open a Pull Request againstdevelop, - Once approved, merge pull request, check changes on dev.waku.guide,
- Once ready to promote to live website, rebase master on develop:
git checkout master; git pull master; git rebase origin/develop; git push.
Description
Languages
JavaScript
59.2%
Python
18.3%
SCSS
18.1%
Nix
4%
TypeScript
0.4%