chore: Cleanup docs #19
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request makes broad documentation cleanups and simplifications across the JSON Schema docs. The main focus is on removing repetitive "Next Steps" card groups at the end of most pages, eliminating redundant resource links, and streamlining installation and quickstart instructions. Additionally, some minor formatting improvements and clarifications are made to tips and code blocks.
The most important changes include:
Documentation Structure Simplification:
Removed nearly all "Next Steps" card groups from advanced and schema type documentation pages to reduce repetition and improve readability. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
Removed the "Validation" group and its pages from the sidebar navigation in
docs.json, further simplifying navigation.Content and Formatting Improvements:
<Check>blocks with<Tip>for improved clarity. [1] [2] [3] [4] [5] [6]Content Reduction:
Navigation and Linking Adjustments:
These changes collectively make the documentation less repetitive, easier to navigate, and more focused on core concepts and examples.