feat(ui): Add FAQ page with styled sections and category navigation#294
feat(ui): Add FAQ page with styled sections and category navigation#294phiro56 wants to merge 7 commits intovalkey-io:mainfrom
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 <phiro56@gmail.com>
- Move FAQ content from external source to local repository - Update FAQ styling and layout for better readability Signed-off-by: Daniel Phillips <phiro56@gmail.com>
76ad65f to
1bb87b8
Compare
Signed-off-by: Daniel Phillips <phiro56@gmail.com>
Signed-off-by: Daniel Phillips <phiro56@gmail.com>
|
@stockholmux latest changes include:
|
Signed-off-by: Daniel Phillips <phiro56@gmail.com>
There was a problem hiding this comment.
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 <phiro56@gmail.com>
Signed-off-by: Daniel Phillips <phiro56@gmail.com>
|
@stockholmux |
Update FAQ UI
feat(ui): Add FAQ page with styled sections and category navigation