From f34abc3cd448da00be8b29260548b7c82b20a57b Mon Sep 17 00:00:00 2001 From: Jordon Leach Date: Thu, 24 Oct 2024 12:42:25 -0400 Subject: [PATCH] Fix relative links --- docusaurus/docs/extensions/extensions-configuration.md | 2 +- docusaurus/docs/internal/code-base-works/directory-structure.md | 2 +- docusaurus/docs/internal/docs.md | 2 +- .../version-2.0.x/extensions-configuration.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus/docs/extensions/extensions-configuration.md b/docusaurus/docs/extensions/extensions-configuration.md index 57e0266b29e..283bf42c102 100644 --- a/docusaurus/docs/extensions/extensions-configuration.md +++ b/docusaurus/docs/extensions/extensions-configuration.md @@ -51,7 +51,7 @@ Some common model properties to overwrite are: Components in the PromptRemove folder are used to customize the removal prompt for specific resource types. Components added to this folder should have the same file name as the resource they're intended for. These components do not control the actual removal action - they are intended to allow the developer to supply additional information about consequences of removing a given resource, eg the Global Role removal prompt warns how many users are bound to that role. ### l10n -Extension translation strings are merged with those already present in `shell/assets/translations`. Translation strings with duplicate keys of those present in the relevant shell translation file will overwrite those shell translation strings _across the app_: be mindful if adding translation strings that are not explicitly scoped to your extension. Read more about translations [here](../extensions/advanced/localization.md) +Extension translation strings are merged with those already present in `shell/assets/translations`. Translation strings with duplicate keys of those present in the relevant shell translation file will overwrite those shell translation strings _across the app_: be mindful if adding translation strings that are not explicitly scoped to your extension. Read more about translations [here](./advanced/localization) ### Extension Package Metadata diff --git a/docusaurus/docs/internal/code-base-works/directory-structure.md b/docusaurus/docs/internal/code-base-works/directory-structure.md index 7754545b8c1..738dbc8f064 100644 --- a/docusaurus/docs/internal/code-base-works/directory-structure.md +++ b/docusaurus/docs/internal/code-base-works/directory-structure.md @@ -48,7 +48,7 @@ Some common model properties to overwrite are: * `detailLocation`: route for the detail view of one instance of the resource ### Overlapping Model Names -It's possible that different products will use the same kubernetes resource, but need to add different model functionality (eg Harvester has a 'node' model). Files in a extension's `models` folder will overwrite any files in the `shell/models` directory across the application. To extend or overwrite model functionality for a given store, nest models within a subfolder with the same name as the vuex module's `namespace`. see [Extensions Configuration](../../extensions/extensions-configuration.md) for more information on configuring an extension store. +It's possible that different products will use the same kubernetes resource, but need to add different model functionality (eg Harvester has a 'node' model). Files in a extension's `models` folder will overwrite any files in the `shell/models` directory across the application. To extend or overwrite model functionality for a given store, nest models within a subfolder with the same name as the vuex module's `namespace`. see [Extensions Configuration](/extensions/next/extensions-configuration) for more information on configuring an extension store. ## promptRemove** Components in the PromptRemove folder are used to customize the removal prompt for specific resource types. Components added to this folder should have the same file name as the resource they're intended for. These components do not control the actual removal action - they are intended to allow the developer to supply additional information about consequences of removing a given resource, eg the Global Role removal prompt warns how many users are bound to that role. diff --git a/docusaurus/docs/internal/docs.md b/docusaurus/docs/internal/docs.md index 33f6ad122ae..9026d7f1f4b 100644 --- a/docusaurus/docs/internal/docs.md +++ b/docusaurus/docs/internal/docs.md @@ -10,5 +10,5 @@ This documentation is intended to help developers contribute to the Dashboard UI The [Getting Started](getting-started/concepts) section documents general concepts, the development environment and provides a walk-through of the Rancher Dashboard UI. -Extension developers should head over to the [Extensions](extensions/introduction) section and start their journey there. +Extension developers should head over to the [Extensions](/extensions/next/introduction) section and start their journey there. diff --git a/docusaurus/extensions_versioned_docs/version-2.0.x/extensions-configuration.md b/docusaurus/extensions_versioned_docs/version-2.0.x/extensions-configuration.md index 57e0266b29e..283bf42c102 100644 --- a/docusaurus/extensions_versioned_docs/version-2.0.x/extensions-configuration.md +++ b/docusaurus/extensions_versioned_docs/version-2.0.x/extensions-configuration.md @@ -51,7 +51,7 @@ Some common model properties to overwrite are: Components in the PromptRemove folder are used to customize the removal prompt for specific resource types. Components added to this folder should have the same file name as the resource they're intended for. These components do not control the actual removal action - they are intended to allow the developer to supply additional information about consequences of removing a given resource, eg the Global Role removal prompt warns how many users are bound to that role. ### l10n -Extension translation strings are merged with those already present in `shell/assets/translations`. Translation strings with duplicate keys of those present in the relevant shell translation file will overwrite those shell translation strings _across the app_: be mindful if adding translation strings that are not explicitly scoped to your extension. Read more about translations [here](../extensions/advanced/localization.md) +Extension translation strings are merged with those already present in `shell/assets/translations`. Translation strings with duplicate keys of those present in the relevant shell translation file will overwrite those shell translation strings _across the app_: be mindful if adding translation strings that are not explicitly scoped to your extension. Read more about translations [here](./advanced/localization) ### Extension Package Metadata