Skip to content

Commit dd3ed84

Browse files
committed
Merge branch 'production' into kennyj42-patch-4
New API site links
2 parents 0f789da + f843af6 commit dd3ed84

File tree

550 files changed

+3091
-1934
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

550 files changed

+3091
-1934
lines changed

astro.config.ts

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,15 @@ export default defineConfig({
174174
"./src/tooltips.css",
175175
],
176176
pagination: false,
177-
plugins: runLinkCheck
178-
? [
177+
plugins: [
178+
...(runLinkCheck
179+
? [
179180
starlightLinksValidator({
180181
errorOnInvalidHashes: false,
181182
errorOnLocalLinks: false,
182183
exclude: [
183184
"/api/",
184-
"/api/operations/**",
185+
"/api/**",
185186
"/changelog/",
186187
"/http/resources/**",
187188
"{props.*}",
@@ -196,21 +197,16 @@ export default defineConfig({
196197
"/workers-ai/models/**",
197198
],
198199
}),
199-
starlightDocSearch({
200-
appId: "8MU1G3QO9P",
201-
apiKey: "4edb0a6cef3338ff4bcfbc6b3d2db56b",
202-
indexName: "TEST - Re-dev docs",
203-
}),
204-
starlightImageZoom(),
205200
]
206-
: [
207-
starlightDocSearch({
208-
appId: "8MU1G3QO9P",
209-
apiKey: "4edb0a6cef3338ff4bcfbc6b3d2db56b",
210-
indexName: "TEST - Re-dev docs",
211-
}),
212-
starlightImageZoom(),
213-
],
201+
: []),
202+
starlightDocSearch({
203+
appId: "D32WIYFTUF",
204+
apiKey: "5cec275adc19dd3bc17617f7d9cf312a",
205+
indexName: "prod_devdocs",
206+
insights: true,
207+
}),
208+
starlightImageZoom(),
209+
],
214210
}),
215211
tailwind({
216212
applyBaseStyles: false,

functions/api/[[path]].ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

functions/api/redirects.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

functions/schema.ts

Lines changed: 0 additions & 93 deletions
This file was deleted.

functions/tsconfig.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)