multi language issue #5325
-
Hi there, I am trying to add multi-language to my test mkdocs document system. I created a 3 yml files. They are mkdocs.tr.yml, mkdocs.en.yml and mkdocs.yml I took the following project as a sample project: https://github.com/bmeviauac01/datadriven I don't know where I went wrong. Thank you in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I fixed the issue when i add this codes to my ci.yaml file
Finally, I couldn't do the routing process in the project. I tried to add my yaml file this codes but i didn't work.
|
Beta Was this translation helpful? Give feedback.
I fixed the issue when i add this codes to my ci.yaml file
Finally, I couldn't do the routing process in the project.
What i want to do is when i open the https://berkantsahn.github.io/mkdocs-test link i want to I want to redirect the user to https://berkantsahn.github.io/mkdocs-test/tr/
I tried to add my yaml file this codes but i didn't work.