From 324be084c4029b990c300a963ed8f3c0fc6669d6 Mon Sep 17 00:00:00 2001 From: Jordan Shatford Date: Thu, 4 Apr 2024 15:00:47 +1100 Subject: [PATCH] chore(docs): update readme to include logo --- README.md | 8 +++++--- docs/.vitepress/config/en.ts | 4 ++-- docs/.vitepress/config/shared.ts | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f9617cf73..85cefea68 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# OpenAPI TypeScript 👋 - -✨ Turn your OpenAPI specification into a beautiful TypeScript client +
+ Logo +

OpenAPI Typescript

+

✨ Turn your OpenAPI specification into a beautiful TypeScript client.

+
## About diff --git a/docs/.vitepress/config/en.ts b/docs/.vitepress/config/en.ts index 0c981de81..1d8355924 100644 --- a/docs/.vitepress/config/en.ts +++ b/docs/.vitepress/config/en.ts @@ -1,8 +1,8 @@ -import { defineConfig } from "vitepress"; +import { defineConfig } from 'vitepress'; export default defineConfig({ lang: 'en-US', - description: "Turn your OpenAPI specification into a beautiful TypeScript client", + description: 'Turn your OpenAPI specification into a beautiful TypeScript client', themeConfig: { nav: [ { text: 'Guide', link: '/introduction' }, diff --git a/docs/.vitepress/config/shared.ts b/docs/.vitepress/config/shared.ts index e6c642f98..58f85e734 100644 --- a/docs/.vitepress/config/shared.ts +++ b/docs/.vitepress/config/shared.ts @@ -1,7 +1,7 @@ import { defineConfig } from 'vitepress'; export default defineConfig({ - title: "OpenAPI TypeScript", + title: 'OpenAPI TypeScript', lastUpdated: true, sitemap: { hostname: 'https://heyapi.vercel.app',