Official documentation for CamThink AI hardware products
Product documentation website built with Docusaurus 3.6.1, featuring bilingual support (Chinese/English), local search, image zoom, and Mermaid diagrams.
Product Lines: NG4500 (Edge Computing) · NE101 (Smart Cameras) · NE301 (Advanced Cameras) · Hardware Resources · AI Applications
- Node.js >= 18.0
- Yarn 1.22+
git clone https://github.com/camthink-ai/wiki-documents.git
cd wiki-documents
yarn installyarn start # Start dev server at localhost:3000
yarn build # Build for production
yarn serve # Serve production buildwiki-documents/
├── docs/ # Chinese documentation
├── i18n/en/ # English translations
├── static/img/ # Static images
└── .image-upload/ # Image upload tool
Frontmatter (required):
---
id: unique-doc-id
title: Document Title
sidebar_position: 1
---Image formats:

<img src="/img/path/image.png" style={{maxWidth: '80%'}} />
<ZoomableImage src="/img/path/image.png" alt="Description" />Upload local images to File Browser and replace paths with remote URLs.
cd .image-upload
yarn install
cp .env.example .env # Configure credentials
# Usage from project root
./upload-images.sh docs/your-document.md
./upload-images.sh docs --dry-run # Preview modeFeatures: Concurrent uploads · Auto-sync CN/EN docs · Smart folder naming
Built with ❤️ using Docusaurus