This folder contains repository markdown docs and a static GitHub Pages site.
Russian versions use the .ru.md suffix.
The static site language switcher stores the user's choice in localStorage under:
lizerium.localization.docs.language
If no language was selected yet, the site uses the browser language and redirects to the matching English/Russian page when a paired page exists.
Entry page:
docs/index.html
Russian page:
docs/ru/index.html
SEO files:
docs/sitemap.xml
docs/robots.txt
There is intentionally no .nojekyll file: GitHub Pages should render markdown docs as *.html pages.