-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add testimonials section to website (fixes #3614) #9943
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: series/2.x
Are you sure you want to change the base?
Add testimonials section to website (fixes #3614) #9943
Conversation
all resolved |
@khajavi let me know if you're OK with these changes and I'll merge it |
@@ -488,7 +488,6 @@ module.exports = { | |||
type: "category", | |||
label: "Tutorial Guides", | |||
items: [ | |||
"guides/tutorials/configurable-zio-application", |
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.
Why was this removed? 🤔
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.
Actually there is no file named configurable-zio-application in this path doc/guides/tutorials/
hence its reference here gave err during build
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.
The subproject links are broken at build time, but do exist: https://zio.dev/guides/tutorials/configurable-zio-application
Description
This PR adds a testimonials section to the ZIO website, showcasing positive feedback from the community. It also fixes a build error by removing a reference to a non-existent file.
Changes
Testimonials/index.jsx
Testimonials/data.js
Testimonials/styles.module.css
website/sidebars.js
Related Issue
Closes #3614
Screenshots