Skip to content

Commit

Permalink
feat: adding keywords page (#844)
Browse files Browse the repository at this point in the history
* 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 <40007659+benjagm@users.noreply.github.com>
  • Loading branch information
DhairyaMajmudar and benjagm authored Aug 21, 2024
1 parent 82405fa commit 4b0e006
Show file tree
Hide file tree
Showing 4 changed files with 568 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ const getStartedPath = [
];
const getReferencePath = [
'/understanding-json-schema',
'/understanding-json-schema/keywords',
'/understanding-json-schema/basics',
'/understanding-json-schema/conventions',
'/understanding-json-schema/about',
Expand Down Expand Up @@ -487,6 +488,11 @@ export const DocsNav = ({
label='JSON Schema Glossary'
setOpen={setOpen}
/>
<DocLink
uri='/understanding-json-schema/keywords'
label='JSON Schema Keywords'
setOpen={setOpen}
/>
<DocLinkBlank
uri='https://www.learnjsonschema.com/'
label='Learn JSON Schema'
Expand Down
Loading

0 comments on commit 4b0e006

Please sign in to comment.