-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d2fb2c
commit 59cf9ee
Showing
2 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,46 @@ | ||
Vala Documentation | ||
================== | ||
|
||
This is the Vala Documentation website | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
Tutorial <tutorial/index> | ||
|
||
Introduction | ||
------------ | ||
|
||
Vala is a programming language using modern high level abstractions without imposing additional runtime requirements and without using a different ABI compared to applications and libraries written in C. Vala uses the GObject type system and has additional code generation routines that make targeting the GNOME stack simple. Vala has many other uses where native binaries are required. | ||
|
||
`Learn more about Vala <about>`_ | ||
|
||
Sections | ||
-------- | ||
|
||
`Install Vala <install>`_ | ||
|
||
`Tutorials <tutorials>`_ | ||
|
||
`Tooling <tooling>`_ | ||
|
||
`Contributor Guide <contributor-guide>`_ | ||
|
||
`Developer Guides <developer-guides>`_ | ||
|
||
External Resources | ||
------------------ | ||
|
||
`API References <https://valadoc.org>`_ | ||
|
||
`Reference Manual <https://gnome.pages.gitlab.gnome.org/vala/manual/index.html>`_ | ||
|
||
`GNOME Developer Documentation <https://developer.gnome.org/documentation/>`_ | ||
|
||
`elementary OS Developer Documentation <https://docs.elementary.io/develop>`_ | ||
|
||
`Vala Website <https://vala.dev>`_ | ||
|
||
Community | ||
--------- | ||
|
||
`Vala Community Links <https://vala.dev/#community>`_ | ||
|