Skip to content

Commit 4b0e006

Browse files
feat: adding keywords page (#844)
* feat: adding keywords page * removing warnings * improving types * refactoring data model * adding titles * adding sorting algo * updating as per feedback * Update index.page.tsx * Added more links --------- Co-authored-by: Benjamin Granados <[email protected]>
1 parent 82405fa commit 4b0e006

File tree

4 files changed

+568
-0
lines changed

4 files changed

+568
-0
lines changed

components/Sidebar.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ const getStartedPath = [
106106
];
107107
const getReferencePath = [
108108
'/understanding-json-schema',
109+
'/understanding-json-schema/keywords',
109110
'/understanding-json-schema/basics',
110111
'/understanding-json-schema/conventions',
111112
'/understanding-json-schema/about',
@@ -487,6 +488,11 @@ export const DocsNav = ({
487488
label='JSON Schema Glossary'
488489
setOpen={setOpen}
489490
/>
491+
<DocLink
492+
uri='/understanding-json-schema/keywords'
493+
label='JSON Schema Keywords'
494+
setOpen={setOpen}
495+
/>
490496
<DocLinkBlank
491497
uri='https://www.learnjsonschema.com/'
492498
label='Learn JSON Schema'

0 commit comments

Comments
 (0)