Skip to content

Commit

Permalink
Set docgen library version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 31, 2020
1 parent d24594b commit 9ee7b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>openEO API Processes</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono">
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/@openeo/processes-docgen@0.6.0-alpha.2/dist/DocGen.umd.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@openeo/processes-docgen@0.6.0-alpha.2/dist/DocGen.css">
<script src="https://cdn.jsdelivr.net/npm/@openeo/processes-docgen@latest/dist/DocGen.umd.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@openeo/processes-docgen@latest/dist/DocGen.css">
<style>
html {
box-sizing: border-box;
Expand Down

0 comments on commit 9ee7b1e

Please sign in to comment.