Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/about/introduction/knowledge-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<integration-question>`. 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<integration_questions>`.
Integrations define a connection to an external service or resource where we can get the answers from. They are used with :ref:`integration questions<integration-question>`. 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<integration-questions>`.

API Integration
^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`


Expand Down
2 changes: 1 addition & 1 deletion docs/more/development/index.rst
Original file line number Diff line number Diff line change
@@ -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<integration_questions>` and :ref:`plugins<development-plugins>` can be implemented to get data from outside to |project_name|, or new :ref:`document templates<document-template-development>` and :ref:`submission services<submission-service>` 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<integration-questions>` and :ref:`plugins<development-plugins>` can be implemented to get data from outside to |project_name|, or new :ref:`document templates<document-template-development>` and :ref:`submission services<submission-service>` 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/more/development/integration-questions/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _integration_questions:
.. _integration-questions:

Integration Questions
*********************
Expand Down
2 changes: 1 addition & 1 deletion docs/more/development/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/more/self-hosted-dsw/configuration/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<integration_questions>`.
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<integration-questions>`.

.. NOTE::

Expand Down