Skip to content

edwood-grant/vala-docs

 
 

Repository files navigation

Vala Documentation

This is the source code repository for the Vala Documentation website.

You can view the website online here: https://docs.vala.dev/

Also, you can contribute to the Vala programming language website here: https://github.com/vala-lang/vala-www

Requirements

  • python3
  • pip (for Python 3)

You'll also need to install Sphinx and other dependencies listed in the requirements.txt file:

pip install --user --upgrade -r requirements.txt

Getting started

  1. Build the website with:
./build-docs

Note: You may need to make the ./build-docs script executable first:

chmod +x ./build-docs
  1. In the build directory, open a html file in your favourite web browser. index.html contains the home page.

  2. Whenever you want to rebuild the site with changes you make in source, repeat step 1.

References

About

Vala Documentation Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.9%
  • HTML 28.4%
  • Vala 14.2%
  • Python 13.2%
  • Shell 2.3%