docs: revise main docs outline (#10502)

This commit is contained in:
Shahed Nasser
2024-12-09 13:54:42 +02:00
committed by GitHub
parent c8cb9b5c1a
commit 0ae98c51eb
141 changed files with 814 additions and 1181 deletions

View File

@@ -18,7 +18,7 @@ Refer to the [Admin Widget Injection Zones list](../../../admin-widget-injection
Widget and UI routes must be defined as arrow functions. Any other type of declaration isn't accepted.
Refer to the [Admin Development Constraints](!docs!/learn/advanced-development/admin/constraints) documentation for more details.
Refer to the [Admin Development Constraints](!docs!/learn/fundamentals/admin/constraints) documentation for more details.
---
@@ -34,7 +34,7 @@ export const config = defineWidgetConfig({
Any other usage leads to the widget not being shown.
Refer to the [Admin Development Constraints](!docs!/learn/advanced-development/admin/constraints) documentation for more details.
Refer to the [Admin Development Constraints](!docs!/learn/fundamentals/admin/constraints) documentation for more details.
---