Commit Graph

151 Commits

Author SHA1 Message Date
fryorcraken.eth f9e788f7bd
Merge pull request #45 from acid-info/color-mode-switch 2023-03-29 16:06:46 +11:00
Hossein Mehrabi 6fbca7b30c
enable color mode switch button 2023-03-23 21:29:03 +03:30
Hossein Mehrabi 95922cc678
add the white logo to static directory 2023-03-23 21:28:37 +03:30
Kumaraguru 4dffda6150
Highlighting 'waku is not production ready'
Added an announcement bar that reflects the fact that existing waku network can't be used for production apps nor mission critical systems (involving economical value)
2023-03-22 11:15:36 +05:30
Kumaraguru 6203142ec6
Adding a theme toggle
Switches between light mode and dark mode with the default theme being light mode.
2023-03-22 10:56:57 +05:30
fryorcraken.eth 67061361dc
Merge pull request #42 from waku-org/overview-folder 2023-03-22 14:11:30 +11:00
fryorcraken.eth 8d8ca73a2e
rename main folder to overview
To be consistent with the naming.
2023-03-22 14:07:12 +11:00
SWB 7b4f48f6d4
Merge pull request #41 from waku-org/jenkins-ci
add jenkinsfile
2023-03-21 22:36:26 +00:00
swb 217dd7d0cb
add jenkinsfile
In the `Build` stage, the site generated into `build` directory.
Also the `CNAME` file created in the same stage with `PROD_SITE`
2023-03-21 22:24:01 +00:00
fryorcraken.eth 171ec76c3e
Merge pull request #40 from waku-org/fix/links 2023-03-22 07:26:20 +11:00
fryorcraken.eth a9ce323ab4
remove unnecessary comments 2023-03-21 22:17:33 +11:00
fryorcraken.eth d8b256f5c0
Add section for JavaScript documentation 2023-03-21 22:17:21 +11:00
fryorcraken.eth d814c29c30
Fix social links 2023-03-21 21:32:23 +11:00
fryorcraken.eth 50f3a45327
Merge pull request #37 from acid-info/docusaurus-default-theme 2023-03-21 21:29:58 +11:00
Hossein Mehrabi 4440efb9e6
Use Docusaurus's default theme 2023-03-17 15:12:43 +03:30
Sasha f8f53623ae
Merge pull request #36 from waku-org/dependabot/npm_and_yarn/webpack-5.76.1
Bump webpack from 5.75.0 to 5.76.1
2023-03-15 21:11:06 +01:00
dependabot[bot] 2747c4e986
Bump webpack from 5.75.0 to 5.76.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 10:21:20 +00:00
fryorcraken.eth 998dc52edb
Merge pull request #34 from waku-org/dependabot/npm_and_yarn/http-cache-semantics-4.1.1 2023-02-09 20:16:43 +11:00
dependabot[bot] 30b29db9e5
Bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 22:55:53 +00:00
Danish Arora dd5709e779
feat: use Logos theme & plugin (#33)
* Use Logos plugins and theme.

* Upgrade dependencies.

* feat: improvements on docs (#24)

* add: security features

* add: protocols overview by example

* add: different protocols

* add: spell check on CI

* rm: yarn.lock to avoid inconsistencies

* Update docs/Concepts/1.md

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* Update docs/Concepts/2.md

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* Update docs/Concepts/2.md

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* Update docs/Concepts/7.md

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* Update docs/Concepts/7.md

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* convert mscgen sequence to mermaid

* partially adress review comments

* address: comments

* fix: ci

* chore: address minor typos/changes in docs

* add: pros/cons for discv5 and peer-exchange

* fix: minor typo

* chore: address refactoring

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* chore: refactor ordering/naming of markdown files  (#29)

* chore: rename md files and use config ordering

it is unfeasible to track the changes in files labelled as '1.md', '2.md', etc and
way easier when the files are named after their contents.

* fix: hint box render

* fix: markdown links

* finish merge

* push yarn.lock

Co-authored-by: Hossein Mehrabi <ohyeaross@gmail.com>
Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
2023-01-23 15:07:39 +05:30
Danish Arora 397be651dc
chore: refactor ordering/naming of markdown files (#29)
* chore: rename md files and use config ordering

it is unfeasible to track the changes in files labelled as '1.md', '2.md', etc and
way easier when the files are named after their contents.

* fix: hint box render

* fix: markdown links
2022-12-23 16:59:16 +05:30
Danish Arora 4413612924
feat: improvements on docs (#24)
* add: security features

* add: protocols overview by example

* add: different protocols

* add: spell check on CI

* rm: yarn.lock to avoid inconsistencies

* Update docs/Concepts/1.md

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* Update docs/Concepts/2.md

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* Update docs/Concepts/2.md

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* Update docs/Concepts/7.md

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* Update docs/Concepts/7.md

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* convert mscgen sequence to mermaid

* partially adress review comments

* address: comments

* fix: ci

* chore: address minor typos/changes in docs

* add: pros/cons for discv5 and peer-exchange

* fix: minor typo

* chore: address refactoring

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
2022-12-19 16:56:42 +05:30
fryorcraken.eth 4656af3c37
Merge pull request #14 from waku-org/dependabot/npm_and_yarn/loader-utils-2.0.3 2022-11-14 21:12:25 +11:00
fryorcraken.eth 28b0fa3eaf
Merge pull request #17 from waku-org/dependabot/npm_and_yarn/minimatch-and-recursive-readdir-and-serve-handler-3.1.2 2022-11-14 21:09:45 +11:00
dependabot[bot] 3c61026ca4
Bump minimatch, recursive-readdir and serve-handler
Bumps [minimatch](https://github.com/isaacs/minimatch), [recursive-readdir](https://github.com/jergason/recursive-readdir) and [serve-handler](https://github.com/zeit/serve-handler). These dependencies needed to be updated together.

Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `recursive-readdir` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/jergason/recursive-readdir/releases)
- [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3)

Updates `serve-handler` from 6.1.3 to 6.1.5
- [Release notes](https://github.com/zeit/serve-handler/releases)
- [Commits](https://github.com/zeit/serve-handler/compare/6.1.3...6.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: recursive-readdir
  dependency-type: indirect
- dependency-name: serve-handler
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 14:25:09 +00:00
Danish Arora 6c6cf72e3c
add: prettier
* fix: build

Signed-off-by: danisharora099 <danisharora099@gmail.com>

* add: prettier & write files

Signed-off-by: danisharora099 <danisharora099@gmail.com>

* setup: pre commit hook to run tsc & prettier

Signed-off-by: danisharora099 <danisharora099@gmail.com>

* rm: prettierrc

Signed-off-by: danisharora099 <danisharora099@gmail.com>

* sign commmit

Signed-off-by: danisharora099 <danisharora099@gmail.com>

Signed-off-by: danisharora099 <danisharora099@gmail.com>
2022-11-11 19:52:14 +05:30
dependabot[bot] b4d3a5dacf
Bump loader-utils from 2.0.2 to 2.0.3
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 14:02:39 +00:00
fryorcraken.eth a92df28195
Merge pull request #13 from waku-org/make-about-home 2022-11-08 16:37:42 +11:00
danisharora099 962abb1583
fix: build 2022-11-08 16:36:35 +11:00
fryorcraken.eth d86faf563c
Fix metadata 2022-11-08 13:25:45 +11:00
fryorcraken.eth bfd32a46af
Update GitHub URL 2022-11-08 13:25:14 +11:00
fryorcraken.eth 88b7399e43
Move `About` to home page 2022-11-08 10:51:39 +11:00
fryorcraken.eth ee0cf40813
Fix social links 2022-11-08 10:46:55 +11:00
fryorcraken.eth 50ca789ed1
Merge pull request #11 from waku-org/danisharora/update-docs 2022-11-08 10:43:15 +11:00
fryorcraken.eth f840ceb0bd
Squashed commit of the following:
commit dd5a32197457cdcb0c09f838cb05c5b5a3109b81
Author: fryorcraken.eth <git@fryorcraken.xyz>
Date:   Tue Nov 8 10:28:31 2022 +1100

    Remove unneeded sentence

commit af1a5415cd21b6a9d424ebe267a83944fbb84ff4
Author: fryorcraken.eth <git@fryorcraken.xyz>
Date:   Tue Nov 8 10:26:05 2022 +1100

    Fix typo

commit a51d98c64925c0d87695c8f49cbdb39d1461f13d
Author: fryorcraken.eth <git@fryorcraken.xyz>
Date:   Tue Nov 8 10:23:26 2022 +1100

    Fix spelling/terminology

commit 9bab3692854f510c429582c17ae41b6d5d753e44
Author: danisharora099 <danisharora099@gmail.com>
Date:   Tue Nov 8 00:45:58 2022 +0530

    fix: build

commit 3cb05f0115f5c84a8aab5f7727a86384c1b68d8f
Author: danisharora099 <danisharora099@gmail.com>
Date:   Mon Nov 7 19:39:54 2022 +0530

    resolve conflict

commit 7f2fa8969ca320070e097594cec3d38994409114
Merge: 726a397 d1c93ec
Author: danisharora099 <danisharora099@gmail.com>
Date:   Mon Nov 7 19:39:47 2022 +0530

    Merge remote-tracking branch 'refs/remotes/origin/danisharora/update-docs' into danisharora/update-docs

commit 726a397f04fdc2380f70618532839a7cc31ff68d
Author: danisharora099 <danisharora099@gmail.com>
Date:   Mon Nov 7 19:37:07 2022 +0530

    address comments and clean up

commit d1c93ec03e83fef26b96ceb7c990f450646fff9e
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:34:35 2022 +0530

    Update docs/Guide/01-Prerequisites/1.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 7e86d1a08ba7dff2524e37f2e0073966705c55a2
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:34:25 2022 +0530

    Update docs/Guide/01-Prerequisites/1.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit d94bd4a00c2fa27b696d20e88e0ac05459733beb
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:34:09 2022 +0530

    Update docs/Guide/01-Prerequisites/1.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 19d727518fff2f28cfdf29e05cbbd7bfe4a4bab4
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:33:58 2022 +0530

    Update docs/Concepts/7.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 3570c2ff6446b0cd1dea48a214f9ce8b5ca6a1de
Author: danisharora099 <danisharora099@gmail.com>
Date:   Mon Nov 7 19:32:04 2022 +0530

    rm: section

commit 576b5c1c2c2b034dfd17a192f417a9c89e968dbe
Author: danisharora099 <danisharora099@gmail.com>
Date:   Mon Nov 7 19:31:06 2022 +0530

    rm: protocol identifiers

commit 5a0ea01bdbc38ac54b0f3824c8ed3eb9feb609d4
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:26:03 2022 +0530

    Update docs/Concepts/1.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit b60b0abaebf0b553c4eb8041b5da83aac282c6a6
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:25:39 2022 +0530

    Update docs/About/7.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit c280e4d6df1d7a16e884e13c0319bdecad833db7
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:25:24 2022 +0530

    Update docs/About/6.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit ded38b4d795b02c4ca4d8dfe4a0c588b0b68bfcc
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:21:57 2022 +0530

    Update docs/About/4.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 85f6161aeefc4591a59a2f424a7f39ecb7d8c74c
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:21:46 2022 +0530

    Update docs/About/4.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 72c0cb9d28ff4b030ebd874b0650b67182bbd015
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:20:31 2022 +0530

    Update docs/About/3.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 6e4a067fe5b352789a45bb19b65e2168e655c77f
Author: danisharora099 <danisharora099@gmail.com>
Date:   Mon Nov 7 19:20:20 2022 +0530

    fix: gitignore

commit b2871014aaeabf2ca6d3f7cdf5da89662f8e81a3
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Mon Nov 7 19:16:45 2022 +0530

    Update docs/About/7.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 66b7add730064730ad26610eebaeec672a1619e2
Author: danisharora099 <danisharora099@gmail.com>
Date:   Fri Nov 4 21:31:04 2022 +0530

    fix: build

commit 11f17a726f1fe389c60920a7be93eb9adbc44fa0
Author: danisharora099 <danisharora099@gmail.com>
Date:   Fri Nov 4 21:18:43 2022 +0530

    minor fixes

commit d4741551a0946c1225aa8631deaa4fdb05e15a2c
Author: danisharora099 <danisharora099@gmail.com>
Date:   Fri Nov 4 20:58:42 2022 +0530

    add: guide: waku-relay

commit f67d3b26d65ec863ca330b17b447e084bf1b4db1
Author: danisharora099 <danisharora099@gmail.com>
Date:   Fri Nov 4 20:08:33 2022 +0530

    address comments

commit 7eec7bcc72fb8f2949c4f76dcda63b04af6c450c
Author: danisharora099 <danisharora099@gmail.com>
Date:   Fri Nov 4 17:24:42 2022 +0530

    add: content topic guide

commit bc958ddb18bd35563e937ddd0650bdaf46e3494a
Author: danisharora099 <danisharora099@gmail.com>
Date:   Thu Nov 3 15:59:47 2022 +0530

    address comments

commit 0adcdceacae989cf384aaf50ba692d45faa3173a
Author: danisharora099 <danisharora099@gmail.com>
Date:   Thu Nov 3 12:42:49 2022 +0530

    improve why waku

commit cba05cc434e285da84d6ea1d3d110868919d3a01
Author: danisharora099 <danisharora099@gmail.com>
Date:   Thu Nov 3 12:11:50 2022 +0530

    rename concepts

commit a403a2dc6b8bd303fd24ae746f538708f0f8f4eb
Author: danisharora099 <danisharora099@gmail.com>
Date:   Thu Nov 3 12:05:43 2022 +0530

    update gitignore

commit 57d7a79daf1995cce10a64c7d88009a2e6699b88
Author: danisharora099 <danisharora099@gmail.com>
Date:   Thu Nov 3 12:05:01 2022 +0530

    add cspell.json

commit 05cbe6c9f51497dfcec2bca017caf7d83b30b5f8
Author: danisharora099 <danisharora099@gmail.com>
Date:   Thu Nov 3 12:04:52 2022 +0530

    address comments

commit b9afeeed905d4919bbc07832f790f5a22c624929
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Thu Nov 3 11:34:41 2022 +0530

    Update docs/Development Concepts/3.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 44043485708339982f6435ae52eee6f526421132
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Thu Nov 3 11:32:38 2022 +0530

    Update docs/Development Concepts/2.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 9d152946c7ed0c2f0cefbeab6bfd19240d788546
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Thu Nov 3 11:32:28 2022 +0530

    Update docs/Development Concepts/2.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit cb74f57e96451dc69f5ab06b5fbeda37ecc3e45c
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Thu Nov 3 11:32:15 2022 +0530

    Update docs/Development Concepts/2.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit a8b7dcaf9f2502fc94bb6f1bbcce62881020a351
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Thu Nov 3 11:32:02 2022 +0530

    Update docs/Development Concepts/2.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit ec6a8f2399eb43d99af40e64f5c76a678528337a
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Thu Nov 3 11:28:49 2022 +0530

    Update docs/About/7.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit ed3f35959cf10ce372d84e5db7a241e1fa5e40e0
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Thu Nov 3 11:28:42 2022 +0530

    Update docs/About/7.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 78ae346c05f266403b2ba0c9b320eb2fcb96fa74
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Thu Nov 3 11:28:35 2022 +0530

    Update docs/About/6.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 2af69de57697c0f3addc323135d0e16e35894ddc
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Thu Nov 3 11:28:26 2022 +0530

    Update docs/About/3.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 7b3e3519d2fa33627dfa2d19cab84c29639d90e8
Author: danisharora099 <danisharora099@gmail.com>
Date:   Thu Nov 3 00:39:49 2022 +0530

    iterate

commit c37f84b91a7dbfa899c39f8357170ba94ed03324
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Wed Nov 2 15:30:56 2022 +0530

    Update docs/Development Concepts/Protocols/2.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit b9b7c8f57eafbbc77b7f8e866eada71f3b147813
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Wed Nov 2 15:11:47 2022 +0530

    Update docs/About/7.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit c0bf3a4778cfbc2bc821e96e54a370ddc9577ebc
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Wed Nov 2 15:11:07 2022 +0530

    Update docs/About/6.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit a30737bd7cbfa4a4549caac0e256701aa16ca3d5
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Wed Nov 2 15:10:43 2022 +0530

    Update docs/About/6.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 4a0851efebe332e767050688bcd7a231815aea3e
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Wed Nov 2 14:59:05 2022 +0530

    Update docs/About/2.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 0ed49e6f2c143d1b13fe1d9b98ca777129edb657
Author: Danish Arora <35004822+danisharora099@users.noreply.github.com>
Date:   Wed Nov 2 14:58:56 2022 +0530

    Update docs/About/1.md

    Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

commit 2793d8f8b7c29720c67ceffdf30a1ee5a6cdf4bd
Author: danisharora099 <danisharora099@gmail.com>
Date:   Tue Nov 1 19:51:24 2022 +0530

    restructure & add new docs
2022-11-08 10:42:05 +11:00
fryorcraken.eth 0e4e20d14b
Merge pull request #8 from waku-org/add-issues-to-project 2022-08-26 18:07:07 +10:00
fryorcraken.eth da87c7bc41
misc: add issues to Waku Product project board 2022-08-26 18:05:49 +10:00
amir houieh 9f0d8fabad
Merge pull request #6 from waku-org/amirhouieh-patch-1
triggering staging deployment on vercel
2022-08-17 14:39:42 +02:00
amir houieh 50e9f3f579
Update sidebars.js 2022-08-17 14:38:33 +02:00
fryorcraken.eth f616061786
Merge pull request #5 from waku-org/docusaurus 2022-08-17 22:26:41 +10:00
amir houieh 0345d2d47e
Update docusaurus.config.js
Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
2022-08-17 22:26:09 +10:00
amirhouieh fd07e4983a
add vercel deployment text #5 2022-08-17 22:26:09 +10:00
amir houieh 175dcf60a3
Create choose-content-topic.md 2022-08-17 22:26:08 +10:00
amirhouieh f641cef4c2
remove broken links 2022-08-17 22:26:08 +10:00
fryorcraken.eth 3aa9fcb601
add some docs and plugin to play around 2022-08-17 22:26:08 +10:00
amir houieh 44447d6fca
Update sidebars.js 2022-08-17 22:26:08 +10:00
amirhouieh 1e8362c090
initial structure and testing 2022-08-17 22:26:08 +10:00
fryorcraken.eth 437b806663
Merge pull request #1 from waku-org/add-docs
configure website, add documentation
2022-07-29 16:29:27 +10:00
fryorcraken.eth 75dfb9fa47
configure website, add documentation 2022-07-29 16:27:21 +10:00
fryorcraken.eth a717e63e3b
Update readme 2022-07-29 16:12:02 +10:00