Skip to content

Commit

Permalink
Add index page content
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama committed Apr 30, 2024
1 parent 8d2fb2c commit 59cf9ee
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
{%- endif %}
{% if prev -%}
<a class="prev-page" href="{{ prev.link }}">
<svg class="furo-related-icon"><use href="#svg-arrow-left"></use></svg>
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
<div class="page-info">
<div class="context">
<span>{{ _("Previous") }}</span>
Expand Down
40 changes: 38 additions & 2 deletions source/index.rst
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>`_

0 comments on commit 59cf9ee

Please sign in to comment.