Skip to content

Commit

Permalink
Update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
nfs0619 committed Dec 20, 2024
1 parent d7cdeda commit 8030687
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: How to Update Jetson Orin Nano Developer Kit to Super Kit
keywords:
- Edge reComputer
- Jetson Orin Nano Super Developer Kit
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
image: https://files.seeedstudio.com/wiki/reComputer-Jetson/Orin-Nano-Developer-Kit/jetson-orin-nano-dev-kit.webp
slug: /update_orin_nano_developer_kit_to_super_kit
last_update:
date: 12/19/2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- reComputer mini
- embedded computer
- robots
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
image: https://files.seeedstudio.com/wiki/reComputer-Jetson/mini/reComputer_mini.webp
slug: /recomputer_jetson_mini_getting_started
last_update:
date: 12/11/2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- reComputer mini
- embedded computer
- robots
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
image: https://files.seeedstudio.com/wiki/reComputer-Jetson/mini/reComputer_mini.webp
slug: /recomputer_jetson_mini_hardware_interfaces_usage
last_update:
date: 12/16/2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
- IIoT
- GNSS
- Edge Computing
image: https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/gnss_setup.png
image: https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/gnss_setup.webp
slug: /raspberry_pi_4g_hat_gnss_functionlities
last_update:
date: 12/12/2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- IIoT
- RNDIS
- Mobile Data
image: https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/power2.jpg
image: https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/power2.webp
slug: /raspberry_pi_4g_hat_rndis_mobile_internet
last_update:
date: 12/13/2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- IoT
- MQTT
- Edge Computing
image: https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/sms_setup.png
image: https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/mqtt_ex.webp
slug: /mqtt_raspberry_pi_4g_lte_hat
last_update:
date: 12/18/2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- M2M
- SMS
- Edge Computing
image: https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/sms_setup.png
image: https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/sms_setup.webp
slug: /send_receive_sms_raspberry_pi_4g_lte_hat
last_update:
date: 12/11/2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Grove - MP3 v4.0
keywords:
- mp3
- grove
image: https://files.seeedstudio.com/wiki/seeed_logo/logo_2023.png
image: https://files.seeedstudio.com/wiki/grove-mp3-v4/0.webp
slug: /grove_mp3_v4
last_update:
date: 12/13/2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The result should be like:
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/Grove_PIR_Motion_Sensor/img/result_arduino.png" alt="pir" width={600} height="auto" /></p>

:::tip
Use a jumper cap to short two pins to trigger a repeatable or non-repeatable trigger, if you use GND, pin1 combination is non-repeatable trigger (default); pin1 and vcc is repeatable trigger. Non-repeatable trigger means in a cycle (probably a few seconds) on the departure of a single time, the wiki's case is non-repeatable trigger.
Use a jumper cap to short two pins to trigger either a repeatable or non-repeatable trigger. If you use GND and pin 1, the combination results in a non-repeatable trigger (default). If you use pin 1 and VCC, the trigger is repeatable. A non-repeatable trigger means that the event occurs once within a cycle (usually a few seconds). In the case of the wiki example, it is a non-repeatable trigger.
:::

### Play with Codecraft
Expand Down
3 changes: 2 additions & 1 deletion generateWiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const excludedPaths = [
path.join(docsDirectory, 'Edge', 'reCamera', 'reCamera_model_conversion.md'), // 排除指定文档
path.join(docsDirectory, 'Cloud_Chain', 'SenseCraft', 'SenseCraft_AI', 'SenseCraft_AI_main_page.md'),
path.join(docsDirectory, 'Cloud_Chain', 'SenseCraft', 'SenseCraft_AI', 'Output', 'xiao_esp32s3_sense', 'sensecraft_xiao_esp32s3_libraries.md'),
path.join(docsDirectory, 'Cloud_Chain', 'SenseCraft', 'SenseCraft_AI', 'Output', 'xiao_esp32s3_sense', 'sensecraft_xiao_esp32s3_mqtt.md')
path.join(docsDirectory, 'Cloud_Chain', 'SenseCraft', 'SenseCraft_AI', 'Output', 'xiao_esp32s3_sense', 'sensecraft_xiao_esp32s3_mqtt.md'),
path.join(docsDirectory, 'FAQ', 'reTerminal', 'Wakeup_reTerminal_LCD_after_sleep.md'),
];

