Skip to content

phs66/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/

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 48.8%
  • HTML 33.1%
  • Python 15.4%
  • Shell 2.7%