We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a8f14 commit 0687b9fCopy full SHA for 0687b9f
1 file changed
website/docusaurus.config.js
@@ -9,8 +9,8 @@ import npmToYarn from 'npm-to-yarn';
9
10
/** @type {import('@docusaurus/types').Config} */
11
const config = {
12
- title: 'OpenAPI Qraft',
13
- tagline: 'Generate a type-safe TanStack Query client for React from an OpenAPI Document.',
+ title: 'Qraft',
+ tagline: 'Generate a type-safe TanStack Query client for React from OpenAPI, and declaration files from AsyncAPI.',
14
15
// Set the production url of your site here
16
url: 'https://openapi-qraft.github.io',
@@ -102,7 +102,7 @@ const config = {
102
({
103
// Replace with your project's social card
104
navbar: {
105
106
items: [
107
{
108
type: 'docsVersionDropdown',
0 commit comments