Skip to content

Commit 468bac5

Browse files
committed
Remove unused docs scripts and legacy PHAR references
1 parent fb97d5a commit 468bac5

14 files changed

Lines changed: 8 additions & 1473 deletions

CONTRIBUTING.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,32 +58,20 @@ act push --container-architecture linux/amd64
5858

5959
### Core contributor path
6060

61-
1. Read [Core Contracts](./doc/CONTRACTS.md)
62-
2. Read [Async Jobs and Connectors Contracts](./doc/contracts/async-jobs-connectors-contracts.md)
63-
3. Read [Security Plan and Artifacts](./doc/security/PLAN.md)
61+
1. Read [Operations Playbook](./doc/OPERATIONS.md)
62+
2. Read [Propel Workflow](./doc/PROPEL_WORKFLOW.md)
63+
3. Run key tests and validate changes in Docker
6464

6565
## Propel models and migrations
6666

6767
For operational Propel flow (schema, model generation context, migration execution, rollback, failure modes), see:
6868

6969
- [Propel Workflow](./doc/PROPEL_WORKFLOW.md)
7070

71-
## Documentation quality gate
72-
73-
Use the docs checker before opening PRs that touch docs:
74-
75-
<!-- validated -->
76-
```bash
77-
bash scripts/docs/validate_docs.sh
78-
```
79-
8071
## Documentation index
8172

8273
- [Operations Playbook](./doc/OPERATIONS.md)
8374
- [Propel Workflow](./doc/PROPEL_WORKFLOW.md)
84-
- [Core Contracts](./doc/CONTRACTS.md)
85-
- [Versioning](./doc/VERSIONING.md)
86-
- [Async Jobs and Connectors Contracts](./doc/contracts/async-jobs-connectors-contracts.md)
8775

8876
## Rules
8977

0 commit comments

Comments
 (0)