/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-search-algolia/src/docSearchVersion.ts
12 строк
409 B
Sébastien Lorber
feat(theme-search-algolia): use DocSearch v4.1, optimize integration (#11421)
25 сен 2025, 17:11
Не верифицирован
25 сен 2025, 17:11
422f5d9
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import {version as docSearchVersion} from '@docsearch/react'; // TODO Docusaurus v4: upgrade to DocSearch v4 // drop v3 compat, remove this file? export const docSearchV3: boolean = docSearchVersion.startsWith('3.');