Org-level GitHub Pages site for the ltex-plus organization.
This repository exists solely to redirect visitors of https://ltex-plus.github.io/ to the LTeX+ documentation at https://ltex-plus.github.io/ltex-plus/. Without this repo, the org-level URL returns a 404 because GitHub Pages only serves an organization root when a repository named <org>.github.io exists.
The redirect is a single static index.html using a meta http-equiv="refresh" plus a <link rel="canonical"> so that search engines treat the documentation site as the canonical URL. The page is also marked noindex to keep the redirect stub out of search results.
The actual documentation source lives in ltex-plus/ltex-plus; changes to the docs should be made there, not here.