Updated the documentations in the Website service target.

This commit is contained in:
2026-08-30 08:37:19 +02:00
parent 8a9402e8f1
commit 5a833be33d
7 changed files with 41 additions and 43 deletions
@@ -117,10 +117,8 @@ private extension HealthController {
/// Builds a JSON response carrying the given status and payload.
///
/// Every response is marked `noindex`. The checks answer `200 OK` to anyone who asks and nothing on the site links to them, so they are
/// unlikely to be found but `robots.txt` allows the whole site, and a path that leaks into a log, a monitor, or an inbound link is crawlable
/// on discovery. The header keeps them out of the index even once they are fetched, which a `Disallow` rule would not: that stops the crawl, not
/// the indexing, and publishes the paths to everyone reading the file.
/// Every response is marked `noindex`: the checks answer `200 OK` to anyone, and `robots.txt` allows the whole site. A `Disallow` rule would
/// stop the crawl but not the indexing, and would publish the paths to everyone reading the file.
/// - Parameters:
/// - status: the HTTP status of the response.
/// - payload: the JSON body of the response.