Skip to content
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

Conversation

valeriahhdez
Copy link
Contributor

@valeriahhdez valeriahhdez commented Dec 21, 2024

What kind of change does this PR introduce?
This PR changes the information architecture of the documentation with the following changes:

  • Aligns content buckets to the diataxis framework to documentation.
  • Creates a new content bucket for Guides (to be populated)
  • Restructures the navigation of the Reference content bucket by eliminating deep nesting.
  • Edits titles for consistency and clarity.
  • Reallocates documents to create a coherent organization.
  • Adds an Overview page providing context and expectations for each content bucket and the Reference sections that contain nested documents.

**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

@valeriahhdez valeriahhdez self-assigned this Dec 21, 2024
@valeriahhdez valeriahhdez requested a review from a team as a code owner December 21, 2024 15:41
…-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
@valeriahhdez valeriahhdez added this to the Docs Release 5 milestone Dec 22, 2024
Copy link
Member

@DhairyaMajmudar DhairyaMajmudar left a 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

import Head from 'next/head';
import { Headline1 } from '~/components/Headlines';
import { SectionContext } from '~/context';
import Card from '~/components/Card';
Copy link
Member

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

Adi-204 and others added 14 commits December 26, 2024 15:42
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
* 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
Copy link

github-actions bot commented Jan 6, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview a01a0bc

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (27398a9) to head (a01a0bc).
Report is 35 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

cbum-dev and others added 26 commits February 1, 2025 12:47
* 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.
@benjagm benjagm marked this pull request as draft February 9, 2025 19:07
@valeriahhdez
Copy link
Contributor Author

I am closing this PR to open a new one that contains the Prev/Next navigation and the changes requested in this review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 Documentation Indicates improvements or additions to documentation. ✨ Enhancement Indicates that the issue suggests an improvement or new feature. Status: Review Needed The issue has a PR attached to it which needs to be reviewed.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[📝 Docs]: Improve documentation's information architecture