Skip to content

Commit

Permalink
docs: Add new Reference API URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Sep 25, 2023
1 parent b001687 commit 2a8ff0a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/paratime/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SDK].
findSidebarItem('/paratime/minimal-runtime'),
findSidebarItem('/paratime/modules'),
findSidebarItem('/paratime/reproducibility'),
findSidebarItem('https://api.docs.oasis.io/oasis-sdk/oasis_runtime_sdk'),
findSidebarItem('https://api.docs.oasis.io/rust/oasis_runtime_sdk'),
]} />

[Oasis Runtime SDK]:
Expand Down
10 changes: 10 additions & 0 deletions sidebarCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,16 @@ const sidebars = {
label: 'ADRs',
href: '/adrs'
},
{
type: 'link',
label: 'Core Client TypeScript API',
href: 'https://api.docs.oasis.io/js/client',
},
{
type: 'link',
label: 'Core Client Go API',
href: 'https://pkg.go.dev/github.com/oasisprotocol/oasis-core/go',
},
],
};

Expand Down
17 changes: 11 additions & 6 deletions sidebarDapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ const sidebars = {
'dapp/sapphire/gasless',
'dapp/sapphire/precompiles',
'dapp/sapphire/addresses',
{
type: 'link',
label: 'TypeScript API',
href: 'https://api.docs.oasis.io/js/sapphire-paratime',
},
{
type: 'link',
label: 'Solidity API',
href: 'https://api.docs.oasis.io/sol/sapphire-contracts',
},
],
},
{
Expand Down Expand Up @@ -66,13 +76,8 @@ const sidebars = {
{
type: 'link',
label: 'Rust API',
href: 'https://api.docs.oasis.io/oasis-sdk/oasis_contract_sdk',
href: 'https://api.docs.oasis.io/rust/oasis_contract_sdk',
},
{
type: 'link',
label: 'Go API',
href: 'https://pkg.go.dev/github.com/oasisprotocol/oasis-sdk/client-sdk/go/client',
}
],
},
],
Expand Down
14 changes: 12 additions & 2 deletions sidebarParatime.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,18 @@ const sidebars = {
'paratime/reproducibility',
{
type: 'link',
label: 'Rust API',
href: 'https://api.docs.oasis.io/oasis-sdk/oasis_runtime_sdk',
label: 'ParaTime Client TypeScript API',
href: 'https://api.docs.oasis.io/js/client-rt',
},
{
type: 'link',
label: 'ParaTime Client Go API',
href: 'https://pkg.go.dev/github.com/oasisprotocol/oasis-sdk/client-sdk/go/client',
},
{
type: 'link',
label: 'ParaTime SDK Rust API',
href: 'https://api.docs.oasis.io/rust/oasis_runtime_sdk',
},
],
};
Expand Down

0 comments on commit 2a8ff0a

Please sign in to comment.