Skip to content

Commit e510f3e

Browse files
jonathanbossengerjonathanbossengergzioloaaronwaregalatanovidiu
authored
Docs/prepare 6.9 (#117)
* Docs refactor in prepartion for WordPress 6.9 Moved all PHP related docs to the php-api.md Created new README.md file with correct doc ordering Removed doc file numbering Updating main repo README.md doc links * Updating hooks Adding reference for abilities_api_init Moving hook registration in code examples above callback function for better readability * Adding other category functions to PHP API * Update README.md with direct link to docs README * Adding ability_class information and example (#122) * Adding ability_class information and example * Adding contributing docs to Documenation section in the readme * Fixing outdated link * PR review updates * Adding REST API docs updates from #120 * JavaScript client updates from #120 Co-authored-by: jonathanbossenger <psykro@git.wordpress.org> Co-authored-by: gziolo <gziolo@git.wordpress.org> Co-authored-by: aaronware <aware@git.wordpress.org> Co-authored-by: galatanovidiu <ovidiu-galatan@git.wordpress.org>
1 parent e4e3b37 commit e510f3e

File tree

11 files changed

+789
-570
lines changed

11 files changed

+789
-570
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@
1818
3. **Security‑first** - explicit permissions determine who/what may invoke an ability.
1919
4. **Gradual adoption** - ships first as a Composer package, migrates smoothly to core.
2020

21-
## Developer Documentation
22-
23-
- [Introduction](docs/1.intro.md)
24-
- [Getting Started](docs/2.getting-started.md)
25-
- [Registering Abilities](docs/3.registering-abilities.md)
26-
- [Using Abilities](docs/4.using-abilities.md)
27-
- [REST API Reference](docs/5.rest-api.md)
28-
- [Hooks](docs/6.hooks.md)
29-
- [JavaScript/TypeScript Client](docs/7.javascript-client.md)
30-
- [Contributing Guidelines](CONTRIBUTING.md)
21+
## Documentation
22+
23+
- **[Developer docs](docs/README.md)**.
24+
- **[Contributing Guidelines](CONTRIBUTING.md)**.
3125

3226
## Inspiration
3327

docs/3.registering-abilities.md

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

0 commit comments

Comments
 (0)