The gtk-rs.org site

The site is hosted on GitHub Pages powered by Jekyll.

When authoring any changes you can try them out locally by running (requires ruby):

> bundle exec jekyll serve -wD

The /docs/ location is served by the docs repo. Its contents should be considered disposable and eventually will be updated via CI.

The documentation in docs-src is not intended to be viewed at the /docs-src/ location. Instead the generated static files (_site/docs-src/*) are merged into the docs repo, keeping a nice urls structure.