Skip to content

Commit

Permalink
Merge pull request #245 from ant-media/fix-404-script-js-and-forwarding
Browse files Browse the repository at this point in the history
Fix 404 script.js issue and missing url forwarding
  • Loading branch information
yashtandon113 authored Mar 13, 2024
2 parents 0db33cc + 7865759 commit e36509a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ const config = {
locales: ['en'],
},

/* Disable js/script.js because it gives 404 error - @mekya
scripts: [
{
src: 'js/script.js',
async: false,
}
],
*/

presets: [
[
Expand Down Expand Up @@ -215,6 +217,11 @@ const config = {
from: '/docs/guides/developer-sdk-and-api/rest-api-guide/rest-api-guide/',
to: '/category/rest-api-guide/'
},
{
from: '/guides/clustering-and-scaling/kubernetes/kubernetes-autoscaling/',
to: '/guides/clustering-and-scaling/kubernetes/deploy-ams-on-kubernetes/'
},

],
},
], /*
Expand Down

0 comments on commit e36509a

Please sign in to comment.