Feature/repo maintenance - #106
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b6cd86a74a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| sub_filter_types text/html; | ||
| sub_filter_once off; | ||
| sub_filter '<base href="/">' '<base href="/qbtmud/">'; |
There was a problem hiding this comment.
Match the shipped base tag in proxy rewrites
For subpath reverse-proxy setups, these rewrite rules won't match the actual entry point: src/Lantean.QBTMud/wwwroot/index.html currently emits <base href="/" />, but the examples search for <base href="/">. Following the guide leaves the base tag unchanged, so qbtmud still resolves assets and routes from /; adjust the match or regex to handle the self-closing form with whitespace.
Useful? React with 👍 / 👎.
Summary
Introduce a repo-side GitHub governance baseline and a publishable documentation site, while restructuring the README and support content so installation, deployment, and contribution guidance are clearer and easier to maintain.
What Changed
tools/github/sync-labels.shhelper to create or update the managed label set from.github/labels.json.docs/, including installation, advanced setup, reverse proxy hosting, separate API and UI hosting, and build-from-source guides.develop.README.mdto focus on overview, quick start, docs entry points, and contribution routing, and added dedicatedCONTRIBUTING.mdandSUPPORT.mdguidance..gitignorefor local docs tooling and generated site output.Testing
developpushes.Notes