···11+---
22+# https://vitepress.dev/reference/default-theme-home-page
33+layout: home
44+55+hero:
66+ name: "OpenAPI TypeScript"
77+ tagline: "Turn your OpenAPI specification into a beautiful TypeScript client"
88+ actions:
99+ - theme: brand
1010+ text: Get Started
1111+ link: /introduction
1212+ - theme: alt
1313+ text: View on GitHub
1414+ link: https://github.com/hey-api/openapi-ts
1515+1616+features:
1717+ - title: Full Support
1818+ details: Generate TypeScript clients from OpenAPI v2.0, v3.0, and v3.1 specifications.
1919+ - title: Local or External
2020+ details: Support for JSON and YAML input files, or pass a remote URL to your specification.
2121+ - title: Clients
2222+ details: Generate a Fetch, Node-Fetch, Axios, Angular, or XHR HTTP client.
2323+---
2424+
+8
docs/introduction.md
···11+---
22+title: Introduction
33+description: Get started using @hey-api/openapi-ts.
44+---
55+66+# Introduction
77+88+TODO