@@ -221,6 +221,7 @@ by using any of the following commands in a terminal:
221221* [ Appendices] ( #appendices )
222222 * [ Keywords] ( #appendix-i-keywords )
223223 * [ Operators] ( #appendix-ii-operators )
224+ * [ Other online resources] ( #other-online-resources )
224225
225226</td ></tr >
226227</table >
@@ -8068,3 +8069,39 @@ Assignment Operators
80688069>>= <<= >>>=
80698070&&= ||=
80708071` ` `
8072+
8073+ # # Other online resources
8074+
8075+ # ## [V contributing guide](https://github.com/vlang/v/blob/master/CONTRIBUTING.md)
8076+
8077+ V would be much less, than what it is today, without the help of all
8078+ its contributors. If you like and want to help the V project succeed,
8079+ please read that document, choose a task, and dive in!
8080+
8081+ # ## [V language documentation](https://docs.vlang.io/introduction.html)
8082+ The site has the same information as this document, but split to pages,
8083+ for easier reading on mobile devices. Updated automatically on each
8084+ commit to the main repository.
8085+
8086+ # ## [V standard module documentation](https://modules.vlang.io/)
8087+ The site has the documentation of all the modules in V' s standard
8088+ library (vlib). Updated automatically on each commit to the main
8089+ repository.
8090+
8091+ ### [V online playground](https://play.vlang.io/)
8092+ The site allows you to enter and edit small V programs, then compile
8093+ and run them. Updated automatically on each commit to the main
8094+ repository. Use it, to test your ideas, when you do not have access
8095+ to a computer or an Android phone, where V has been already installed.
8096+
8097+ ### [Awesome V](https://github.com/vlang/awesome-v)
8098+ When you make a cool new project or a library, you can submit it to that
8099+ list too. You can also use the list, for ideas about new projects to do
8100+ with V.
8101+
8102+ ### [The V language Discord](https://discord.gg/vlang)
8103+ This is the place to be, to discuss the V language, learn about latest
8104+ developments, quickly get help with issues, witness/participate in
8105+ ~~epic flame wars~~ constructive criticism exchanges and design decisions.
8106+ Join it, and learn more about languages, games, editors, people, Klingons,
8107+ Conway' s law and the universe.
0 commit comments