-
-
Couldn't load subscription status.
- Fork 315
feat: add table of contents navigation for docs pages (#1820) #1872
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
base: main
Are you sure you want to change the base?
feat: add table of contents navigation for docs pages (#1820) #1872
Conversation
|
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! |
|
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
|
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! |
|
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! |
|
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
|
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! |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
What kind of change does this PR introduce?
Issue Number:
Screenshots/videos:

If relevant, did you update the documentation?
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:
Does this PR introduce a breaking change?
Checklist