-
-
Notifications
You must be signed in to change notification settings - Fork 211
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? |
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