Skip to content

eventide-project/docs-redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

docs-redirect

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.

How it works

  • index.html issues a redirect to https://eventide-project.org/ via three layered mechanisms (JS location.replace, <meta http-equiv="refresh">, and a plain link fallback).
  • 404.html does 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.
  • CNAME claims docs.eventide-project.org for 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.

Deployment

GitHub Pages is configured to serve from the main branch, root folder. Pushing to main publishes. No build step.

After the first push:

  1. Repo Settings -> Pages -> Source = Deploy from a branch, branch main, / (root).
  2. The custom domain docs.eventide-project.org should populate from the CNAME file.
  3. Once DNS points here and the cert provisions, enable "Enforce HTTPS".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages