boluor commented on issue #2049: URL: https://github.com/apache/doris-website/issues/2049#issuecomment-4526776600
Thanks for the report. The items you describe (duplicate React keys, deprecated package warnings, SwiperSlide state-update warning, unused imports) are all about the website's React/Docusaurus codebase rather than documentation content. These are best handled by inspecting and PRing against the actual JSX/TSX source under \`src/\` and the dependencies in \`package.json\`. If you'd like to contribute the fixes, please open a focused PR per concern (one for keys, one for dep upgrades, one for the Swiper state-update fix, etc.) — the maintainers can review them faster than a single multi-topic PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
