Add quick start guide and update sidebar for M4C SoM and M4 Chat

- Created a new quick start guide for M4 Chat in Chinese documentation.
- Updated sidebar links to reflect changes in file structure for M4C SoM and M4 Chat.
- Modified layout links to point to the correct M4C Dock page.
- Added new HTML pages for M4C Dock and M4 Chat with language detection and redirection script.
This commit is contained in:
taorye
2025-08-19 18:47:01 +08:00
parent abe4d97ee7
commit 187e9165cf
50 changed files with 106 additions and 107 deletions

View File

@@ -9,9 +9,9 @@
switch (window.location.hash) {
case "#c8" :
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4ndock/intro.html"
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4cdock/intro.html"
break;
default :
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4ndock/intro.html"
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4cdock/intro.html"
}
</script>

View File

@@ -9,9 +9,9 @@
switch (window.location.hash) {
case "#c8" :
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4nhat/intro.html"
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4chat/intro.html"
break;
default :
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4nhat/intro.html"
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4chat/intro.html"
}
</script>