Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split up in v16 API documentation #4295

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/css/globals.css
Original file line number Diff line number Diff line change
@@ -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'] {
20 changes: 9 additions & 11 deletions website/pages/_meta.ts
Original file line number Diff line number Diff line change
@@ -24,18 +24,16 @@ const meta = {
title: 'FAQ',
},
'going-to-production': '',
'-- 4': {
type: 'separator',
title: 'API Reference',
'api-v16': {
type: 'menu',
title: 'API',
items: {
2: {
title: 'V16',
href: '/api-v16/graphql',
},
},
},
graphql: '',
error: '',
execution: '',
language: '',
type: '',
utilities: '',
validation: '',
'graphql-http': '',
};

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.
Loading