We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82405fa commit 4b0e006Copy full SHA for 4b0e006
components/Sidebar.tsx
@@ -106,6 +106,7 @@ const getStartedPath = [
106
];
107
const getReferencePath = [
108
'/understanding-json-schema',
109
+ '/understanding-json-schema/keywords',
110
'/understanding-json-schema/basics',
111
'/understanding-json-schema/conventions',
112
'/understanding-json-schema/about',
@@ -487,6 +488,11 @@ export const DocsNav = ({
487
488
label='JSON Schema Glossary'
489
setOpen={setOpen}
490
/>
491
+ <DocLink
492
+ uri='/understanding-json-schema/keywords'
493
+ label='JSON Schema Keywords'
494
+ setOpen={setOpen}
495
+ />
496
<DocLinkBlank
497
uri='https://www.learnjsonschema.com/'
498
label='Learn JSON Schema'
0 commit comments