Skip to content
 
 

Repository files navigation

CamThink Wiki Documentation

License Docusaurus Node

Official documentation for CamThink AI hardware products

🌐 Live Site · 📚 Preview · 🐛 Report Bug


Overview

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


🚀 Quick Start

Prerequisites

  • Node.js >= 18.0
  • Yarn 1.22+

Installation

git clone https://github.com/camthink-ai/wiki-documents.git
cd wiki-documents
yarn install

Development

yarn start        # Start dev server at localhost:3000
yarn build        # Build for production
yarn serve        # Serve production build

📖 Documentation Guide

Structure

wiki-documents/
├── docs/                    # Chinese documentation
├── i18n/en/                 # English translations
├── static/img/              # Static images
└── .image-upload/           # Image upload tool

Writing Docs

Frontmatter (required):

---
id: unique-doc-id
title: Document Title
sidebar_position: 1
---

Image formats:

![Description](/img/path/image.png)
<img src="/img/path/image.png" style={{maxWidth: '80%'}} />
<ZoomableImage src="/img/path/image.png" alt="Description" />

🖼️ Image Upload Tool

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 mode

Features: Concurrent uploads · Auto-sync CN/EN docs · Smart folder naming

📖 Full Documentation


📚 Resources


Built with ❤️ using Docusaurus

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages