Refine README ACP System description
This commit is contained in:
13
README.md
13
README.md
@@ -21,20 +21,9 @@ The ACP is organized into practical sections for day-to-day forum operations:
|
|||||||
- `Ranks`: rank definitions and badge management.
|
- `Ranks`: rank definitions and badge management.
|
||||||
- `Attachments`: attachment policy and extension/group controls.
|
- `Attachments`: attachment policy and extension/group controls.
|
||||||
- `Audit log`: activity trail for administrative actions.
|
- `Audit log`: activity trail for administrative actions.
|
||||||
- `System`: environment checks and update operations.
|
- `System`: split into `Health` (live website health checks) and `Updates` (update-readiness checks and update actions, including CLI interpreter validation).
|
||||||
- `Custom`: space for project-specific custom assets/overrides.
|
- `Custom`: space for project-specific custom assets/overrides.
|
||||||
|
|
||||||
### System
|
|
||||||
|
|
||||||
The System area is split into two focused views:
|
|
||||||
|
|
||||||
- `Health`: shows whether the live website environment is healthy enough to run reliably.
|
|
||||||
- `Updates`: provides update-related checks and update actions, including CLI interpreter validation.
|
|
||||||
|
|
||||||
This separation is intentional:
|
|
||||||
- `Health` answers “Is the site healthy right now?”
|
|
||||||
- `Updates` answers “Is this server ready to run update operations?”
|
|
||||||
|
|
||||||
## Current Product Status
|
## Current Product Status
|
||||||
|
|
||||||
- Active version: `26.0.3`
|
- Active version: `26.0.3`
|
||||||
|
|||||||
@@ -98,5 +98,5 @@
|
|||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"version": "26.0.3",
|
"version": "26.0.3",
|
||||||
"build": "107"
|
"build": "108"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user