-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat: Add links to similar technologies (#126) #390
Conversation
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.
Great job here @Michael-Obele !! Just left some comments and suggestions but we are very close!
Excellent job.
Thank you for taking the time to look over my work. I appreciate your feedback and have made the necessary improvements. |
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.
Looks good to me! Great job!
Thanks, glad to help. |
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.
Just left a final suggestion in the contribution section.
@benjagm I just made the changes; what do you think? |
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.
Looks great! Lets merge it!
GitHub Issue: #126
Summary: Adds a new page "Links to similar technologies" in the overview section.
Do you think resolving this issue might require an Architectural Decision Record (ADR) (https://github.com/json-schema-org/community/blob/main/CONTRIBUTING.md#key-architectural-decisions)? (significant or noteworthy)
No
Justification: This change introduces a new page in the documentation listing existing technologies similar to JSON Schema. The page provides context and resources for users who want to explore alternative approaches to data validation and description. This addition primarily involves adding content and linking to existing resources, and does not significantly impact the overall architecture of the codebase. Therefore, an Architectural Decision Record (ADR) is not considered necessary for this specific change.