Skip to content

Commit c83bcd4

Browse files
committed
Uncomment platform API
1 parent 8f84a73 commit c83bcd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

astro.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ export default defineConfig({
6464
label: 'Node',
6565
schema: './src/content/apis/openapi.node.yaml',
6666
},
67-
//{
68-
// base: 'reference/api/platform',
69-
// label: 'Platform',
70-
// schema: './src/content/apis/openapi.platform.yaml',
71-
//},
67+
{
68+
base: 'reference/api/platform',
69+
label: 'Platform',
70+
schema: './src/content/apis/openapi.platform.json',
71+
},
7272
]),
7373
starlightSidebarTopics(
7474
topics,

0 commit comments

Comments
 (0)