Skip to content

Commit 0687b9f

Browse files
committed
docs: update project title and tagline for clarity and consistency
1 parent 96a8f14 commit 0687b9f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import npmToYarn from 'npm-to-yarn';
99

1010
/** @type {import('@docusaurus/types').Config} */
1111
const config = {
12-
title: 'OpenAPI Qraft',
13-
tagline: 'Generate a type-safe TanStack Query client for React from an OpenAPI Document.',
12+
title: 'Qraft',
13+
tagline: 'Generate a type-safe TanStack Query client for React from OpenAPI, and declaration files from AsyncAPI.',
1414

1515
// Set the production url of your site here
1616
url: 'https://openapi-qraft.github.io',
@@ -102,7 +102,7 @@ const config = {
102102
({
103103
// Replace with your project's social card
104104
navbar: {
105-
title: 'OpenAPI Qraft',
105+
title: 'Qraft',
106106
items: [
107107
{
108108
type: 'docsVersionDropdown',

0 commit comments

Comments
 (0)