forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add API spec explorer to dev docs site (aptos-labs#5345)
* [docs] Add API spec explorer to aptos.dev * [docs] Load @StopLight CSS from Docusaurus Config * [docs] Final touches Co-authored-by: Joe <[email protected]>
- Loading branch information
1 parent
2fbe52f
commit 3629253
Showing
10 changed files
with
12,490 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "Aptos API Spec" | ||
slug: "aptos-api-spec" | ||
hide_table_of_contents: true | ||
hide_title: true | ||
--- | ||
|
||
import ApiExplorer from "@site/src/components/ApiExplorer"; | ||
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; | ||
|
||
<Tabs groupId="network"> | ||
<TabItem value="mainnet" label="Mainnet"> | ||
<ApiExplorer network="mainnet" layout="stacked" /> | ||
</TabItem> | ||
<TabItem value="testnet" label="Testnet"> | ||
<ApiExplorer network="testnet" layout="stacked" /> | ||
</TabItem> | ||
<TabItem value="devnet" label="Devnet"> | ||
<ApiExplorer network="devnet" layout="stacked" /> | ||
</TabItem> | ||
</Tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.