3box-dapp icon indicating copy to clipboard operation
3box-dapp copied to clipboard

Add FAQs page to 3box.io

Open michaelsena opened this issue 6 years ago • 3 comments

michaelsena avatar May 22 '19 14:05 michaelsena

Did you already summarize the faq questions (I think you made a call for FAQ items earlier this week), or is this just for building the FAQ page in general and then filling in the finalized FAQ items?

kuhnchris avatar May 22 '19 16:05 kuhnchris

This issue is just for building the FAQs page, which will be populated with the FAQs we asked the community to input on. I still need to consolidate and finalize the question list, then write answers. Here's the FAQ question list if you have any input! https://www.notion.so/threebox/3Box-FAQs-8ff80515497b46c3a853a06962ad6875 - You should be able to add comments to the doc @kuhnchris

michaelsena avatar May 22 '19 18:05 michaelsena

grafik

Do you want to provide the data in some special format? Right now I have a JSON format like this:

  const FAQItems = [{ question: 'Question 1?', answer: '3Box!' },
    { question: 'What am I doing here?', answer: '3Box!' },
    { question: 'Aaaaaaaaaaaaaaa', answer: '3Box!' },
    { question: 'Bee-Movie Script?', answer: '3Box!' },
    { question: 'IPFS', answer: '3Box!' },
    { question: 'OrbitDB', answer: '3Box!' },
  ];

kuhnchris avatar May 26 '19 21:05 kuhnchris