A set of documentation that will help you understand alt:V and writing JavaScript code for it.
It is not an API reference and is meant to teach some of the lingo and details about alt:V.
Unofficial alt:V Documentation Discord
$ npm install
$ npm run dev
We recommend that each individual file you update has its own commit.
This keeps the history for commits clean and easy to track backwards.
It's a pretty short process but requires some work.
-
Fork the Repository
-
Copy
en.js
fromsrc/.vuepress/locales/en.js
. -
Rename it to your two letter ISO-639-1 Code.
-
Edit the titles and translate them. Follow instructions in the copied code. We left comments for you.
-
Copy the folder
en
from thesrc
directory. -
Rename it to your ISO-639-1 Code for your Country / Language.
-
Begin converting documents from English to your language.
-
Test locally! It's very important!
-
Make a pull request.