-
Notifications
You must be signed in to change notification settings - Fork 65
feat(ui): Add FAQ page with styled sections and category navigation #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
I'll wait to hear about the valkey-doc#329 |
Looks like we're going to port the FAQ from docs to the website repo. |
- Create new FAQ template with left sidebar navigation - Add styled FAQ sections with collapsible content - Implement category-based navigation links - Add review notice banner for pages under review Signed-off-by: Daniel Phillips <[email protected]>
- Move FAQ content from external source to local repository - Update FAQ styling and layout for better readability Signed-off-by: Daniel Phillips <[email protected]>
76ad65f
to
1bb87b8
Compare
Signed-off-by: Daniel Phillips <[email protected]>
Signed-off-by: Daniel Phillips <[email protected]>
@stockholmux latest changes include:
|
Signed-off-by: Daniel Phillips <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem like an approach that will be easy to update or use.
Can we use a Zola section and page with render = false
?
Ideally, each FAQ item is built from it's own markdown file: the question would be a front matter item, and the answer would be the body of the file. The FAQ categories would be a taxonomy.
This would make it easy to update and add more. Once the FAQ is ported over, we can just get rid of the file on valkey-doc
- Split FAQ into individual topic files for better organization - Update templates to support new FAQ structure Signed-off-by: Daniel Phillips <[email protected]>
Signed-off-by: Daniel Phillips <[email protected]>
@stockholmux |
Update FAQ UI
feat(ui): Add FAQ page with styled sections and category navigation