Go to file
fryorcraken.eth 437b806663
Merge pull request #1 from waku-org/add-docs
configure website, add documentation
2022-07-29 16:29:27 +10:00
.github/workflows Initial commit 2022-07-29 15:46:00 +10:00
docs configure website, add documentation 2022-07-29 16:27:21 +10:00
static-assets configure website, add documentation 2022-07-29 16:27:21 +10:00
.gitignore Initial commit 2022-07-29 15:46:00 +10:00
README.md Update readme 2022-07-29 16:12:02 +10:00
config.json configure website, add documentation 2022-07-29 16:27:21 +10:00
index.md configure website, add documentation 2022-07-29 16:27:21 +10:00

README.md

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

  • develop branch is pushed to dev.waku.guide via GitHub Action.
  • master branch is pushed to waku.guide via GitHub Action.

Change Process

  1. Create a new working branch from develop: git checkout develop; git checkout -b my-changes,
  2. Proceed with changes, push to origin and open a Pull Request against develop,
  3. Once approved, merge pull request, check changes on dev.waku.guide,
  4. Once ready to promote to live website, rebase master on develop: git checkout master; git pull master; git rebase origin/develop; git push.