Skip to content

Commit e6c130c

Browse files
authored
Merge pull request #127 from datasharingframework/126-prepare-documentation-for-dsf-201
Documentation for v2.0.1 release
2 parents d55b9a7 + b220e5e commit e6c130c

File tree

492 files changed

+4385
-934
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

492 files changed

+4385
-934
lines changed

docs/src/.vuepress/layouts/PageLayout.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useRoute, useRouter } from "vue-router";
44
import { ref, onMounted } from 'vue'
55
66
const version = ref("");
7-
const latestVersion = "v2.0.0";
7+
const latestVersion = "v2.0.1";
88
99
1010
function setVersionBasedOnCurrentPath() : void {
@@ -55,7 +55,8 @@ function navigateToNewVersion() {
5555
<div class="version-selector" v-if="route.path.startsWith('/operations/')">
5656
<label class="vp-sidebar-header" for="version-select"><strong>Version:</strong> </label>
5757
<select id="version-select" class="vp-sidebar-header" v-model="version" @change="navigateToNewVersion">
58-
<option value="v2.0.0">latest (2.0.0)</option>
58+
<option value="v2.0.1">latest (2.0.1)</option>
59+
<option value="v2.0.0">2.0.0</option>
5960
<option value="v1.9.0">1.9.0</option>
6061
<option value="v1.8.0">1.8.0</option>
6162
<option value="v1.7.1">1.7.1</option>

docs/src/.vuepress/public/assets/javadoc/api-v1/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Wed Nov 26 11:16:12 CET 2025 -->
5-
<title>All Classes and Interfaces (DSF BPE Process API v1 2.0.0 API)</title>
4+
<!-- Generated by javadoc (25) on Wed Nov 26 19:55:33 CET 2025 -->
5+
<title>All Classes and Interfaces (DSF BPE Process API v1 2.0.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-11-26">

docs/src/.vuepress/public/assets/javadoc/api-v1/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Wed Nov 26 11:16:12 CET 2025 -->
5-
<title>All Packages (DSF BPE Process API v1 2.0.0 API)</title>
4+
<!-- Generated by javadoc (25) on Wed Nov 26 19:55:33 CET 2025 -->
5+
<title>All Packages (DSF BPE Process API v1 2.0.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-11-26">

docs/src/.vuepress/public/assets/javadoc/api-v1/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Wed Nov 26 11:16:12 CET 2025 -->
5-
<title>Constant Field Values (DSF BPE Process API v1 2.0.0 API)</title>
4+
<!-- Generated by javadoc (25) on Wed Nov 26 19:55:33 CET 2025 -->
5+
<title>Constant Field Values (DSF BPE Process API v1 2.0.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-11-26">

docs/src/.vuepress/public/assets/javadoc/api-v1/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Wed Nov 26 11:16:12 CET 2025 -->
5-
<title>Deprecated List (DSF BPE Process API v1 2.0.0 API)</title>
4+
<!-- Generated by javadoc (25) on Wed Nov 26 19:55:33 CET 2025 -->
5+
<title>Deprecated List (DSF BPE Process API v1 2.0.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-11-26">

docs/src/.vuepress/public/assets/javadoc/api-v1/dev/dsf/bpe/v1/ProcessPluginApi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Wed Nov 26 11:16:12 CET 2025 -->
5-
<title>ProcessPluginApi (DSF BPE Process API v1 2.0.0 API)</title>
4+
<!-- Generated by javadoc (25) on Wed Nov 26 19:55:33 CET 2025 -->
5+
<title>ProcessPluginApi (DSF BPE Process API v1 2.0.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-11-26">

docs/src/.vuepress/public/assets/javadoc/api-v1/dev/dsf/bpe/v1/ProcessPluginDefinition.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Wed Nov 26 11:16:12 CET 2025 -->
5-
<title>ProcessPluginDefinition (DSF BPE Process API v1 2.0.0 API)</title>
4+
<!-- Generated by javadoc (25) on Wed Nov 26 19:55:33 CET 2025 -->
5+
<title>ProcessPluginDefinition (DSF BPE Process API v1 2.0.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-11-26">

docs/src/.vuepress/public/assets/javadoc/api-v1/dev/dsf/bpe/v1/ProcessPluginDeploymentStateListener.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Wed Nov 26 11:16:12 CET 2025 -->
5-
<title>ProcessPluginDeploymentStateListener (DSF BPE Process API v1 2.0.0 API)</title>
4+
<!-- Generated by javadoc (25) on Wed Nov 26 19:55:33 CET 2025 -->
5+
<title>ProcessPluginDeploymentStateListener (DSF BPE Process API v1 2.0.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-11-26">

docs/src/.vuepress/public/assets/javadoc/api-v1/dev/dsf/bpe/v1/activity/AbstractServiceDelegate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Wed Nov 26 11:16:12 CET 2025 -->
5-
<title>AbstractServiceDelegate (DSF BPE Process API v1 2.0.0 API)</title>
4+
<!-- Generated by javadoc (25) on Wed Nov 26 19:55:33 CET 2025 -->
5+
<title>AbstractServiceDelegate (DSF BPE Process API v1 2.0.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-11-26">

docs/src/.vuepress/public/assets/javadoc/api-v1/dev/dsf/bpe/v1/activity/AbstractTaskMessageSend.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (25) on Wed Nov 26 11:16:12 CET 2025 -->
5-
<title>AbstractTaskMessageSend (DSF BPE Process API v1 2.0.0 API)</title>
4+
<!-- Generated by javadoc (25) on Wed Nov 26 19:55:33 CET 2025 -->
5+
<title>AbstractTaskMessageSend (DSF BPE Process API v1 2.0.1 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-11-26">

0 commit comments

Comments
 (0)