Skip to content

Commit

Permalink
Merge pull request #250 from hey-api/docs/logo
Browse files Browse the repository at this point in the history
docs: add logo
  • Loading branch information
mrlubos authored Apr 4, 2024
2 parents af70a4a + 55d7837 commit 10b3b56
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-lobsters-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"openapi-ts-docs": patch
---

docs: add logo
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export default defineConfig({
title: "OpenAPI TypeScript",
description: "Turn your OpenAPI specification into a beautiful TypeScript client",
head: [
['link', { rel: 'icon', type: 'image/png', href: '/wave.png' }],
['link', { rel: 'icon', type: 'image/png', href: '/logo.png' }],
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: '/wave.png',
logo: '/logo.png',
nav: [
{ text: 'Guide', link: '/introduction' },
],
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ hero:
text: View on GitHub
link: https://github.com/hey-api/openapi-ts
image:
src: /wave.png
alt: wave
src: /logo.png
alt: logo

features:
- title: Full Support
Expand Down
Binary file added docs/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/public/wave.png
Binary file not shown.

0 comments on commit 10b3b56

Please sign in to comment.