docs(components): verification pass — fix cross-link targets, tag code fences, correct type names
- Fix 15 link-text/target mismatches (ConfigurationDatabase ×8 to Commons, NotificationOutbox ×4, ClusterInfrastructure case, HealthMonitoring, SiteCallAudit) caught by a link-text-vs-target consistency check. - Tag 14 untagged code-fence openers (ASCII diagrams/trees, JSON, HTTP). - Correct 4 type names to match source (ValidationService, HealthReportSender, CentralCommunicationActor, DebugSnapshotCommand set). - Soften Traefik version prose per the style guide.
This commit is contained in:
@@ -202,7 +202,7 @@ The management URL is resolved in this order: `--url` flag → `SCADABRIDGE_MANA
|
||||
|
||||
### No management URL
|
||||
|
||||
```
|
||||
```json
|
||||
{"error":"No management URL specified. Use --url, set SCADABRIDGE_MANAGEMENT_URL, or add 'managementUrl' to ~/.scadabridge/config.json.","code":"NO_URL"}
|
||||
```
|
||||
|
||||
@@ -210,7 +210,7 @@ The URL is not set via `--url`, `SCADABRIDGE_MANAGEMENT_URL`, or the config file
|
||||
|
||||
### Connection failed
|
||||
|
||||
```
|
||||
```json
|
||||
{"error":"Connection failed: Connection refused (localhost:9000)","code":"CONNECTION_FAILED"}
|
||||
```
|
||||
|
||||
@@ -222,7 +222,7 @@ The server returned HTTP 403 or an error code of `FORBIDDEN`/`UNAUTHORIZED`. The
|
||||
|
||||
### Malformed config file warning
|
||||
|
||||
```
|
||||
```text
|
||||
warning: ignoring malformed or unreadable /home/user/.scadabridge/config.json: ...
|
||||
```
|
||||
|
||||
@@ -230,7 +230,7 @@ warning: ignoring malformed or unreadable /home/user/.scadabridge/config.json: .
|
||||
|
||||
### `audit-log` deprecation warning
|
||||
|
||||
```
|
||||
```text
|
||||
Warning: 'audit-log' is deprecated and will be removed in a future release. Use 'audit-config' instead.
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user