Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 05b836d3 authored by Idriss's avatar Idriss
Browse files

Add tutorial redirections

parent 8ed61ca1
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,16 @@ const config = {
languages: ['en', 'fr']
}],
[require.resolve('@docusaurus/plugin-client-redirects'), {
redirects: [{
from: '/docs/tutorials/api/cli',
to: '/docs/tutorials/cli/'
}]
redirects: [
{
from: '/docs/tutorials/api/cli',
to: '/docs/tutorials/cli/'
},
{
from: '/docs/tutorials/web_console',
to: '/docs/tutorials/console'
}
]
}],
require.resolve('docusaurus-plugin-matomo')
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment