mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-13 03:19:39 -05:00
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:
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user