-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
New information architecture #1194
Conversation
…-schema-org#1091) * merge obsolete hyper libraries * merge obsolete validators * update tooling data schema * add json-schema-benchmark to obsolete * add obsolete tag * add showObsolete transform to tooling page * merge remaining obsolete tools * fix failing instances of tooling data * add show obsolete button to siderbar * add redirect * maybe fix style purging * this should fix it
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
This reverts commit 6dd9ed4.
[Feat]-Add protoc-gen-jsonschema
Bumps [slate](https://github.com/ianstormtaylor/slate) from 0.110.2 to 0.112.0. - [Release notes](https://github.com/ianstormtaylor/slate/releases) - [Commits](https://github.com/ianstormtaylor/slate/compare/[email protected]@0.112.0) --- updated-dependencies: - dependency-name: slate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…hema-org#1198) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* improve Specification table design * fix lint error * replace blue-600 to primary color
Removed a duplicated text
* Added Next Prev Button in docs/Overview * Changed local host to public hosted URL * Made Changes for Build * Made Changes to the Overview * Added Navigation in Docs/ Getting Started * Added NavButton in learn * Correct NavButtons Build Error
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. |
* fix[tools]: fix markdown render in tools page * fix[tools]: use StyledMarkdown instead of directly using library
* Added proper links for jsonschema-core.md and jsonschema-validation.md in specification-links.md * the specification dropdown fix * changes * changes * changes --------- Co-authored-by: Shantanu Chauhan <[email protected]>
* fix[docs]: update arrow links across pages and sidebar * fix[docs]: align sidebar and add navigation buttons to pro-help page * fix[docs]: fix prettier issue
…hema-org#1378) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.1.2...v5.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…a-org#1364) * feat: making community page image section dynamic * fix: removed contributor images and community.json file
…g#1380) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.2 to 22.10.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1206) * docs: add note clarifying multipleOf implementation add a note explaining the difference between float-point implementation of programming languages and json schema * fix: reword note on numerical precision * fix: clarify wording in numerical precision note
…org#1297) * fix[docs/learn]: correct vertical alignment issue in schema example * fix[docs/learn]: remove unused replace and restore font sizes post testing * fix[json-editor]: add horizontal scroll to json-editor
Bumps [next-themes](https://github.com/pacocoursey/next-themes) from 0.3.0 to 0.4.4. - [Release notes](https://github.com/pacocoursey/next-themes/releases) - [Commits](pacocoursey/next-themes@v0.3.0...v0.4.4) --- updated-dependencies: - dependency-name: next-themes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Oracle case study * Oracle case study, minor fixes * JSON format inside tables, InfoBox and Warning components, Markdown imdage component * Title modification * Banner change, JSON in table format * Banner change, JSON in table format, InfoBox, Danger * Banner change, JSON in table format * Banner change * Applying blog style * Rollback to previous version * Removing duplicate picture.
I am closing this PR to open a new one that contains the Prev/Next navigation and the changes requested in this review. |
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