Skip to content

Commit 016a7f7

Browse files
author
Simon Schweizer
committed
javadoc link fixed
1 parent eeb29c8 commit 016a7f7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/src/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default hopeTheme({
148148
icon: "",
149149
prefix: "api-v1/",
150150
link: "api-v1/",
151-
children: [ "get-started","concept","create", "publishing/publish-on-dsfhub", "tooling/", "tutorials/",],
151+
children: [ "get-started","concept","create", "publishing/publish-on-dsfhub", "tooling/", "tutorials/", "javadoc"],
152152
},
153153
{
154154
text: "API v2",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: JavaDoc
3+
icon: code
4+
---
5+
6+
<iframe class="content-viewer" src="/assets/javadoc/api-v1/index.html"/>
7+
8+
<style>
9+
.content-viewer {
10+
width: 100%;
11+
height: 1000px;
12+
}
13+
</style>

0 commit comments

Comments
 (0)