feat(all): deployed chatbot widget

This commit is contained in:
Zhang Xiao Yan
2025-04-10 14:02:32 +08:00
committed by Krzysztof Budzynski
parent 6b4f08c1dc
commit b5f8020ad5
6 changed files with 81 additions and 4 deletions

View File

@@ -450,6 +450,7 @@ with open('../page_redirects.txt') as f:
html_redirect_pages = [tuple(line.split(' ')) for line in lines]
html_static_path = ['../_static']
html_css_files = ['js/chatbot_widget.css']
idf_build_system = {
'doxygen_component_info': True,