docs: reformat for usability

2026-05-08 02:34:38 +00:00
parent eed1a4d91f
commit 47201615c5
@@ -1,20 +1,6 @@
<!--
Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
← [Home](Home)
This file is part of a Moko Consulting project.
SPDX-License-Identifier: GPL-3.0-or-later
# FILE INFORMATION
DEFGROUP: MokoStandards.Documentation
INGROUP: MokoStandards
REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API
PATH: /docs/workflows/shared-workflows.md
VERSION: 04.06.00
BRIEF: Reference for shared workflow templates synced to all governed repos
-->
[![MokoStandards](https://img.shields.io/badge/MokoStandards-04.06.00-orange)](https://git.mokoconsulting.tech/MokoConsulting/MokoStandards)
[![moko-platform](https://img.shields.io/badge/moko-platform-04.06.00-orange)](https://git.mokoconsulting.tech/MokoConsulting/moko-platform)
# Shared Workflow Templates
@@ -33,7 +19,7 @@ These workflows are synced to every governed repository via `bulk_sync.php`. The
| `enterprise-firewall-setup.yml` | push to `main` | Configure trusted domain access for enterprise environments |
| `repo_health.yml` | every push + PR | Platform-specific health checks (Dolibarr: module descriptor; Joomla: XML manifest) |
### MokoStandards-only workflows (not synced)
### moko-platform-only workflows (not synced)
| Workflow | Triggers | Purpose |
|----------|----------|---------|
@@ -214,11 +200,11 @@ Every governed repo has a `.gitea/workflows/custom/` directory that is **never t
---
## composer-validate.yml (MokoStandards only)
## composer-validate.yml (moko-platform only)
**Trigger:** Every push and PR
**What it does:** Validates the `composer.json` integrity for the MokoStandards enterprise library:
**What it does:** Validates the `composer.json` integrity for the moko-platform enterprise library:
- Schema validation (`composer validate --strict`)
- Lock file freshness
- Dependency resolution (dry run)