From 8aefbe34c479f9e788b59c4557b0ffbd57048963 Mon Sep 17 00:00:00 2001 From: krystofkomanec Date: Thu, 5 Feb 2026 15:43:49 +0100 Subject: [PATCH] Add missing plugin SDK link --- docs/about/introduction/knowledge-model.rst | 2 +- docs/index.rst | 2 +- docs/more/development/index.rst | 2 +- docs/more/development/integration-questions/index.rst | 2 +- docs/more/development/plugins.rst | 2 +- docs/more/self-hosted-dsw/configuration/configuration.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/about/introduction/knowledge-model.rst b/docs/about/introduction/knowledge-model.rst index 1ae1b2cf..bea2ab3e 100644 --- a/docs/about/introduction/knowledge-model.rst +++ b/docs/about/introduction/knowledge-model.rst @@ -236,7 +236,7 @@ When researchers create a new project from the knowledge model, they can only ch Integration ----------- -Integrations define a connection to an external service or resource where we can get the answers from. They are used with :ref:`integration questions`. For each integration we configure some basic information, such as **ID**, **Name**, or **Logo URL**. Other configuration varies based on the integration type. More information about how to configure integration is available under the :ref:`integration questions documentation`. +Integrations define a connection to an external service or resource where we can get the answers from. They are used with :ref:`integration questions`. For each integration we configure some basic information, such as **ID**, **Name**, or **Logo URL**. Other configuration varies based on the integration type. More information about how to configure integration is available under the :ref:`integration questions documentation`. API Integration ^^^^^^^^^^^^^^^ diff --git a/docs/index.rst b/docs/index.rst index ff3358d7..198c5dc7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -62,7 +62,7 @@ Here are some recommended sections where to start based on the role: - :ref:`document-template-development` - :ref:`configuration-plugins` * - - - :ref:`integration_questions` + - :ref:`integration-questions` - :ref:`submission-service` diff --git a/docs/more/development/index.rst b/docs/more/development/index.rst index 5993207d..b84e5720 100644 --- a/docs/more/development/index.rst +++ b/docs/more/development/index.rst @@ -1,7 +1,7 @@ Development *********** -|project_name| can be extended in many ways and new components and ways of integrations can be developed to support our needs. Besides the API available for everything that can be done in |project_name|, :ref:`integration questions` and :ref:`plugins` can be implemented to get data from outside to |project_name|, or new :ref:`document templates` and :ref:`submission services` can be created to get the data outside of |project_name| in the desired form. +|project_name| can be extended in many ways and new components and ways of integrations can be developed to support our needs. Besides the API available for everything that can be done in |project_name|, :ref:`integration questions` and :ref:`plugins` can be implemented to get data from outside to |project_name|, or new :ref:`document templates` and :ref:`submission services` can be created to get the data outside of |project_name| in the desired form. This section provides information on how to develop custom content for |project_name| to fully tailor the tool to our specific requirements. diff --git a/docs/more/development/integration-questions/index.rst b/docs/more/development/integration-questions/index.rst index 318fb773..f0bad41f 100644 --- a/docs/more/development/integration-questions/index.rst +++ b/docs/more/development/integration-questions/index.rst @@ -1,4 +1,4 @@ -.. _integration_questions: +.. _integration-questions: Integration Questions ********************* diff --git a/docs/more/development/plugins.rst b/docs/more/development/plugins.rst index 7ef8c6a8..18604d1f 100644 --- a/docs/more/development/plugins.rst +++ b/docs/more/development/plugins.rst @@ -12,7 +12,7 @@ This page provides information on how to develop plugins for |project_name|. Inf If we want to extend |project_name| with new features, we can create plugins that will add the desired functionality. -To develop a plugin, we will need the DSW Plugin SDK, which is a library that will help us create, test, and deploy plugins for |project_name|. The SDK provides a framework for building plugins, as well as documentation and examples to get us started. +To develop a plugin, we will need the DSW Plugin SDK, which is a library that will help us create, test, and deploy plugins for |project_name|. The SDK provides a framework for building plugins, as well as documentation and examples to get us started. The DSW Plugin SDK can be found here: https://github.com/ds-wizard/dsw-plugin-sdk. There are two templates we can use to create a new plugin: diff --git a/docs/more/self-hosted-dsw/configuration/configuration.rst b/docs/more/self-hosted-dsw/configuration/configuration.rst index dd21fa8c..cb5f01db 100644 --- a/docs/more/self-hosted-dsw/configuration/configuration.rst +++ b/docs/more/self-hosted-dsw/configuration/configuration.rst @@ -361,7 +361,7 @@ Integrations in the |project_name| use external APIs. Sometimes, we might need s apiUrl: https://api.dbase.example:10666 someConfig: someValue4Integration -There can be multiple integrations configured in a single file. These can be used then when setting up the integration in the Editor as ``${apiKey}``, ``${apiUrl}``, etc. More about integrations can be found in separate :ref:`integration questions documentation`. +There can be multiple integrations configured in a single file. These can be used then when setting up the integration in the Editor as ``${apiKey}``, ``${apiUrl}``, etc. More about integrations can be found in separate :ref:`integration questions documentation`. .. NOTE::