Skip to content

Commit

Permalink
homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
nfs0619 committed Oct 22, 2024
1 parent 9177bff commit 3332275
Show file tree
Hide file tree
Showing 22 changed files with 71 additions and 64 deletions.
Binary file added assets/index/edgeai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/edgeai_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/language.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/language_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/mcu_board_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/opensource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/opensource_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/sbc_board_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/tinyml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/tinyml_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/workshop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/index/workshop_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/FAQ/ODYSSEY/Fan_Pinout.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Fan Pinout
image: https://files.seeedstudio.com/wiki/wiki-platform/S.png
slug: /Fan_Pinout
last_update:
date: 2025/6/25
date: 2023/6/25
author: cheng.tang
---

Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ/ODYSSEY/Turn_on_the_Fan.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Fan is not turning on
image: https://files.seeedstudio.com/wiki/wiki-platform/S.png
slug: /Turn_on_the_Fan
last_update:
date: 2025.6.25
date: 2023.6.25
author: cheng.tang
---

Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ/ODYSSEY/power_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: ODYSSEY - X86J41x5 doesn't power up
image: https://files.seeedstudio.com/wiki/wiki-platform/S.png
slug: /power_up
last_update:
date: 2025.6.25
date: 2023.6.25
author: cheng.tang
---
Maker sure you use the 12V/2A power adapter provided in the box and check connection.
Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ/ODYSSEY/reinstall_the_Original_Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Re-Installing the Original Windows
image: https://files.seeedstudio.com/wiki/wiki-platform/S.png
slug: /reinstall_the_Original_Windows
last_update:
date: 2025.6.25
date: 2023.6.25
author: cheng.tang
---

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --host 0.0.0.0",
"build": "docusaurus build",
"build": "node generateWiki.js && docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down Expand Up @@ -43,7 +43,7 @@
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-popper": "^2.3.0",
"react-toastify": "^10.0.5",
"react-toastify": "^10.0.6",
"rehype-katex": "5",
"remark-math": "3",
"sass": "^1.63.3",
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/browseBy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function IndexLatestedViki(props) {
docList: [
{
"path": "/xiao_esp32s3_getting_started",
"image": "https://files.seeedstudio.com/wiki/SeeedStudio-XIAO-ESP32S3/img/61.gif",
"image": "https://files.seeedstudio.com/wiki/SeeedStudio-XIAO-ESP32S3/img/xiaoesp32s3sense.jpg",
"title": "Seeed Studio XIAO ESP32S3 (Sense)",
},
{
Expand Down
10 changes: 5 additions & 5 deletions src/define/indexData.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export const exploreList = [
},
{
title: 'TinyMl',
img: 'grove',
img: 'tinyml',
link: 'https://wiki.seeedstudio.com/tinyml_topic/',
children: [
{
Expand Down Expand Up @@ -327,7 +327,7 @@ export const exploreList = [
},
{
title: 'Workshop',
img: 'grove',
img: 'workshop',
link: 'https://wiki.seeedstudio.com/tinyml_workshop_course_new/',
children: [
{
Expand All @@ -349,7 +349,7 @@ export const exploreList = [
},
{
title: 'Edge AI Solutions',
img: 'grove',
img: 'edgeai',
link: 'https://wiki.seeedstudio.com/edge_ai_topic/',
children: [
{
Expand All @@ -372,7 +372,7 @@ export const exploreList = [
},
{
title: 'Open Source',
img: 'grove',
img: 'opensource',
link: 'https://wiki.seeedstudio.com/Seeed_Studio_Open_Souce_Intro',
children: [
{
Expand All @@ -389,7 +389,7 @@ export const exploreList = [
},
{
title: '矽递科技Wiki文档平台',
img: 'grove',
img: 'language',
link: 'https://wiki.seeedstudio.com/cn/Getting_Started/',
children: [
{
Expand Down
7 changes: 7 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ function Home() {
<IndexPlatform></IndexPlatform>
{/* <IndexForm ></IndexForm> */}

<div className={clsx(css.tech_container, 'com_module')}>
<h2>Tech Support & Product Discussion</h2>
<p>
Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.
</p>

<div className={clsx(css.tech_container,'com_module')}>
<div className={clsx(css.tech_wrapper,"button_tech_support_container")} >
<a href="https://forum.seeedstudio.com/" className="button_forum"></a>
Expand All @@ -189,6 +195,7 @@ function Home() {
<a href="https://github.com/Seeed-Studio/wiki-documents/discussions/69" className="button_discussion"></a>
</div>
</div>
</div>
</div>
</Layout>
)
Expand Down
96 changes: 48 additions & 48 deletions src/utils/wiki.js
Original file line number Diff line number Diff line change
@@ -1,86 +1,86 @@
const docList = [
[
{
"path": "/Fan_Pinout",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
"title": "Getting started",
"date": "2025/6/25"
"path": "/Introduction",
"image": "https://files.seeedstudio.com/wiki/XIAO_ESP32S3_for_Meshtastic_LoRa/34.png",
"title": "Wio-SX1262 Introduction",
"date": "10/12/2024"
},
{
"path": "/Turn_on_the_Fan",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
"title": "Fan is not turning on",
"date": "2025.6.25"
"path": "/Orbbec_Depth_Camera",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
"title": "Orbbec Depth Camera with ROS",
"date": "10/10/2024"
}
],
[
{
"path": "/power_up",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
"title": "ODYSSEY - X86J41x5 doesn't power up",
"date": "2025.6.25"
"path": "/recomputer_r1000_with_codesys_use_modbus_rtu",
"image": "https://files.seeedstudio.com/wiki/reComputer-R1000/recomputer_r_images/01.png",
"title": "How to use CODESYS to configure the Modbus rtu function of R1000",
"date": "10/10/2024"
},
{
"path": "/reinstall_the_Original_Windows",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
"title": "Re-Installing the Original Windows",
"date": "2025.6.25"
"path": "/Home_Assistant",
"image": "https://files.seeedstudio.com/wiki/SenseCAP/SenseCAP_Indicator/indicator-ha-thumbnail.jpg",
"title": "Home Assistant - SenseCAP Indicator",
"date": "10/09/2024"
}
],
[
{
"path": "/LoRaWAN",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
"title": "LoRaWAN Network - SenseCAP Indicator",
"date": "12/21/2023"
"path": "/sensecap_watcher_software_service_framework",
"image": "https://files.seeedstudio.com/wiki/watcher_getting_started/50.jpg",
"title": "7# Watcher Software Service Framework",
"date": "10/09/2024"
},
{
"path": "/reComputer_Intro",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
"title": "reComputer-Jetson® Guide",
"date": "12/19/2023"
"path": "/sensecraft_watcher",
"image": "https://files.seeedstudio.com/wiki/SenseCraft_Watcher/website/top3.png",
"title": "SenseCraft Watcher",
"date": "10/9/2024"
}
],
[
{
"path": "/Edge_AI_Topic",
"image": "https://files.seeedstudio.com/wiki/seeed_logo/logo_2023.png",
"title": "Edge AI",
"date": "12/18/2023"
"path": "/Get_Started_lora",
"image": "https://files.seeedstudio.com/wiki/XIAO_ESP32S3_for_Meshtastic_LoRa/2.png",
"title": "Get Started for Lora",
"date": "10/09/2024"
},
{
"path": "/Open_Source_Topic",
"image": "https://files.seeedstudio.com/wiki/seeed_logo/logo_2023.png",
"title": "Open Source",
"date": "12/18/2023"
"path": "/recomputer_r1000_build_seeed_balena_image",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
"title": "Build balenaOS for reComputer R1000",
"date": "10/8/2024"
}
],
[
{
"path": "/weekly_wiki",
"image": "https://files.seeedstudio.com/wiki/IndexWiki/logo_image.jpg",
"title": "Weekly Wiki",
"date": "12/18/2023"
"path": "/recomputer_r1000_install_codesys",
"image": "https://files.seeedstudio.com/wiki/reComputer-R1000/recomputer_r_images/01.png",
"title": "How to install CODESYS for reComputer R1000",
"date": "10/8/2024"
},
{
"path": "/Edge_Box_intro",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
"title": "Edge Controller Powered By Raspberry Pi",
"date": "12/14/2023"
"path": "/recomputer_r1000_with_fuxa_to_achieve_SCADA",
"image": "https://files.seeedstudio.com/wiki/reComputer-R1000/recomputer_r_images/01.png",
"title": "reComputer R1000 with fuxa to achieve SCADA",
"date": "10/8/2024"
}
],
[
{
"path": "/RpiDevices",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
"title": "Edge Devices Powered By Raspberry Pi",
"date": "12/14/2023"
"path": "/recomputer_r1000_with_fuxa_use_modbus",
"image": "https://files.seeedstudio.com/wiki/reComputer-R1000/recomputer_r_images/01.png",
"title": "reComputer R1000 with fuxa to use modbus RTU/TCP",
"date": "10/8/2024"
},
{
"path": "/RK_intro",
"image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
"title": "Rockchip-Powered Network Solutions",
"date": "12/14/2023"
"path": "/recomputer_r1000_with_fuxa_use_mqtt",
"image": "https://files.seeedstudio.com/wiki/reComputer-R1000/recomputer_r_images/01.png",
"title": "reComputer R1000 with fuxa to use mqtt client",
"date": "10/8/2024"
}
]
];
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14078,10 +14078,10 @@ react-textarea-autosize@^8.3.2:
use-composed-ref "^1.3.0"
use-latest "^1.2.1"

react-toastify@^10.0.5:
version "10.0.5"
resolved "https://registry.npmmirror.com/react-toastify/-/react-toastify-10.0.5.tgz#6b8f8386060c5c856239f3036d1e76874ce3bd1e"
integrity sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==
react-toastify@^10.0.6:
version "10.0.6"
resolved "https://registry.npmmirror.com/react-toastify/-/react-toastify-10.0.6.tgz#19c364b1150f495522c738d592d1dcc93879ade1"
integrity sha512-yYjp+omCDf9lhZcrZHKbSq7YMuK0zcYkDFTzfRFgTXkTFHZ1ToxwAonzA4JI5CxA91JpjFLmwEsZEgfYfOqI1A==
dependencies:
clsx "^2.1.0"

Expand Down

0 comments on commit 3332275

Please sign in to comment.