Skip to content

Commit

Permalink
chore(docs): update readme to include logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanshatford committed Apr 4, 2024
1 parent 0ea1355 commit 324be08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# OpenAPI TypeScript 👋

✨ Turn your OpenAPI specification into a beautiful TypeScript client
<div align="center">
<img width="150" height="150" src="./docs/public/logo.png" alt="Logo">
<h1 align="center"><b>OpenAPI Typescript</b></h1>
<p align="center">✨ Turn your OpenAPI specification into a beautiful TypeScript client.</p>
</div>

## About

Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
@@ -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' },
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 324be08

Please sign in to comment.