Skip to content

Commit

Permalink
chore(docs): we don't need internationalization #376
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Dec 12, 2023
1 parent 78f9c69 commit 05c198e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lapis2-docs/src/content/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineCollection } from 'astro:content';
import { docsSchema, i18nSchema } from '@astrojs/starlight/schema';
import { docsSchema } from '@astrojs/starlight/schema';

export const collections = {
docs: defineCollection({ schema: docsSchema() }),
i18n: defineCollection({ type: 'data', schema: i18nSchema() }),
};

0 comments on commit 05c198e

Please sign in to comment.