Skip to content

Juxi-Technology/wiki-documents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The JuxiTechnology Files Management Platform

img

This is an open platform collecting all the wikis published by JuxiTechnology.

This is the Github source files for JuxiTechnology.

We recommend pull the latest one:

git clone --depth 1 https://github.com/Juxi-Technology/wiki-documents.git

Quick Links

Robotics Page

Robot Kit

Lerobot

  • SO-ARM101 RynnBot Develop kit
  • Lekiwi Mobile Robot
  • Xlerobot

End Effectors

  • TPU Flexible Gripper

Hand

  • AmazingHand

Actuator

  • Feetech STS3215 Motor
  • Feetech SCS0009 Motor
  • JUXI Servo Driver Board

Sensor

IMU

  • IMU High-precision Attitude Sensor (6-axis, 9-axis, 10-axis)

Camera

  • 86° Auto-Focus Camera
  • 100° Fixed-focus Camera
  • IMX219 CSI Camera
  • D405C RealSense Depth Camera
  • D435i RealSense Depth Camera

AI Voice

  • AI Voice Interaction Module

Audio Module

  • USB Driver-free Sound Card

Accessories

  • 0.91-inch OLED Screen
  • KVM Switcher
  • 4K High-definition HDMI Capture Device

Juxi Technology Wiki (VitePress)

This project also includes a VitePress-based wiki website deployed on GitHub Pages.

Local Development

# Install dependencies
npm install

# Start dev server
npm run docs:dev

# Build for production
npm run docs:build

# Preview build
npm run docs:preview

Project Structure

wiki-document/
├── docs/
│   ├── .vitepress/
│   │   └── config.ts          # VitePress config
│   ├── public/                # Static assets (images, etc.)
│   ├── tutorials/             # Product tutorials
│   ├── tech/                  # Technical docs
│   └── index.md               # Home page
├── .github/
│   └── workflows/
│       └── deploy.yml         # GitHub Pages auto deploy
└── package.json

Deploy to GitHub Pages

  1. Push code to GitHub
  2. Enable GitHub Pages in repo settings
  3. Under Settings > Pages:
    • Source: Select GitHub Actions
  4. Every push to main triggers auto deploy

Add New Documentation

  1. Create new .md files in docs/tutorials/ or docs/tech/
  2. Add links to sidebar in docs/.vitepress/config.ts
  3. Commit and push, website updates automatically

Tech Stack

🔗 More Information

For business inquiries, ODM cooperation or technical support, please contact us:

About

JuxiTechnology Wiki source code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors