We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33078af commit 2724264Copy full SHA for 2724264
2 files changed
docs/.vitepress/config.mts
@@ -15,7 +15,7 @@ export default defineConfig({
15
],
16
17
themeConfig: {
18
- logo: "/files/img/logo.png",
+ logo: "/SwaggerProvider/files/img/logo.png",
19
nav: [
20
{ text: "Home", link: "/" },
21
{ text: "NuGet", link: "https://www.nuget.org/packages/SwaggerProvider" },
docs/index.md
@@ -4,7 +4,7 @@ hero:
4
name: OpenAPI & Swagger F# Type Provider
5
tagline: Strongly-typed HTTP clients from OpenAPI 3.0 and Swagger 2.0 schemas in JSON and YAML formats.
6
image:
7
- src: /files/img/landing.png
+ src: /SwaggerProvider/files/img/landing.png
8
alt: SwaggerProvider
9
actions:
10
- theme: brand
0 commit comments