Skip to content

SE-2211 Add FAQ page

Boros Gábor requested to merge mavidser/add-faq-page into master

Created by: mavidser

Adds a FAQ page based on the document mentioned in the ticket, and adds a link to the said page on the header.

JIRA ticket: SE-2211

Screenshots: Homepage with link to the page: screenshot_1

The FAQ page: This page has been removed, and instead the link would be to a opencraft.com page screenshot_2

Testing instructions:

  • Checkout this branch.
  • Enter new frontend subdirectory: cd frontend
  • Build Ocim API client: ./scripts/build-api-client.sh
  • Reinstall dependencies: npm install
  • Run frontend, npm start.
  • Go to http://localhost:3000/
  • You should see the link to FAQ on the header, which takes you to the FAQ page.

Reviewers:

Merge request reports