User Story
As a Gibbon user
I want to see a list of FAQs about Gibbon
So that I can find the FAQ that I want to read an answer for
Acceptance Criteria
Given I am on https://docs.gibbonedu.org/faq
And I see a list of FAQs about Gibbon that are links
When I click on a FAQ link
Then I can read the answer for the FAQ
Additional Information
The current FAQ page can be improved by showing a list of FAQs that are links. Users can then read the list of FAQs and then click on a FAQ link which will then scroll down the page to the relevant FAQ answer.
Currently, a user needs to scroll down the FAQ page through all the FAQ and answers until they find the FAQ they are looking for. See Python FAQs as an example.
User Story
As a Gibbon user
I want to see a list of FAQs about Gibbon
So that I can find the FAQ that I want to read an answer for
Acceptance Criteria
Given I am on https://docs.gibbonedu.org/faq
And I see a list of FAQs about Gibbon that are links
When I click on a FAQ link
Then I can read the answer for the FAQ
Additional Information
The current FAQ page can be improved by showing a list of FAQs that are links. Users can then read the list of FAQs and then click on a FAQ link which will then scroll down the page to the relevant FAQ answer.
Currently, a user needs to scroll down the FAQ page through all the FAQ and answers until they find the FAQ they are looking for. See Python FAQs as an example.