Skip to content

Commit

Permalink
Split up in v16 API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Nov 12, 2024
1 parent 273fc84 commit 6c24091
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion website/css/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ div[id^='headlessui-menu-items'] {
@apply justify-start;

> a {
@apply first:mr-0 hover:!text-primary;
@apply hover:!text-primary;
}

button[id^='headlessui-menu-button'] {
Expand Down
22 changes: 10 additions & 12 deletions website/pages/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,16 @@ const meta = {
title: 'FAQ',
},
'going-to-production': '',
'-- 4': {
type: 'separator',
title: 'API Reference',
},
graphql: '',
error: '',
execution: '',
language: '',
type: '',
utilities: '',
validation: '',
'graphql-http': '',
api: {
type: 'menu',
title: 'API',
items: {
2: {
title: 'V16 docs',
href: '/api-v16/graphql'
}
}
}
};

export default meta;
12 changes: 12 additions & 0 deletions website/pages/api-v16/_meta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const meta = {
graphql: "",
error: "",
execution: "",
language: "",
type: "",
utilities: "",
validation: "",
"graphql-http": ""
}

export default meta;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6c24091

Please sign in to comment.