We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/doc/libs/latest
1 parent c244f72 commit 9922530Copy full SHA for 9922530
1 file changed
search_interface/src/index.js
@@ -29,10 +29,10 @@ if (searchDemo) {
29
<SearchDialog
30
themeMode={themeMode}
31
fontFamily={fontFamily}
32
- versionWarning={!!boostVersion && boostVersion !== currentBoostVersion}
+ versionWarning={!!boostVersion && boostVersion !== currentBoostVersion && boostVersion !== 'latest'}
33
library={library}
34
onLearnPages={onLearnPages}
35
- librariesUrlPrefix={window.location.origin + `/doc/libs/${currentBoostVersion}`}
+ librariesUrlPrefix={window.location.origin + '/doc/libs/latest'}
36
learnUrlPrefix={window.location.origin + '/doc/'}
37
librariesAlgoliaIndex={currentBoostVersion}
38
learnAlgoliaIndex={'learn'}
0 commit comments