Skip to content

Commit

Permalink
Update the tags in the docs navigation (keystonejs#6329)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored and Nikitoring committed Sep 14, 2021
1 parent 3eae878 commit b5a60f0
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions docs/components/docs/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,28 +136,22 @@ export function DocsNavigation() {
<NavItem href="/docs/guides/keystone-5-vs-keystone-6-preview">Keystone 5 vs 6</NavItem>
<NavItem href="/docs/guides/cli">Command Line</NavItem>
<NavItem href="/docs/guides/relationships">Relationships</NavItem>
<NavItem href="/docs/guides/filters">Query Filters</NavItem>
<NavItem href="/docs/guides/filters">
Query Filters <Badge look="success">Updated</Badge>
</NavItem>
<NavItem href="/docs/guides/hooks">Hooks</NavItem>
<NavItem href="/docs/guides/document-fields">Document Fields</NavItem>
<NavItem href="/docs/guides/document-field-demo">Document Field Demo</NavItem>
<NavItem href="/docs/guides/virtual-fields">
Virtual Fields <Badge look="success">New</Badge>
</NavItem>
<NavItem href="/docs/guides/testing">
Testing <Badge look="success">New</Badge>
</NavItem>
<NavItem href="/docs/guides/virtual-fields">Virtual Fields</NavItem>
<NavItem href="/docs/guides/testing">Testing</NavItem>
<NavItem href="/docs/guides/custom-fields">
Custom Fields <Badge look="success">New</Badge>
</NavItem>
<NavItem href="/docs/guides/custom-admin-ui-logo">
Custom Admin UI Logo <Badge look="success">New</Badge>
Custom Fields <Badge look="success">Updated</Badge>
</NavItem>
<NavItem href="/docs/guides/custom-admin-ui-logo">Custom Admin UI Logo</NavItem>
<NavItem href="/docs/guides/custom-admin-ui-pages">
Custom Admin UI Pages <Badge look="success">New</Badge>
</NavItem>
<NavItem href="/docs/guides/custom-admin-ui-navigation">
Custom Admin UI Navigation <Badge look="success">New</Badge>
Custom Admin UI Pages <Badge look="success">Updated</Badge>
</NavItem>
<NavItem href="/docs/guides/custom-admin-ui-navigation">Custom Admin UI Navigation</NavItem>
<NavItem href="/docs/guides/access-control" isPlaceholder>
Access Control
</NavItem>
Expand Down Expand Up @@ -190,8 +184,12 @@ export function DocsNavigation() {
<NavItem href="/docs/apis/db-items">DB Item API</NavItem>

<SubHeading>GraphQL</SubHeading>
<NavItem href="/docs/apis/graphql">GraphQL API</NavItem>
<NavItem href="/docs/apis/filters">Query Filter API</NavItem>
<NavItem href="/docs/apis/graphql">
GraphQL API <Badge look="success">Updated</Badge>
</NavItem>
<NavItem href="/docs/apis/filters">
Query Filter API <Badge look="success">Updated</Badge>
</NavItem>
</Section>
</nav>
);
Expand Down

0 comments on commit b5a60f0

Please sign in to comment.