-
Notifications
You must be signed in to change notification settings - Fork 9
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
[SPIKE] Convert Thoth website to a Gatsby site #245
Comments
/sig user-experience |
@Gkrumbach07: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @shreekarSS |
Documentation uses a combination of bots, sphinx, and swagger-codegen. To integrate Thoth website docs into a gtasby site, we would need to write a script similer to the one made in the bot. The end goal is to replicate what was done on the Thoth Help site, or add enough styling and navigational components to the docs so that it feels seamless with the main website. Issue will be an epic if done. /close |
@Gkrumbach07: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@codificat: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Decided web technologies used:
|
Is your feature request related to a problem? Please describe.
As a Thoth user, I want all Thoth related sites to have the same UI and share navigation to make the Thoth sites feel more uniform.
Describe the solution you'd like
Convert the Thoth site and its content to a Gatsby JS site and have better navigation for the documentation.
Additional context
Gastby can be used to pull markdown files (or any other files), format them, and render them in a consistent way using React. Operate First's old website did this and their new site also uses Gatsby but doesn't pull markdown data.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: