Skip to content

Commit

Permalink
Revert "Updating java docs (#505)" (#653)
Browse files Browse the repository at this point in the history
This reverts commit b1381de.
  • Loading branch information
uF4No committed Aug 2, 2023
1 parent b1381de commit 94444ac
Show file tree
Hide file tree
Showing 6 changed files with 482 additions and 1,349 deletions.
10 changes: 3 additions & 7 deletions docs/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export const enSidebar = sidebar({
"/reference/concepts/fee-model.md",
"/reference/concepts/finality.md",
"/reference/concepts/bridging-asset.md",
"/reference/concepts/l1-l2-interop.md", ],
"/reference/concepts/l1-l2-interop.md",
],
},
{
text: "Architecture",
Expand Down Expand Up @@ -119,12 +120,7 @@ export const enSidebar = sidebar({
{
text: "Java SDK", // required
link: "/api/java/getting-started", // optional, which should be a absolute path.
children: [
"/api/java/getting-started",
"/api/java/providers",
"/api/java/accounts",
"/api/java/accounts-l1-l2"
],
children: ["/api/java/getting-started"],
},
],
//The sidebar for Tools and SDKs
Expand Down
14 changes: 0 additions & 14 deletions docs/api/java/README.md

This file was deleted.

85 changes: 0 additions & 85 deletions docs/api/java/accounts-l1-l2.md

This file was deleted.

247 changes: 0 additions & 247 deletions docs/api/java/accounts.md

This file was deleted.

Loading

0 comments on commit 94444ac

Please sign in to comment.