Commit c877a45
Fully rework and expand the admin panel API part of the plugins development documentation (#2920)
* adding an admin configuration and customization page
* refreshing the create a plugin page
* Restore create-a-plugin.md content to match `main` branch content
* Add dedicated pages for sub-topics
* Restore snippet from `main` branch
* Rework admin config. & custom. page
* Rework admin-panel-api to point to new sub-topics
* Fix URL in content-manager-apis.md
* Re-organize sidebar
* Rework the Admin Panel API page to simplify it and act as a hub
* Add missing cards to guides in developing-plugins.md
* Rework again Admin Panel API
* Add admin localization page
* Add reusable snippets for all plugins pages prerequisites
* Delete old "admin config & custom" page
replaced by admin-navigation-settings.md
* Add admin-navigation-settings.md page
* Rename some page titles + improve intros
* Optimize sidebar
* Fix parallel naming for headings in admin-localization
* Add admin-localization page
* Use prerequisite snippet in Admin Panel API overview
* Link Admin Panel API to admin panel customization
* Add missing tags
* Improve localization page
* Improve navigation & settings page
* Improve Admin Panel API overview
* Improve Content Manager APIs
* Update sidebar to match order in Admin Panel overview
* Hide old tip from admin panel custom. section in sidebar
* Add missing loading property to a CM API example
* Improve further admin-navigation-settings
with considerations about `to` and security caution and `permissions
* Rework injection zones page
* Improve injection zones further and fix deprecated hook example
* Improve Redux store & reducers page
* Improve Redux store page further
* Improve Redux store page further based on Codex recommendations
* Add tl;dr to injection zones vs. CM APIs snippet
* Rework the admin-injection-zones prereq. based on prev. snippet
* Improve tags & intro. for CM APIs page
* Fix prev. pagination for CM APIs page
* Rework admin hooks page
* Improve formatting in hooks page
* Use ExternalLink in injection zones vs. CM APIs snippet
* Refine hooks end-of-page note
* Fix tags for admin localization
* Refine Server API cross link with Admin Panel API
* Further refine some admin-localization notes (merge order, programmatic access)
* Fix invalid comment in JSON example for admin-localization
* Fix broken links & anchors
* Fix more broken links & anchors
* Fix pagination for admin hooks
* Fix snippet mismatching heading levels
* Fix sidebar
* Remove registerTrads from admin panel API overview
* Fix wrong link in developing plugins guides cards
* Fix missing word in Server API intro
* Fix hyphenation in Server API intro.
* Fix code example in snippet for injection zones vs. CM APIs
* Fix sidebar (missing plugin structure page)
* Fix paginations
* Fix admin permissions for plugins example
* Add small fixes for Store and access data guide
* Add small fix for Pass data from server to admin guide
* Add small fixes for create components for plugins guides
---------
Co-authored-by: Pierre Wizla <4233866+pwizla@users.noreply.github.com>1 parent 56d5bee commit c877a45
26 files changed
Lines changed: 2883 additions & 1071 deletions
File tree
- docusaurus
- docs
- cms
- api
- migration/v4-to-v5/breaking-changes
- plugins-development
- guides
- snippets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
0 commit comments