-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
New information architecture #1194
base: main
Are you sure you want to change the base?
New information architecture #1194
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.
@valeriahhdez pls. resolve the failing lint workflow. For doing so you've to run the command yarn run lint:fix
pages/learn/guides/index.page.tsx
Outdated
import Head from 'next/head'; | ||
import { Headline1 } from '~/components/Headlines'; | ||
import { SectionContext } from '~/context'; | ||
import Card from '~/components/Card'; |
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.
Pls. remove this unused import
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1194 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 373 373
Branches 94 94
=========================================
Hits 373 373 ☔ View full report in Codecov by Sentry. |
Hi @benjagm, Can you please review this PR? |
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.
This is looking awesome!!
This is almost done, I just found some small comments I am providing below:
- Rebase to the last changes to get the implementation of the prev / next buttons.
- The PR is missing all the redirects implemented in "public/_redirects" from pages we are removing from the sidebar like:
- /understanding-json-schema
- Introduction - Looks great
- Getting Started - Looks great
- "JSON Schema common terms" I would say the title seems now confusing. I would suggest we leave JSON Schema Glossary for now.
- Guides
- I suggest we move here "For Implementers" currently in Reference.
- Reference
- I think we could add some additional links in the Overview page at the bottom with some links and a message in case the users is looking for the very basic:
- What is JSON Schema
- What is a Schema
- The basics
- Creating your first Schema.
And another link to Specification in case the user is looking for the Spec itself?
- I suggest we move to the bottom "Learn JSON Schema" as a complementary resource to the reference.
- The overview page cards is missing 2 subsections:
- Conditional schema validation
- Media: string-encoding non-JSON data
- I suggest we move here "For Implementers" into guides.
- I think we could add some additional links in the Overview page at the bottom with some links and a message in case the users is looking for the very basic:
Great work. This is just small details.
What kind of change does this PR introduce?
This PR changes the information architecture of the documentation with the following changes:
**Issue Number:
Screenshots/videos:
If relevant, did you update the documentation?
Yes, I made changes to several documents within the reference content bucket.
Summary
This PR addresses the needs of the GSoD project, more specifically, milestone 5 of the documentation strategy.
The problem: we need to reorganize the information in a coherent way to onboard people new to JSON Schema and make it easier for readers to find what they’re looking for.
The goals:
To streamline developer workflows by revamping our documentation architecture with the diataxis approach.
To conduct a style overhaul for a more intuitive and cohesive developer experience.
You can see a slide deck summarizing this work here.
Does this PR introduce a breaking change? No