Skip to content

Commit

Permalink
chore(docs): add image to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanshatford committed Apr 4, 2024
1 parent f7a4a44 commit a7c8360
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ import { defineConfig } from 'vitepress'
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' }],
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: '/wave.png',
nav: [
{ text: 'Guide', link: '/introduction' },
],
Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ hero:
- theme: alt
text: View on GitHub
link: https://github.com/hey-api/openapi-ts
image:
src: /wave.png
alt: wave

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

0 comments on commit a7c8360

Please sign in to comment.