Skip to content

Commit 4937290

Browse files
committed
Update docgen
1 parent 965bbae commit 4937290

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/docs.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<title>openEO API Processes</title>
77
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono">
8-
<script src="https://cdn.jsdelivr.net/npm/vue@2.6"></script>
8+
<script src="https://cdn.jsdelivr.net/npm/vue@2.7"></script>
99
<script src="https://cdn.jsdelivr.net/npm/@openeo/processes-docgen@1/dist/DocGen.umd.min.js"></script>
1010
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@openeo/processes-docgen@1/dist/DocGen.css">
1111
<style>
@@ -115,7 +115,9 @@
115115
categorize: true,
116116
apiVersion: '1.1.0',
117117
title: 'openEO processes (draft)',
118-
notice: '**Note:** This is the list of all processes specified by the openEO project. Back-ends implement a varying set of processes. Thus, the processes you can use at a specific back-end may derive from the specification, may include non-standardized processes and may not implement all processes listed here. Please check each back-end individually for the processes they support. The client libraries usually have a function called `listProcesses` or `list_processes` for that.'
118+
notice: '**Note:** This is the list of all processes specified by the openEO project. Back-ends implement a varying set of processes. Thus, the processes you can use at a specific back-end may derive from the specification, may include non-standardized processes and may not implement all processes listed here. Please check each back-end individually for the processes they support. The client libraries usually have a function called `listProcesses` or `list_processes` for that.',
119+
showExperimentalByDefault: true,
120+
showDeprecatedByDefault: false,
119121
}
120122
})
121123
});

0 commit comments

Comments
 (0)