-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Labels
area: docusaurusAnything related to DocusaurusAnything related to Docusaurustype: bugSomething isn't workingSomething isn't workingtype: documentation (docs)Improvements or additions to documentationImprovements or additions to documentation
Description
When changing language to a different one in Overview page, it says "page not found". It used to work at some point, but likely, when we added more translations, something broke.
Location
In \src\web\docusaurus
URL:
/docs/overview
To run Docusaurus:
cd src\web\docusaurusnpm installnpm run start- Click 'Docs' button top left corner
And try different locale options, such as
npm run start -- --locale uk
You can find different language options in src\web\docusaurus\docusaurus.config.js.
Specifically - locales: ['en', 'vi', 'uk', 'zh', 'bg'],
To reproduce
Click around in

And change the
npm run start -- --locale
languages and see how these links don't lead to each others' appropriate page.
Possible fixes
Look into placement of languages src\web\docusaurus\docusaurus.config.js, it might be broken because of positioning mismatch.
Also look into each of src\web\docusaurus\i18n folders for each language.
---
sidebar_position: X
---
mismatch could have also caused this.
- ADD SCREENSHOTS AND FIX FORMAT @sirinoks
Metadata
Metadata
Assignees
Labels
area: docusaurusAnything related to DocusaurusAnything related to Docusaurustype: bugSomething isn't workingSomething isn't workingtype: documentation (docs)Improvements or additions to documentationImprovements or additions to documentation

