Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[suggestion] localize docs #3746

Open
johannesschobel opened this issue Mar 2, 2019 · 4 comments
Open

[suggestion] localize docs #3746

johannesschobel opened this issue Mar 2, 2019 · 4 comments

Comments

@johannesschobel
Copy link
Contributor

Issue type:

[x] question
[ ] bug report
[ ] feature request
[ ] documentation issue

Database system/driver:

[ ] cordova
[ ] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo

TypeORM version:

[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)

Steps to reproduce or a small repository showing the problem:

This is not a bug report, but rather a request to "restructure" the ./docs folder of the repo. Currently, all files are within one single folder. And then there is the ./docs/zh_CN folder directly within the ./docs folder, which is really not that nice..

I would suggest a structure as follows:

docs/
  en_US/
    index.md
    connection/
      connection.md
      using-ormconfigjson.md
      connection-options.md
      multiple-connections.md
  zh_CN/
  ...

What do you think? All the best

@pleerock
Copy link
Member

pleerock commented Mar 3, 2019

We can do it :)

@johannesschobel
Copy link
Contributor Author

maybe you can point me to the right direction, where the navigation of the docs is generated? Then i would be able to PR this work for you? I did not find the navigation tree - but maybe i was looking for it in all the wrong places?

All the best

@Kononnable
Copy link
Contributor

I think you're looking for that:
https://github.com/typeorm/typeorm.github.io/blob/master/script/constant/Links.js

@johannesschobel
Copy link
Contributor Author

hey there.. thanks a lot for your comment and pointing to the requested file ;)
sorry for the delayed answer, i am currently on vacation.. however, i will try to look into this one the next week, if this is ok for you.. maybe i can PR it accordingly!?

All the best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants