Skip to content

Commit

Permalink
Update Docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jul 26, 2024
1 parent 616db0a commit ee88b09
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .vuepress/components/ProcessesSpec.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<DocGen :document="documentUrl" :apiVersion="version.apiTag" :notice="notice" />
<DocGen :document="documentUrl" :apiVersion="version.apiTag" :notice="notice" showExperimentalByDefault />
</template>

<script>
Expand Down
231 changes: 176 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/Open-EO/openeo.org.git"
},
"devDependencies": {
"@openeo/processes-docgen": "^1.4.0",
"@openeo/processes-docgen": "^1.5.0",
"@vuepress/plugin-active-header-links": "^1.5.2",
"dayjs": "^1.8.30",
"sass": "^1.35.2",
Expand Down

0 comments on commit ee88b09

Please sign in to comment.