Skip to content

Commit

Permalink
docs: add tanstack-query and http clients section
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos committed Apr 19, 2024
1 parent d268304 commit d7cf78d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions docs/.vitepress/config/en.ts
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' },
],
},
],
},
});
2 changes: 1 addition & 1 deletion docs/openapi-ts/clients.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Clients
description: Generate query keys and query functions. Use them with our REST clients or bring your own.
description: REST clients for your stack. Compatible with all our features.
---

# REST Clients <span class="soon">Soon</span>
Expand Down

0 comments on commit d7cf78d

Please sign in to comment.