// 递归函数,用于遍历多层文件夹
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": "/sensecraft_ai_sscmacore_library",
"image": "https://files.seeedstudio.com/wiki/SenseCraft_AI/img2/76.webp",
"title": "Configuring Model Output on SenseCraft AI for XIAO ESP32S3 Sense using SSCMACore Library",
"date": "12/12/2024"
"path": "/update_orin_nano_developer_kit_to_super_kit",
"image": "https://files.seeedstudio.com/wiki/reComputer-Jetson/Orin-Nano-Developer-Kit/jetson-orin-nano-dev-kit.webp",
"title": "How to Update Jetson Orin Nano Developer Kit to Super Kit",
"date": "12/19/2024"
},
{
"path": "/how-to-distinguish-respeaker_2-mics_pi_hat-hardware-revisions",
"image": "https://files.seeedstudio.com/wiki/ReSpeaker_2_Mics_Pi_HAT/v2/pcn_1.webp",
"title": "How to Distinguish ReSpeaker 2-Mics Pi HAT Hardware Revisions",
"date": "12/11/2024"
"path": "/mqtt_raspberry_pi_4g_lte_hat",
"image": "https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/mqtt_ex.webp",
"title": "Setting Up 4G LTE Connectivity for IIoT with MQTT",
"date": "12/18/2024"
}
],
[
{
"path": "/respeaker_2_mics_pi_hat_raspberry_v2",
"image": "https://files.seeedstudio.com/wiki/ReSpeaker_2_Mics_Pi_HAT/social-image.webp",
"title": "Getting Started with Raspberry Pi",
"date": "12/11/2024"
"path": "/ftp_with_raspberry_pi_4g_lte_hat",
"image": "https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/1-114993408-LTE-CAT-4-EG25-GL-4G-HAT-for-Raspberry-Pi.webp",
"title": "Connect and Transfer- FTP on Your Raspberry Pi 4G LTE HAT",
"date": "12/17/2024"
},
{
"path": "/getting_started_raspberry_pi_4g_lte_hat",
"image": "https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/1-114993408-LTE-CAT-4-EG25-GL-4G-HAT-for-Raspberry-Pi.webp",
"title": "Getting Started with the Raspberry Pi 4G LTE HAT",
"date": "12/10/2024"
"path": "/recomputer_jetson_mini_hardware_interfaces_usage",
"image": "https://files.seeedstudio.com/wiki/reComputer-Jetson/mini/reComputer_mini.webp",
"title": "reComputer Mini Hardware and Interfaces Usage",
"date": "12/16/2024"
}
],
[
{
"path": "/CyberDeck_Wio-Terminal",
"image": "https://files.seeedstudio.com/wiki/CyberDesk_Wio-Terminal/CyberDesk_Wio-Terminal_1.gif",
"title": "Wio Terminal PC Monitor Tutorial - Cyberpunk Style",
"date": "12/09/2024"
"path": "/raspberry_pi_4g_hat_rndis_mobile_internet",
"image": "https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/power2.webp",
"title": "Mobile Internet for Your Pi - RNDIS 4G LTE Setup",
"date": "12/13/2024"
},
{
"path": "/round_display_christmas_ball",
"image": "https://files.seeedstudio.com/wiki/Christmas_round_display/Christmas_ball_1.gif",
"title": "Seeed Studio Round Display for XIAO Christmas Ball",
"date": "12/08/2024"
"path": "/grove_mp3_v4",
"image": "https://files.seeedstudio.com/wiki/grove-mp3-v4/0.webp",
"title": "Grove - MP3 v4.0",
"date": "12/13/2024"
}
],
[
{
"path": "/sensecraft_ai_output_grove_visionai",
"image": "https://files.seeedstudio.com/wiki/SenseCraft_AI/img2/54.webp",
"title": "Configuring Model Output on SenseCraft AI for Grove Vision AI V2",
"date": "12/04/2024"
"path": "/sensecraft_ai_sscmacore_library",
"image": "https://files.seeedstudio.com/wiki/SenseCraft_AI/img2/76.webp",
"title": "Configuring Model Output on SenseCraft AI for XIAO ESP32S3 Sense using SSCMACore Library",
"date": "12/12/2024"
},
{
"path": "/sensecraft_ai_output_gpio_xiao",
"image": "https://files.seeedstudio.com/wiki/SenseCraft_AI/img2/xiaoesp32s3sense.webp",
"title": "Configuring Model Output and GPIO on SenseCraft AI for XIAO ESP32S3 Sense",
"date": "12/04/2024"
"path": "/raspberry_pi_4g_hat_gnss_functionlities",
"image": "https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/gnss_setup.webp",
"title": "Getting Started with Raspberry Pi 4G HAT GNSS Functionalities",
"date": "12/12/2024"
}
],
[
{
"path": "/reComputer_A608_Flash_System",
"image": "https://files.seeedstudio.com/wiki/reComputer-Jetson/A608/A608CB.webp",
"title": "Flash JetPack OS to A608 Carrier Board (NVIDIA Jetson Orin NX/Nano supported)",
"date": "12/4/2024"
"path": "/recomputer_jetson_mini_getting_started",
"image": "https://files.seeedstudio.com/wiki/reComputer-Jetson/mini/reComputer_mini.webp",
"title": "Getting Started with reComputer Mini",
"date": "12/11/2024"
},
{
"path": "/traffic_saving_config",
"image": "https://files.seeedstudio.com/wiki/SenseCAP/M2_Multi-Platform/sensecap_m2.jpg",
"title": "Low Data Consumption Mode Config(for 4G version)",
"date": "12/4/2024"
"path": "/send_receive_sms_raspberry_pi_4g_lte_hat",
"image": "https://files.seeedstudio.com/wiki/4g_hat_raspberry_pi_eg25_gl/sms_setup.webp",
"title": "Sending and Receiving SMS Messages with Quectel 4G Raspberry pi Hat",
"date": "12/11/2024"
}
],
[
{
"path": "/SenseCAP_T1000_Tracker_AWS",
"image": "https://files.seeedstudio.com/wiki/SenseCAP/Tracker/t1000.webp",
"title": "Using AWS Cloud Services for SenseCAP T1000 Tracker",
"date": "12/4/2024"
"path": "/flash_opensource_firmware_to_m2_gateway",
"image": "https://files.seeedstudio.com/wiki/SenseCAP/M2_Multi-Platform/m2-white.webp",
"title": "Flash open source firmware to M2 Gateway",
"date": "12/11/2024"
},
{
"path": "/sensecraft_ai_pretrained_models_for_watcher",
"image": "https://files.seeedstudio.com/wiki/SenseCraft_AI/img2/32.webp",
"title": "for SenseCAP Watcher",
"date": "12/03/2024"
"path": "/how-to-distinguish-respeaker_2-mics_pi_hat-hardware-revisions",
"image": "https://files.seeedstudio.com/wiki/ReSpeaker_2_Mics_Pi_HAT/v2/pcn_1.webp",
"title": "How to Distinguish ReSpeaker 2-Mics Pi HAT Hardware Revisions",
"date": "12/11/2024"
}
]
];
Expand Down

0 comments on commit 8030687

Please sign in to comment.