Skip to content

docs: document fallback pages provided by the service#7

Open
MikkelHebel wants to merge 2 commits into
ctfpilot:developfrom
Brunnerne:docs/6/document-fallback-pages
Open

docs: document fallback pages provided by the service#7
MikkelHebel wants to merge 2 commits into
ctfpilot:developfrom
Brunnerne:docs/6/document-fallback-pages

Conversation

@MikkelHebel

Copy link
Copy Markdown
Member

Summary

Adds a ## Pages section to the README documenting every page this service can serve, what triggers each one, and what it looks like.

  • Lists all generated pages with their title and intended use
  • Adds screenshots for each page under docs/images/, captured by running generator.py

This closes #6

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown

All Contributors have signed the CLA. Thank you for your cooperation!
Posted by the CLA Assistant Lite bot.

@MikkelHebel

Copy link
Copy Markdown
Member Author

I have read the CLA Document and I hereby sign the CLA

@The0mikkel The0mikkel linked an issue Jul 10, 2026 that may be closed by this pull request
2 tasks
Comment thread README.md
Comment thread README.md Outdated
@MikkelHebel

Copy link
Copy Markdown
Member Author

I've also added dark mode screenshots

Comment thread README.md
## Pages

Each page is generated from a file in [`src/content`](./src/content) (see [Development](#development) below) and is served as static HTML behind a reverse proxy. Which page is shown is determined by whichever HTTP status code the proxy maps to this service. Every page automatically polls the original request's host and reloads once it starts responding normally again, so the page updates on its own once the underlying issue is resolved.
Screenshots below are available in both light and dark mode.

@The0mikkel The0mikkel Jul 19, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshots below are available in both light and dark mode. is reduntant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document pages provided by the Fallback

2 participants