Prototype implementation of a language switch for the Qubes OS documentation, based on a Jekyll website example.
This repository contains a minimum prototype implementation of a language switch plus an appropriate warning message. The code is the same for both translated and untranslated versions.
Given that you have a proper installation of Jekyll, clone or download this repository, enter the directory "langswitch-prototype" and run a Jekyll server via
$ bundle exec jekyll serve
Now, visit http://127.0.0.1:4000/
You'll find a link to a "Doc" there. Follow it and try it out!