diff --git a/docusaurus.config.js b/docusaurus.config.js
index 29eae5c829f5..4880a3558817 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -233,78 +233,174 @@ const config = {
label: 'Quick Links',
to: '/Getting_Started',
position: 'left',
- className: 'navbar_dorp_items home_nav js_getting_started',
+ className: 'navbar_dorp_items js_getting_started',
},
{
- label: 'Explore with Topics',
- to: '/Getting_Started',
+ label: 'Technology',
+ to: '/topicintroduction',
position: 'left',
- className: 'navbar_dorp_items home_nav js_explore_learn',
+ className: 'navbar_dorp_items js_explore_learn',
},
- // wiki documents navigation
{
type: 'dropdown',
- label: 'Getting Started',
- to: '/Getting_Started',
+ label: 'FAQs',
+ to: '/knowledgebase',
position: 'left',
- className: 'navbar_dorp_items doc_nav',
+ className: 'navbar_dorp_items',
items: [
{
- label: 'Sensing and Connectivity',
- to: 'Sensor_Network',
+ label: 'NVIDIA Jetson Series',
+ to: '/Jetson_FAQ',
},
{
- label: 'Edge Computing',
- to: 'Edge_Computing',
+ label: 'Seeed Studio XIAO Series',
+ to: '/XIAO_FAQ',
},
{
- label: 'Cloud and Chain',
- to: 'CloudnChain',
+ label: 'reComputer R1000 Series',
+ to: '/reComputer_R1000_FAQ',
},
- ],
- },
- {
- type: 'dropdown',
- label: 'Topics',
- to: '/Getting_Started',
- position: 'left',
- className: 'navbar_dorp_items doc_nav',
- items: [
{
- label: 'TinyML',
- to: '/tinyml_topic',
+ label: 'reTerminal',
+ to: '/reTerminal-new_FAQ',
+ },
+ {
+ label: 'reRouter',
+ to: '/FAQs_For_openWrt',
+ },
+ {
+ label: 'Odyssey',
+ to: '/ODYSSEY_FAQ',
+ },
+ {
+ label: 'Wio Terminal',
+ to: '/wio_terminal_faq',
+ },
+ // 添加分割线
+ {
+ type: 'html',
+ value: '
', // 调整样式根据你的需求
+ },
+ // 添加新的菜单项
+ {
+ label: 'Discord',
+ href: 'https://discord.com/invite/eWkprNDMU7',
},
{
- label: 'Home Assistant',
- to: '/home_assistant_topic',
+ label: 'Email',
+ href: 'https://www.seeedstudio.com/contacts',
},
{
- label: 'Open Source',
- to: '/open_source_topic',
+ label: 'Forum',
+ href: 'https://forum.seeedstudio.com/',
},
{
- label: 'Edge AI',
- to: '/edge_ai_topic',
+ label: 'Have Suggestions?',
+ href: 'https://github.com/Seeed-Studio/wiki-documents/discussions/69',
},
+
],
},
{
type: 'dropdown',
- label: '文/A',
- to: '/Getting_Started',
+ label: 'Rangers',
+ to: '/ranger',
position: 'left',
- className: 'navbar_dorp_items doc_nav',
+ className: 'navbar_dorp_items',
items: [
{
- label: 'Seeed Studio Wiki Platform',
- to: '/Getting_Started',
+ label: 'Rangers',
+ to: '/ranger',
},
{
- label: '矽递科技 Wiki 文档平台(测试)',
- to: '/cn/Getting_Started',
+ label: 'Contributors',
+ to: '/contributors',
+ },
+ {
+ label: 'Apply for Rangers',
+ href: 'https://docs.google.com/forms/d/e/1FAIpQLSdiAWHmRJqgVNTJyJDkzhufc1dygFyhWFyEtUTm-mrgSKaEgg/viewform',
+ },
+ {
+ label: 'Direct to Assignments',
+ href: 'https://github.com/orgs/Seeed-Studio/projects/6',
+ },
+ {
+ label: 'More about Rangers',
+ href: 'https://www.seeedstudio.com/blog/2023/09/15/join-the-seeed-ranger-program-empowering-developers-and-building-communities/',
+ },
+ {
+ label: 'More about Contributors',
+ href: 'https://wiki.seeedstudio.com/Contributor',
},
],
},
+ // wiki documents navigation
+ // {
+ // type: 'dropdown',
+ // label: 'Getting Started',
+ // to: '/Getting_Started',
+ // position: 'left',
+ // className: 'navbar_dorp_items doc_nav',
+ // items: [
+ // {
+ // label: 'Sensing and Connectivity',
+ // to: 'Sensor_Network',
+ // },
+ // {
+ // label: 'Edge Computing',
+ // to: 'Edge_Computing',
+ // },
+ // {
+ // label: 'Cloud and Chain',
+ // to: 'CloudnChain',
+ // },
+ // ],
+ // },
+ // {
+ // type: 'dropdown',
+ // label: 'Topics',
+ // to: '/Getting_Started',
+ // position: 'left',
+ // className: 'navbar_dorp_items doc_nav',
+ // items: [
+ // {
+ // label: 'TinyML',
+ // to: '/tinyml_topic',
+ // },
+ // {
+ // label: 'Home Assistant',
+ // to: '/home_assistant_topic',
+ // },
+ // {
+ // label: 'Open Source',
+ // to: '/open_source_topic',
+ // },
+ // {
+ // label: 'Edge AI',
+ // to: '/edge_ai_topic',
+ // },
+ // ],
+ // },
+ // {
+ // type: 'dropdown',
+ // label: '文/A',
+ // to: '/Getting_Started',
+ // position: 'left',
+ // className: 'navbar_dorp_items doc_nav',
+ // items: [
+ // {
+ // label: 'Seeed Studio Wiki Platform',
+ // to: '/Getting_Started',
+ // },
+ // {
+ // label: '矽递科技 Wiki 文档平台(测试)',
+ // to: '/cn/Getting_Started',
+ // },
+ // ],
+ // },
+
+
+
// {
// label: 'Contribution',
@@ -331,40 +427,46 @@ const config = {
// label: 'Solutions',
// className: 'navbar_doc_items'
// },
+ {
+ to: 'https://wiki-gpt.seeedstudio.com/chat',
+ label: 'AI Bot 🤖️',
+ position: 'right',
+ className: 'navbar_doc_right_items',
+ },
+ {
+ to: 'https://sensecraft.seeed.cc/ai/#/home',
+ label: 'SenseCraft AI',
+ position: 'right',
+ className: 'navbar_doc_right_items',
+ },
// {
// to: 'https://wiki-gpt.seeedstudio.com/chat',
- // label: 'Chat 🤖️',
+ // label: 'Rangers ✨',
// position: 'right',
// className: 'navbar_doc_right_items',
// },
// {
// to: 'https://wiki-gpt.seeedstudio.com/chat',
- // label: 'Rangers ✨',
+ // label: 'Collaborations ✨',
// position: 'right',
// className: 'navbar_doc_right_items',
// },
// {
- // to: 'https://wiki-gpt.seeedstudio.com/chat',
+ // type: 'dropdown',
// label: 'Collaborations ✨',
+ // to: '/Getting_Started',
// position: 'right',
- // className: 'navbar_doc_right_items',
+ // items: [
+ // {
+ // label: 'Rangers',
+ // to: '/knowledgebase/',
+ // },
+ // {
+ // label: 'Contributors',
+ // to: '/cn/Getting_Started',
+ // },
+ // ],
// },
- {
- type: 'dropdown',
- label: 'Collaborations ✨',
- to: '/Getting_Started',
- position: 'right',
- items: [
- {
- label: 'Rangers',
- to: '/knowledgebase/',
- },
- {
- label: 'Contributors',
- to: '/cn/Getting_Started',
- },
- ],
- },
{
href:
'https://seeed-studio.github.io/SenseCraft-Web-Toolkit/#/setup/process',
@@ -545,7 +647,8 @@ const config = {
id: 'support_us',
content:
// 'We are looking forward to your contribution! Welcome to check our task lists!',
- 'All planned updates to the wiki platform has been publicly availble. Your contributions will be essential to us!',
+ //'All planned updates to the wiki platform has been publicly availble. Your contributions will be essential to us!',
+ 'Collaborating with us! Join the Seeed Studio Ranger Program or Contributor Program!',
backgroundColor: '#013949',
textColor: '#FFFFFF',
isCloseable: false,
diff --git a/package-lock.json b/package-lock.json
index 1ef43cd67949..252ab3c49b35 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6985,25 +6985,6 @@
"lodash.uniq": "^4.5.0"
}
},
- "node_modules/caniuse-lite": {
- "version": "1.0.30001564",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001564.tgz",
- "integrity": "sha512-DqAOf+rhof+6GVx1y+xzbFPeOumfQnhYzVnZD6LAXijR77yPtm9mfOcqOnT3mpnJiZVT+kwLAFnRlZcIz+c6bg==",
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ]
- },
"node_modules/caseless": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
@@ -31725,11 +31706,6 @@
"lodash.uniq": "^4.5.0"
}
},
- "caniuse-lite": {
- "version": "1.0.30001564",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001564.tgz",
- "integrity": "sha512-DqAOf+rhof+6GVx1y+xzbFPeOumfQnhYzVnZD6LAXijR77yPtm9mfOcqOnT3mpnJiZVT+kwLAFnRlZcIz+c6bg=="
- },
"caseless": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
@@ -46494,4 +46470,4 @@
"integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw=="
}
}
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 2ed5494aeb1b..64c829b38f38 100644
--- a/package.json
+++ b/package.json
@@ -33,12 +33,12 @@
"docusaurus-plugin-sass": "^0.2.2",
"hast-util-is-element": "1.1.0",
"prism-react-renderer": "^1.3.5",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-hook-form": "^7.49.2",
- "react-icons": "^4.12.0",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "react-hook-form": "^7.53.0",
+ "react-icons": "^5.3.0",
"react-popper": "^2.3.0",
- "react-toastify": "^9.1.3",
+ "react-toastify": "^10.0.5",
"rehype-katex": "5",
"remark-math": "3",
"sass": "^1.63.3",
@@ -67,4 +67,4 @@
"engines": {
"node": ">=16.14"
}
-}
\ No newline at end of file
+}
diff --git a/src/components/home/browseBy.tsx b/src/components/home/browseBy.tsx
index f25ac17f9c4c..d92c1fcaa677 100644
--- a/src/components/home/browseBy.tsx
+++ b/src/components/home/browseBy.tsx
@@ -16,43 +16,43 @@ function IndexLatestedViki(props) {
moreLink:'https://wiki.seeedstudio.com/Arduino/',
docList: [
{
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/BLE-PDM-TinyML/edge42.gif",
- "title": "Fan Pinout",
+ "path": "/xiao_esp32s3_getting_started",
+ "image": "https://files.seeedstudio.com/wiki/SeeedStudio-XIAO-ESP32S3/img/61.gif",
+ "title": "Seeed Studio XIAO ESP32S3 (Sense)",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/BLE-PDM-TinyML/edge42.gif",
- "title": "Fan is not turning on",
+ "path": "/XIAO_BLE",
+ "image": "https://files.seeedstudio.com/wiki/XIAO-BLE/102010469_Front-14.jpg",
+ "title": "Seeed Studio XIAO nRF52840 (Sense)",
},
{
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/BLE-PDM-TinyML/edge42.gif",
- "title": "Fan Pinout",
+ "path": "/XIAO_ESP32C3_Getting_Started",
+ "image": "https://files.seeedstudio.com/wiki/xiao_topicpage/4.jpg",
+ "title": "Seeed Studio XIAO ESP32C3",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/BLE-PDM-TinyML/edge42.gif",
- "title": "Fan is not turning on",
+ "path": "/xiao_esp32c6_getting_started",
+ "image": "https://files.seeedstudio.com/wiki/SeeedStudio-XIAO-ESP32C6/img/xiaoc6.jpg",
+ "title": "Seeed Studio XIAO ESP32C6",
}
, {
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/BLE-PDM-TinyML/edge42.gif",
- "title": "Fan Pinout",
+ "path": "/Grove-Beginner-Kit-For-Arduino",
+ "image": "https://media-cdn.seeedstudio.com/media/catalog/product/cache/bb49d3ec4ee05b6f018e93f896b8a25d/1/-/1-110061162-grove-beginner-kit-for-arduino-first.jpg",
+ "title": "Grove Beginner Kit For Arduino",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/BLE-PDM-TinyML/edge42.gif",
- "title": "Fan is not turning on",
+ "path": "/Wio-Terminal-Getting-Started",
+ "image": "https://media-cdn.seeedstudio.com/media/catalog/product/cache/bb49d3ec4ee05b6f018e93f896b8a25d/0/0/0072.jpg",
+ "title": "Wio Terminal",
}, {
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/BLE-PDM-TinyML/edge42.gif",
- "title": "Fan Pinout",
+ "path": "/Edgebox-ESP-100-Arduino",
+ "image": "https://media-cdn.seeedstudio.com/media/catalog/product/cache/bb49d3ec4ee05b6f018e93f896b8a25d/e/d/edgebox-esp100_1.jpg",
+ "title": "EdgeBox-ESP-100",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/BLE-PDM-TinyML/edge42.gif",
- "title": "Fan is not turning on",
+ "path": "/Grove-LCD_RGB_Backlight",
+ "image": "https://files.seeedstudio.com/wiki/Grove_LCD_RGB_Backlight/img/seeeduino_rgb.jpg",
+ "title": "Grove - LCD RGB Backlight",
}
]
}, {
@@ -61,43 +61,44 @@ function IndexLatestedViki(props) {
moreLink:'https://wiki.seeedstudio.com/Raspberry_Pi/',
docList: [
{
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
- "title": "Fan Pinout",
+ "path": "/reTerminal",
+ "image": "https://files.seeedstudio.com/wiki/ReTerminal/wiki_thumb.png",
+ "title": "Getting Started with reTerminal",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
+ "path": "/recomputer_r1000_flash_OS",
+ "image": "https://files.seeedstudio.com/wiki/reComputer-R1000/recomputer_r_images/01.png",
+ "title": "reComputer R1000 Raspbian OS to eMMC",
},
{
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/Edge_Box_introduction",
+ "image": "https://media-cdn.seeedstudio.com/media/catalog/product/cache/bb49d3ec4ee05b6f018e93f896b8a25d/1/-/1-102991599_edgebox-rpi-200-first.jpg",
+ "title": "Getting Started Edge Box RPI-200",
+ },
+ {
+ "path": "/reTerminal-hardware-interfaces-usage",
+ "image": "https://files.seeedstudio.com/wiki/ReTerminal/HW_overview.png",
+ "title": "Hardware and Interfaces Usage",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
- }
- , {
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/raspberry_pi_5_uses_pcie_hat_dual_hat",
+ "image": "https://files.seeedstudio.com/wiki/M.2_Hat/new/11.jpg",
+ "title": "Raspberry Pi 5 uses PCIe hat/dual hat",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
- }, {
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/Edgebox-rpi-200-codesys",
+ "image": "https://files.seeedstudio.com/wiki/Edge_Box/codesys/new_project.png",
+ "title": "Codesys for Edge Box RPi 200",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
+ "path": "/tutorial_of_ai_kit_with_raspberrypi5_about_yolov8n_object_detection",
+ "image": "https://files.seeedstudio.com/wiki/reComputer-R1000/YOLOV8/resultvideo.gif",
+ "title": "AI Kit with Raspberry Pi 5 about YOLOv8n object detection",
+ },
+ {
+ "path": "/reTerminal-DM_intro_FUXA",
+ "image": "https://files.seeedstudio.com/wiki/reTerminalDM/FUXA/demo-fuxa.gif",
+ "title": "Getting Start with FUXA - Web Based SCADA Tool",
}
]
}
@@ -109,43 +110,44 @@ function IndexLatestedViki(props) {
docList: [
{
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/SeeedStudio-XIAO-ESP32S3/img/61.gif",
- "title": "Fan Pinout",
+ "path": "/reComputer_J4012_Flash_Jetpack",
+ "image": "https://files.seeedstudio.com/wiki/reComputer-Jetson/J401/recomputer-j401.png",
+ "title": "Flash JetPack OS to J401 Carrier Board",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
- "title": "Fan is not turning on",
+ "path": "/reComputer_Industrial_Getting_Started",
+ "image": "https://files.seeedstudio.com/wiki/reComputer-Industrial/2.png",
+ "title": "Getting Started with reComputer Industrial",
},
{
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/reComputer_Jetson_Series_Initiation",
+ "image": "https://files.seeedstudio.com/wiki/recomputerzhongwen/rekaiji1.jpg",
+ "title": "reComputer for Jetson Initiation",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
- }
- , {
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/reServer_Industrial_Getting_Started",
+ "image": "https://files.seeedstudio.com/wiki/reServer-Industrial/1.png",
+ "title": "Getting Started with reServer Industrial",
+ },
+ {
+ "path": "/deploy_frigate_on_jetson",
+ "image": "https://docs.frigate.video/assets/images/media_browser-min-1f8a7c629d1bdbee1c78f99a97a0219a.png",
+ "title": "Deploy Frigate On NVIDIA Jetson device",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
- }, {
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/J101_Enable_SD_Card",
+ "image": "https://files.seeedstudio.com/wiki/Boot_NVIDIA_System_from_SD_card_for_Jetson101/fix01.png",
+ "title": "J101 Enable SD Card",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
+ "path": "/J401_carrierboard_Hardware_Interfaces_Usage",
+ "image": "https://files.seeedstudio.com/wiki/reComputer-Jetson/A608/Jetson-connect-J401.gif",
+ "title": "J401 Carrier Board Interfaces Usage",
+ },
+ {
+ "path": "/YOLOv8-DeepStream-TRT-Jetson",
+ "image": "https://files.seeedstudio.com/wiki/YOLOV8/car.gif",
+ "title": "YOLOv8 on Jetson with TensorRT and DeepStream",
}
]
}, {
@@ -154,88 +156,89 @@ function IndexLatestedViki(props) {
moreLink:'https://wiki.seeedstudio.com/home_assistant_topic/',
docList: [
{
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
- "title": "Fan Pinout",
+ "path": "/home_assistant_sensecap",
+ "image": "https://files.seeedstudio.com/wiki/IMAGES/SenseCAP/M2_homeassistant/config_11.png",
+ "title": "SenseCAP Integration for Home Assistant",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
+ "path": "/xiao-esp32c3-esphome",
+ "image": "https://files.seeedstudio.com/wiki/homs-xiaoc3-linkstar/78.jpg",
+ "title": "XIAO ESP32C3 accesses Home Assistant via ESPHome service",
},
{
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/ha_xiao_esp32",
+ "image": "https://files.seeedstudio.com/wiki/SenseCAP/Home_Assistant/ha-xiao5.png",
+ "title": "XIAO ESP32S3 for Home Assistant",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
- }
- , {
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/sensecraft_homeassistant_userguide",
+ "image": "https://files.seeedstudio.com/wiki/sensecraft/sensecraft_homeassistant/SenseCraft-HomeAssistantimage49.png",
+ "title": "SenseCraft-HomeAssistant User Manual",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
- }, {
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/SenseCAP_Indicator_Application_Matter",
+ "image": "https://files.seeedstudio.com/wiki/SenseCAP/SenseCAP_Indicator/indicator-matter-7.jpg",
+ "title": "SenseCAP Indicator - Matter Application Development",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
- }
+ "path": "/home_assistant_with_sensecap_lorawan_sensors",
+ "image": "https://hackster.imgix.net/uploads/attachments/1527151/_HMPRnIpF0p.blob?auto=compress%2Cformat&w=900&h=675&fit=min",
+ "title": "Tango with Home Assistant and SenseCAP Sensors",
+ },
+ {
+ "path": "/Connect-Grove-to-Home-Assistant-ESPHome",
+ "image": "https://files.seeedstudio.com/wiki/ESPHome/106.png",
+ "title": "Connect Grove Modules to Home Assistant using ESPHome",
+ },
+ {
+ "path": "/reterminal-DM-Frigate",
+ "image": "https://files.seeedstudio.com/wiki/reTerminalDM/HA/reterminalDM.gif",
+ "title": "Frigate intergrating with reTerminal DM",
+ },
]
}, {
key: 'edgeAi',
image: 'edgeAi',
- moreLink:'',
+ moreLink:'https://wiki.seeedstudio.com/edge_ai_topic/',
docList: [
{
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/Real%20Time%20Subtitle%20Recoder%20on%20Nvidia%20Jetson",
+ "image": "https://files.seeedstudio.com/wiki/reComputer-Jetson/A608/recoder.gif",
+ "title": "Speech Subtitle Generation on Nvidia Jetson",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
+ "path": "https://wiki.seeedstudio.com/Edge/NVIDIA_Jetson/Application/Generative_AI/Whisper_on_Jetson_for_Real_Time_Speech_to_Text/",
+ "image": "https://files.seeedstudio.com/wiki/reComputer-Jetson/A608/Real-Time-Whisper.gif",
+ "title": "Deploy Whisper on NVIDIA Jetson Orin for Real time Speech to Text",
},
{
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "https://wiki.seeedstudio.com/How_to_run_local_llm_text_to_image_on_reComputer/",
+ "image": "https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/Nvidia_Jetson_recomputer_LLM_texto-to-image/23_creating_image1.gif",
+ "title": "Run a Local LLM Text-to-Image on reComputer",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png",
- "title": "Fan is not turning on",
+ "path": "/alwaysAI-Jetson-Getting-Started",
+ "image": "https://files.seeedstudio.com/wiki/alwaysAI/pics/person-small.gif",
+ "title": "Object Detection with AlwaysAI",
}
, {
- "path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "path": "/YOLOv8-TRT-Jetson",
+ "image": "https://files.seeedstudio.com/wiki/YOLOV8-TRT/9.gif",
+ "title": "Object Detection with Yolov8",
},
{
"path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
+ "image": "https://files.seeedstudio.com/wiki/Lumeo/thumb.gif",
+ "title": "Object Detection with Lumeo",
}, {
"path": "/Fan_Pinout",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan Pinout",
+ "image": "https://files.seeedstudio.com/wiki/node-red/36.png",
+ "title": "No code Edge AI Tool",
},
{
- "path": "/Turn_on_the_Fan",
- "image": "https://files.seeedstudio.com/wiki/wiki-platform/S.png",
- "title": "Fan is not turning on",
+ "path": "/Security_Scan",
+ "image": "https://files.seeedstudio.com/wiki/SecurityCheck/Security_Scan22.jpg",
+ "title": "Knife Detection(X-ray)",
}
]
}
diff --git a/src/components/home/form.tsx b/src/components/home/form.tsx
index e33044ad0efb..5bcd9f416136 100644
--- a/src/components/home/form.tsx
+++ b/src/components/home/form.tsx
@@ -78,7 +78,7 @@ function IndexForm() {
})}
- We really appreciate if you can
contribute in any way the wiki platform, suggesting updates, fixing typos, accepting the assignments in demand, etc. Join us and get your reward!
+ We really appreciate if you can
contribute in any way the wiki platform, suggesting updates, fixing typos, accepting the assignments in demand, etc. Join us and get your reward!