Initialize documentation module with Fumadocs integration and basic setup

This commit is contained in:
Mathis HERRIOT
2026-01-05 00:28:02 +01:00
parent e953b2aa44
commit 1720cd6c36
22 changed files with 448 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { source } from '@/lib/source';
import { createFromSource } from 'fumadocs-core/search/server';
export const { GET } = createFromSource(source, {
// https://docs.orama.com/docs/orama-js/supported-languages
language: 'english',
});