docusaurus/packages/docusaurus-plugin-content-docs/src
Sébastien Lorber 9c34f68a7a
fix(v2): DocSearch should keep working after a new release (#3393)
* We should create an alias for searching last version of docs on DocSearch/Algolia, so that on new version publish, search still works even if new version is not already indexed (https://github.com/facebook/docusaurus/issues/3391)

* commit missing snapshot

* update after algolia changes

* put back facetFilters: [`version:${versions[0]}`] until latest facet is indexed
2020-09-03 14:35:46 +02:00
..
__tests__ fix(v2): DocSearch should keep working after a new release (#3393) 2020-09-03 14:35:46 +02:00
client fix(v2): alpha 62 doc fixes (#3381) 2020-09-01 16:31:33 +02:00
markdown refactor(v2): docs plugin refactor (#3245) 2020-08-17 17:50:22 +02:00
theme/hooks fix(v2): alpha 62 doc fixes (#3381) 2020-09-01 16:31:33 +02:00
cli.ts refactor(v2): docs plugin refactor (#3245) 2020-08-17 17:50:22 +02:00
constants.ts refactor(v2): docs plugin refactor (#3245) 2020-08-17 17:50:22 +02:00
docs.ts refactor(v2): docs plugin refactor (#3245) 2020-08-17 17:50:22 +02:00
globalData.ts refactor(v2): docs plugin refactor (#3245) 2020-08-17 17:50:22 +02:00
index.ts feat(v2): Provide docs plugin typing (#3328) 2020-08-27 11:40:14 +02:00
lastUpdate.ts refactor(v2): docs plugin refactor (#3245) 2020-08-17 17:50:22 +02:00
options.ts fix(v2): reject routeBasePath: '' (#3377) 2020-08-31 19:59:27 +02:00
plugin-content-docs.d.ts fix(v2): DocSearch should keep working after a new release (#3393) 2020-09-03 14:35:46 +02:00
props.ts fix(v2): DocSearch should keep working after a new release (#3393) 2020-09-03 14:35:46 +02:00
sidebars.ts fix(v2): alpha 62 doc fixes (#3381) 2020-09-01 16:31:33 +02:00
slug.ts feat(v2): Provide docs plugin typing (#3328) 2020-08-27 11:40:14 +02:00
types.ts feat(v2): docs options.onlyIncludeVersions (#3373) 2020-08-31 17:08:24 +02:00
versions.ts fix(v2): alpha 62 doc fixes (#3381) 2020-09-01 16:31:33 +02:00