We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a6976 commit 75d64bfCopy full SHA for 75d64bf
docusaurus.config.ts
@@ -268,7 +268,7 @@ const config: Config = {
268
"/About/exampledocumentupload.html",
269
"/About/exampledocumentupload",
270
"/About/example-document-upload/examplepm.json",
271
- "/docs/example-document-upload",
+ "/docs/example-document-upload"
272
],
273
to: "/docs/documents/example-document-upload"
274
},
@@ -288,9 +288,7 @@ const config: Config = {
288
to: "/blog/best-practices-for-jwt-usage-in-apis"
289
290
{
291
- from: [
292
- "/docs/gebruik-van-subscriptions-in-autorisaties"
293
- ],
+ from: ["/docs/gebruik-van-subscriptions-in-autorisaties"],
294
to: "/docs/notifications/notification-subscription-usage-guide"
295
}
296
]
0 commit comments