add js-waku faq questions

This commit is contained in:
LordGhostX 2024-03-01 15:41:36 +01:00
parent cfcbb923cd
commit 27b9dd1ff0
No known key found for this signature in database
GPG Key ID: 520CC5DC4F94FCC7
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,37 @@
---
title: JavaScript Waku FAQ
hide_table_of_contents: true
sidebar_label: Frequently Asked Questions
---
import { AccordionItem } from '@site/src/components/mdx'
<AccordionItem title="How do I install the @waku/sdk package in my project?">
</AccordionItem>
<AccordionItem title="Why should I use Protocol Buffers for my application's message structure when using Waku?">
</AccordionItem>
<AccordionItem title="What are the steps to retrieve historical messages using the Store protocol with Waku?">
</AccordionItem>
<AccordionItem title="How can I prevent Store peers from persisting my messages?">
</AccordionItem>
<AccordionItem title="How can I encrypt, decrypt, and sign messages in my Waku application?">
</AccordionItem>
<AccordionItem title="How do I integrate Waku into a React application?">
</AccordionItem>
<AccordionItem title="How can I bootstrap and discover peers in the Waku Network for my browser node?">
</AccordionItem>
<AccordionItem title="How can I integrate Waku into a NodeJS application?">
</AccordionItem>
<AccordionItem title="How can I debug my Waku DApp and check WebSocket connections?">
</AccordionItem>
<AccordionItem title="How can I manage unexpected disconnections of my Filter subscription from Waku?">
</AccordionItem>

View File

@ -43,6 +43,7 @@ const sidebars = {
"guides/js-waku/run-waku-nodejs",
"guides/js-waku/debug-waku-dapp",
"guides/js-waku/manage-filter",
"guides/js-waku/faq",
{
type: 'html',
value: '<a href="https://examples.waku.org" target="_blank" rel="noopener noreferrer" class="menu__link external-link">@waku/sdk Examples<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>',