فهرست منبع

docs: Fixed a link reference. (#3786)

oidt 4 ماه پیش
والد
کامیت
3d5f677927

+ 2 - 1
docs/docs/guides/extending-the-admin-ui/getting-started/index.md

@@ -11,7 +11,8 @@ The Angular-based Admin UI has been replaced by the new [React Admin Dashboard](
 The first stable release of the React Admin Dashboard is targeted for **the end of July 2025**.
 The first stable release of the React Admin Dashboard is targeted for **the end of July 2025**.
 
 
 **For new projects, we strongly recommend using the [React Admin Dashboard](/guides/extending-the-dashboard/getting-started/) instead.**
 **For new projects, we strongly recommend using the [React Admin Dashboard](/guides/extending-the-dashboard/getting-started/) instead.**
-If you want to use the Admin UI and the Dashboard together please change the compatibilityMode to true (/reference/core-plugins/admin-ui-plugin/admin-ui-plugin-options#compatibilitymode)
+
+If you want to use the Admin UI and the Dashboard together please change the [compatibilityMode](/reference/core-plugins/admin-ui-plugin/admin-ui-plugin-options#compatibilitymode) to true.
 :::
 :::
 
 
 When creating a plugin, you may wish to extend the Admin UI in order to expose a graphical interface to the plugin's functionality, or to add new functionality to the Admin UI itself. The UI can be extended with custom components written in [Angular](https://angular.io/) or [React](https://react.dev/).
 When creating a plugin, you may wish to extend the Admin UI in order to expose a graphical interface to the plugin's functionality, or to add new functionality to the Admin UI itself. The UI can be extended with custom components written in [Angular](https://angular.io/) or [React](https://react.dev/).

+ 1 - 1
docs/docs/guides/extending-the-dashboard/deployment/index.md

@@ -52,7 +52,7 @@ export default defineConfig({
 ### 2. Add DashboardPlugin to Vendure Config
 ### 2. Add DashboardPlugin to Vendure Config
 
 
 :::warning Angular Admin UI compatibilityMode
 :::warning Angular Admin UI compatibilityMode
-If you want to use the Admin UI and the Dashboard together please change the compatibilityMode to true (/reference/core-plugins/admin-ui-plugin/admin-ui-plugin-options#compatibilitymode)
+If you want to use the Admin UI and the Dashboard together please change the [compatibilityMode](/reference/core-plugins/admin-ui-plugin/admin-ui-plugin-options#compatibilitymode) to true.
 :::
 :::