You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,6 @@ Contributions are appreciated and welcome! See the appropriate guide for each pa
23
23
## ♥️ Thanks
24
24
25
25
- Thanks to [dozens of lovely, smart contributors](https://github.com/drwpow/openapi-typescript/graphs/contributors) that made this library possible
26
-
- Thanks to [Astro](https://astro.build/) for the docs site
26
+
- Thanks to [Vitepress](https://vitepress.dev/) for the docs site
27
27
- Thanks to [Cloudflare Pages](https://pages.cloudflare.com/) for docs site hosting
28
28
- Thanks to [Algolia](https://www.algolia.com/) for the docs site search
Copy file name to clipboardExpand all lines: docs/6.x/advanced.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Advanced usage and various topics.
11
11
12
12
Fetching data can be done simply and safely using an **automatically-typed fetch wrapper**:
13
13
14
-
-[openapi-fetch](./openapi-fetch) (recommended)
14
+
-[openapi-fetch](/openapi-fetch/) (recommended)
15
15
-[openapi-typescript-fetch](https://www.npmjs.com/package/openapi-typescript-fetch) by [@ajaishankar](https://github.com/ajaishankar)
16
16
17
17
::: tip
@@ -78,7 +78,7 @@ describe("My API test", () => {
78
78
79
79
:::
80
80
81
-
_Note: this example uses a vanilla `fetch()` function, but any fetch wrapper—including [openapi-fetch](/openapi-fetch)—could be dropped in instead without any changes._
81
+
_Note: this example uses a vanilla `fetch()` function, but any fetch wrapper—including [openapi-fetch](/openapi-fetch/)—could be dropped in instead without any changes._
82
82
83
83
And the magic that produces this would live in a `test/utils.ts` file that can be copy + pasted where desired (hidden for simplicity):
Copy file name to clipboardExpand all lines: docs/advanced.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Advanced usage and various topics.
11
11
12
12
Fetching data can be done simply and safely using an **automatically-typed fetch wrapper**:
13
13
14
-
-[openapi-fetch](./openapi-fetch) (recommended)
14
+
-[openapi-fetch](/openapi-fetch/) (recommended)
15
15
-[openapi-typescript-fetch](https://www.npmjs.com/package/openapi-typescript-fetch) by [@ajaishankar](https://github.com/ajaishankar)
16
16
17
17
::: tip
@@ -89,7 +89,7 @@ describe("My API test", () => {
89
89
90
90
:::
91
91
92
-
_Note: thisexampleusesavanilla`fetch()`function, but any fetch wrapper—including [openapi-fetch](/openapi-fetch)—could be dropped in instead without any changes._
92
+
_Note: thisexampleusesavanilla`fetch()`function, but any fetch wrapper—including [openapi-fetch](/openapi-fetch/)—could be dropped in instead without any changes._
93
93
94
94
And the magic that produces this would live in a `test/utils.ts` file that can be copy + pasted where desired (hiddenforsimplicity):
0 commit comments