File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 78
78
"/cid/6966" : " /docs/integrations/databases/redis" ,
79
79
"/cid/6690" : " /docs/manage/security/access-keys" ,
80
80
"/cid/6115" : " /docs/integrations/security-threat-detection/duo-security" ,
81
- "/cid/6114" : " /docs/integrations/amazon-aws/dynamodb" ,
82
- "/src/theme/NotFound.js" : " /"
81
+ "/cid/6114" : " /docs/integrations/amazon-aws/dynamodb"
83
82
}
Original file line number Diff line number Diff line change @@ -120,13 +120,19 @@ module.exports = {
120
120
'react-iframe' ,
121
121
[ '@docusaurus/plugin-client-redirects' ,
122
122
{
123
+ fromExtensions : [ 'js' ] , // /myPage.html -> /myPage
124
+ redirects : [
125
+ {
126
+ from : '/src/theme/NotFound.js' ,
127
+ to : '/' ,
128
+ } ,
129
+ ] ,
123
130
redirects : Object . entries ( cidRedirects ) . map (
124
131
( [ key , value ] ) => ( { from : key , to : value } )
125
132
)
126
133
} ,
127
134
] ,
128
135
] ,
129
-
130
136
/* // Optional: See this site to configure - live editor https://github.com/jlvandenhout/docusaurus-plugin-docs-editor
131
137
// Requires adding OAUTH app https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app
132
138
[
You can’t perform that action at this time.
0 commit comments