8000 Add testimonials section to website (fixes #3614) by aadarsh-nagrath · Pull Request #9943 · zio/zio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
wants to merge 2 commits into
base: series/2.x
Choose a base branch
from

Conversation

aadarsh-nagrath
Copy link

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

  • Added new testimonials section with community feedback
  • Created new components:
    • Testimonials/index.jsx
    • Testimonials/data.js
    • Testimonials/styles.module.css
  • Fixed build error by removing non-existent file reference from website/sidebars.js

Related Issue

Closes #3614

Screenshots

Screenshot 2025-06-06 at 8 14 20 PM

@CLAassistant
Copy link
CLAassistant commented Jun 6, 2025

CLA assistant check
All committers have signed the CLA.

@aadarsh-nagrath
Copy link
Author

all resolved

@kyri-petrou
Copy link
Contributor

@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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this removed? 🤔

8000 Copy link
Author

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

Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a testimonial section to zio website
6 participants
0