docs(web): align deployment and operator guidance#1115
Merged
gildesmarais merged 11 commits intomainfrom Mar 28, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns html2rss-web operator/deployment documentation around the current health endpoints, token-gated generation model, and integration entry points (OpenAPI, API root metadata, config schema).
Changes:
- Reworks monitoring/deployment guidance to use
/api/v1/health/*probes and bearer-token authenticated checks. - Updates reference/index + web-application landing pages with integration entry points (OpenAPI,
/api/v1, env vars, config schema). - Expands automatic generation docs with clearer prerequisites, strategy behavior, troubleshooting, and URL-surface guidance; refreshes Docker Compose snippets/examples accordingly.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| src/content/docs/web-application/reference/monitoring.mdx | Documents new health endpoints and authenticated probe usage. |
| src/content/docs/web-application/reference/index.mdx | Adds integration entry points (OpenAPI, API root, env ref, schema). |
| src/content/docs/web-application/reference/env-variables.mdx | Updates supported env var list to the current html2rss-web set. |
| src/content/docs/web-application/index.mdx | Clarifies access-controlled generation and surfaces OpenAPI/API entry points. |
| src/content/docs/web-application/how-to/use-automatic-feed-generation.mdx | Adds prerequisites, strategy behavior, troubleshooting, and guidance for auto flow. |
| src/content/docs/web-application/how-to/deployment.mdx | Refocuses production guidance on scope selection, token-based ops, and OpenAPI. |
| src/content/docs/web-application/getting-started.mdx | Emphasizes included-feed validation before enabling generation; notes OpenAPI. |
| src/content/docs/troubleshooting/troubleshooting.mdx | Updates web-app troubleshooting to token-based auth + new health endpoints. |
| src/content/docs/ruby-gem/reference/strategy.mdx | Adds practical strategy selection + Browserless troubleshooting notes. |
| src/content/docs/ruby-gem/reference/cli-reference.mdx | Adds auto URL-surface guidance, failure taxonomy, and Browserless diagnostics. |
| src/content/docs/ruby-gem/index.mdx | Points to the JSON Schema contract + schema/validate CLI entry points. |
| src/content/docs/get-involved/self-hosting.mdx | Converts to a routing page pointing to canonical html2rss-web docs. |
| src/components/docs/DockerComposeSnippet.astro | Updates Compose snippets (env var requirements, Caddy target, Watchtower). |
| examples/deployment/docker-compose.yml | Renames service to html2rss-web and updates Caddy upstream port/name. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to the documentation and deployment guidance for the
html2rss.github.iorepository. The main focus is on clarifying repository scope and cross-repo boundaries, modernizing deployment examples, enforcing consistent documentation authoring practices, and improving the accuracy and usability of self-hosting and contributing guides.Key changes:
Repository Guidelines and Authoring Practices
AGENTS.mdfile outlining repository scope, ownership, cross-repo contracts, generated artifact handling, verification flows, and documentation authoring rules (e.g., always use the<Code>component for code snippets).<Code>component from@astrojs/starlight/componentsinstead of triple-backtick code blocks or legacy imports, ensuring consistent code rendering across the site [1] [2] [3].Deployment and Environment Configuration
html2rsstohtml2rss-web..envfile with clear documentation for required and optional settings.Self-Hosting and Contributing Documentation
html2rss-webdocs, and provided a clear, concise recommended path for new users.Quick Setup and README Updates
README.mdto clarify the setup process, including the need to refresh generated feed data and the correct Codespaces link for this repository.Documentation Usability and Accuracy
<Code>component, improving readability and consistency [1] [2] [3] [4] [5] [6].These changes collectively improve contributor onboarding, deployment reliability, and the clarity and maintainability of the documentation for both new and experienced users.