Skip to content

Conversation

@Suyog241005
Copy link

@Suyog241005 Suyog241005 commented Oct 23, 2025

What kind of change does this PR introduce?

  • Feature: Added a table of contents to the "JSON data types" documentation section for better navigation

Issue Number:

Screenshots/videos:
image

image

If relevant, did you update the documentation?

  • Yes, this PR enhances the existing documentation by adding navigation.

Summary
This PR addresses the navigation challenges in the "JSON data types" section of the documentation by adding a table of contents at the top of each major JSON Schema data type page. The TOC provides quick access to subsections like "Required Properties," "Property Names," "Size," and "Pattern Properties," making it easier for users to explore and understand the schema features.

Key features:

  • Auto-generated TOC based on heading levels (h2, h3)
  • Smooth scrolling to sections
  • Active section highlighting
  • Responsive design (hidden on mobile)
  • Follows existing design system

Does this PR introduce a breaking change?

  • No, this is a non-breaking enhancement to the documentation.

Checklist

@Suyog241005 Suyog241005 requested a review from a team as a code owner October 23, 2025 06:14
@github-project-automation github-project-automation bot moved this to Ready to review in PR - Triage Group Oct 23, 2025
@github-actions
Copy link

Hi @Suyog241005! Thanks a lot for your contribution!

I noticed that the following required information is missing or incomplete: kind of change description, completed checklist items

Please update the PR description to include this information. You can find placeholders in the PR template for these items.

Thanks a lot!

@github-actions
Copy link

Hi @Suyog241005! Thanks a lot for your contribution!

I noticed that the following required information is missing or incomplete: kind of change description, completed checklist items

Please update the PR description to include this information. You can find placeholders in the PR template for these items.

Thanks a lot!

1 similar comment
@github-actions
Copy link

Hi @Suyog241005! Thanks a lot for your contribution!

I noticed that the following required information is missing or incomplete: kind of change description, completed checklist items

Please update the PR description to include this information. You can find placeholders in the PR template for these items.

Thanks a lot!

@github-actions
Copy link

Hi @Suyog241005! Thanks a lot for your contribution!

I noticed that the following required information is missing or incomplete: kind of change description, completed checklist items

Please update the PR description to include this information. You can find placeholders in the PR template for these items.

Thanks a lot!

@github-actions
Copy link

Hi @Suyog241005! Thanks a lot for your contribution!

I noticed that the following required information is missing or incomplete: kind of change description

Please update the PR description to include this information. You can find placeholders in the PR template for these items.

Thanks a lot!

1 similar comment
@github-actions
Copy link

Hi @Suyog241005! Thanks a lot for your contribution!

I noticed that the following required information is missing or incomplete: kind of change description

Please update the PR description to include this information. You can find placeholders in the PR template for these items.

Thanks a lot!

@github-actions
Copy link

github-actions bot commented Oct 23, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

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

@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

❌ Patch coverage is 50.72464% with 34 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.15%. Comparing base (4e1e90a) to head (5911b7c).

Files with missing lines Patch % Lines
components/TableOfContents.tsx 50.72% 34 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main    #1872      +/-   ##
===========================================
- Coverage   100.00%   95.15%   -4.85%     
===========================================
  Files           30       31       +1     
  Lines          633      702      +69     
  Branches       196      219      +23     
===========================================
+ Hits           633      668      +35     
- Misses           0       34      +34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

>
<a
key={item.id}
href={`#${item.id}`}

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready to review

Development

Successfully merging this pull request may close these issues.

[📝 Docs]: Add sub-navigation menu in the "JSON data types" portion of the docs

1 participant