diff --git a/docusaurus.config.js b/docusaurus.config.js index b0fd957..dd8c35f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -73,18 +73,42 @@ const config = { '@docusaurus/plugin-client-redirects', { redirects: [ + { + to: '/hands-on/articles', + from: '/hands-on', + }, + { + to: '/hands-on/articles', + from: '/hands-on.html', + }, { to: '/hands-on/articles/intro-raspberry', from: '/hands-on-intro-raspberry', }, + { + to: '/hands-on/articles/intro-raspberry', + from: '/hands-on-intro-raspberry.html', + }, { to: '/hands-on/articles/exposed-thing', from: '/hands-on-exposed-thing-guide', }, + { + to: '/hands-on/articles/exposed-thing', + from: '/hands-on-exposed-thing-guide.html', + }, { to: '/hands-on/articles/smart-coffee-machine', from: '/smart-coffee-machine', }, + { + to: '/hands-on/articles/smart-coffee-machine', + from: '/smart-coffee-machine.html', + }, + { + to: '/services/', + from: '/services.html', + }, ], }, ],