-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add tanstack-query and http clients section
- Loading branch information
Showing
2 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
import { defineConfig } from 'vitepress'; | ||
|
||
export default defineConfig({ | ||
lang: 'en-US', | ||
description: 'Turn your OpenAPI specification into a beautiful TypeScript client', | ||
themeConfig: { | ||
sidebar: [ | ||
{ | ||
text: 'openapi-ts', | ||
items: [ | ||
{ text: 'Get Started', link: '/openapi-ts/get-started' }, | ||
{ text: 'Configuration', link: '/openapi-ts/configuration' }, | ||
{ text: 'Clients <span class="soon">soon</span>', link: '/openapi-ts/clients' }, | ||
{ text: 'Interceptors', link: '/openapi-ts/interceptors' }, | ||
{ text: 'Integrations <span class="soon">soon</span>', link: '/openapi-ts/integrations' }, | ||
{ text: 'TanStack Query <span class="soon">soon</span>', link: '/openapi-ts/tanstack-query' }, | ||
{ text: 'Migrating', link: '/openapi-ts/migrating' }, | ||
], | ||
}, | ||
{ | ||
text: '@hey-api', | ||
items: [ | ||
{ text: 'Philosophy', link: '/about' }, | ||
{ text: 'Contributing', link: '/contributing' }, | ||
], | ||
}, | ||
description: 'Turn your OpenAPI specification into a beautiful TypeScript client', | ||
lang: 'en-US', | ||
themeConfig: { | ||
sidebar: [ | ||
{ | ||
text: 'openapi-ts', | ||
items: [ | ||
{ text: 'Get Started', link: '/openapi-ts/get-started' }, | ||
{ text: 'Configuration', link: '/openapi-ts/configuration' }, | ||
{ text: 'Clients <span class="soon">soon</span>', link: '/openapi-ts/clients' }, | ||
{ text: 'Interceptors', link: '/openapi-ts/interceptors' }, | ||
{ text: 'Integrations <span class="soon">soon</span>', link: '/openapi-ts/integrations' }, | ||
{ text: 'TanStack Query <span class="soon">soon</span>', link: '/openapi-ts/tanstack-query' }, | ||
{ text: 'Migrating', link: '/openapi-ts/migrating' }, | ||
], | ||
}, | ||
}, | ||
{ | ||
text: '@hey-api', | ||
items: [ | ||
{ text: 'Philosophy', link: '/about' }, | ||
{ text: 'Contributing', link: '/contributing' }, | ||
], | ||
}, | ||
], | ||
}, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters