A minimal GitHub Pages site whose only purpose is to redirect
docs.eventide-project.org to eventide-project.org.
The documentation formerly served at docs.eventide-project.org now lives at
the apex domain eventide-project.org. This repo keeps old links working.
index.htmlissues a redirect tohttps://eventide-project.org/via three layered mechanisms (JSlocation.replace,<meta http-equiv="refresh">, and a plain link fallback).404.htmldoes the same, so requests to any old deep path (e.g.docs.eventide-project.org/user-guide/consumers.html) that don't match a file here still redirect to the apex rather than showing a 404.CNAMEclaimsdocs.eventide-project.orgfor this Pages site so GitHub provisions an HTTPS certificate for it.
The redirect drops the path (everything lands on the apex homepage). This is intentional.
GitHub Pages is configured to serve from the main branch, root folder.
Pushing to main publishes. No build step.
After the first push:
- Repo Settings -> Pages -> Source = Deploy from a branch, branch
main,/ (root). - The custom domain
docs.eventide-project.orgshould populate from the CNAME file. - Once DNS points here and the cert provisions, enable "Enforce HTTPS".