Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Merged
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,9 @@
3. **Security‑first** - explicit permissions determine who/what may invoke an ability.
4. **Gradual adoption** - ships first as a Composer package, migrates smoothly to core.

## Developer Documentation

- [Introduction](docs/1.intro.md)
- [Getting Started](docs/2.getting-started.md)
- [Registering Abilities](docs/3.registering-abilities.md)
- [Using Abilities](docs/4.using-abilities.md)
- [REST API Reference](docs/5.rest-api.md)
- [Hooks](docs/6.hooks.md)
- [JavaScript/TypeScript Client](docs/7.javascript-client.md)
- [Contributing Guidelines](CONTRIBUTING.md)
## Documentation

- **[Developer docs](docs/README.md)**.
Comment thread
jonathanbossenger marked this conversation as resolved.

## Inspiration

Expand Down
211 changes: 0 additions & 211 deletions docs/4.using-abilities.md

This file was deleted.

61 changes: 0 additions & 61 deletions docs/7.registering-categories.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Developer Documentation

- [Introduction](intro.md)
- [Getting Started](getting-started.md)
- [PHP API Reference](php-api.md)
- [REST API Reference](rest-api.md)
- [JavaScript Client](javascript-client.md)
- [Hooks](hooks.md)
File renamed without changes.
Loading