refactor: Migrate documentation content, rebuild UI components, and update core architecture.
This commit is contained in:
7
lib/search/config.ts
Normal file
7
lib/search/config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import docuConfig from "@/docu.json"
|
||||
|
||||
export type SearchType = "default" | "algolia"
|
||||
|
||||
export const searchConfig = {
|
||||
type: (docuConfig.search?.type as SearchType) ?? "default",
|
||||
}
|
||||
Reference in New Issue
Block a user