Skip to content

Commit

Permalink
Fixed patj for api
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxovaiko committed Oct 25, 2024
1 parent ea84ea2 commit 0a1b200
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
},
{
label: 'API Reference',
autogenerate: { directory: 'api' },
autogenerate: { directory: 'api-reference' },
},
{
label: 'Tutorials',
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/content/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineCollection } from 'astro:content';
import { docsSchema } from '@astrojs/starlight/schema';
import { defineCollection } from 'astro:content';

export const collections = {
docs: defineCollection({ schema: docsSchema() }),
docs: defineCollection({ schema: docsSchema() }),
};
2 changes: 1 addition & 1 deletion packages/docs/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
import '../.astro/types.d.ts';
/// <reference types="astro/client" />

0 comments on commit 0a1b200

Please sign in to comment.