Skip to content

Commit 70ef2fa

Browse files
committed
Use remote Aptos Open API spec
1 parent 1ce7273 commit 70ef2fa

File tree

3 files changed

+3
-17995
lines changed

3 files changed

+3
-17995
lines changed

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ export default defineConfig({
124124
{
125125
base: "rest-api",
126126
label: "REST API",
127-
schema: "./public/aptos-spec.json",
127+
schema:
128+
"https://raw.githubusercontent.com/aptos-labs/aptos-core/refs/heads/main/api/doc/spec.json",
128129
sidebarMethodBadges: true,
129130
},
130131
],

0 commit comments

Comments
 (0)