This is an automated email from the ASF dual-hosted git repository. jeffreyh pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
from 7b99e484246 [function](doc) update some function doc (#1985) add 8925c890095 [Refactor]:use the search plugin's built-in loading logic (#1989) No new revisions were added by this update. Summary of changes: .github/workflows/build-check.yml | 5 +- .github/workflows/cron-deploy-website.yml | 4 +- config/custom-docusaurus-plugin.js | 15 - docusaurus.config.js | 5 +- package.json | 3 - rollup.config.js | 20 - src/components/Icons/tech-sharing.tsx | 2 +- .../components/icons/data-migration-icon.tsx | 2 +- src/components/user-case-carousel/index.tsx | 7 +- src/constant/core-capabilities.data.tsx | 18 +- src/pages/index.tsx | 26 +- src/theme/SearchBar/SearchBar.jsx | 3 +- src/theme/SearchBar/searchByWorker.js | 33 - src/theme/SearchBar/worker.js | 4898 -------------------- src/theme/SearchPage/SearchPage.jsx | 2 +- 15 files changed, 34 insertions(+), 5009 deletions(-) delete mode 100644 config/custom-docusaurus-plugin.js delete mode 100644 rollup.config.js delete mode 100644 src/theme/SearchBar/searchByWorker.js delete mode 100644 src/theme/SearchBar/worker.js --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org