This site redirects to https://riverarchitect.readthedocs.io/.
The documentation - installation, tutorials, the API reference and the legacy wiki pages -
now lives on Read the Docs, built from the
riverarchitect repository.
| File | Purpose |
|---|---|
index.html |
The redirect. GitHub Pages cannot issue a server-side 301, so it uses rel="canonical", a <meta http-equiv="refresh"> and location.replace(), with a visible link as the last resort. |
404.html |
Sends any unmatched path on this domain to the documentation instead of a dead end. |
sitemap.xml |
One entry, for the root. Read the Docs publishes its own sitemap. |
BingSiteAuth.xml, google*.html |
Search-console verification. Leave them in place; deleting them un-verifies the domain. |
_layouts/, _includes/, css/, js/, img/, fonts/, font-awesome-4.1.0/ |
The previous Jekyll landing page, kept intact. |
The old landing page can be brought back by restoring index.html from git history - nothing
else was removed.
https://riverarchitect.github.io/RA_wiki/ is published by the separate
RiverArchitect/RA_wiki repository and is not
affected by the redirect here: a project site takes precedence over this repository's
404.html. Those pages are preserved in the documentation at
https://riverarchitect.readthedocs.io/en/latest/wiki/<page>.html, with the page names
unchanged, so redirecting them is a matching change in that repository.