Skip to content

Commit

Permalink
Add 301 redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriahhdez committed Feb 28, 2025
1 parent 6bb6895 commit ff028f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/understanding-json-schema/reference/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function Welcome() {
<p>
Master the full power of JSON Schema with our reference documentation.
<br />
<br />
From basic data types to advanced techniques like conditional validation
and schema composition, you will learn everything about JSON Schema
keywords through clear explanations and examples. By learning best
Expand Down
3 changes: 3 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@
/obsolete-implementations /tools?showObsolete=true 301
/slack https://join.slack.com/t/json-schema/shared_invite/zt-2ued3v79g-Tk_aI32ZdW~ST0EWpGBwNQ 301
/slack-redirect https://join.slack.com/t/json-schema/shared_invite/zt-2ued3v79g-Tk_aI32ZdW~ST0EWpGBwNQ 301
/understanding-json-schema /understanding-json-schema/reference 301
/understanding-json-schema/conventions /understanding-json-schema/reference 301
/understanding-json-schema/reference/_index.md /understanding-json-schema/reference 301

0 comments on commit ff028f9

Please sign in to comment.