We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c01fa commit 52e7f8cCopy full SHA for 52e7f8c
docs/src/consts.ts
@@ -1,6 +1,6 @@
1
export const SITE = {
2
title: "OpenAPI TS",
3
- description: "Your website description.",
+ description: "Tools for consuming OpenAPI schemas in TypeScript.",
4
defaultLanguage: "en-us",
5
} as const;
6
0 commit comments