Skip to content

Juxi-Technology/wiki-documents

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

产品教程

技术文档

技术专题

成功案例

贡献者社区


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
│   ├── topics/                # Technical topics
│   ├── cases/                 # User success cases
│   ├── community/             # Contributor community
│   ├── en/                    # English content
│   ├── zh-HK/                 # Hong Kong Traditional Chinese content
│   └── 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