This is the repository for the ExinOne Help Center, a bilingual (English/Chinese) documentation site built with Jekyll.
- Install Ruby and Bundler
- Clone this repository
- Run
bundle install
to install dependencies - Run
bundle exec jekyll serve
to start the development server - Visit
http://localhost:4000/
in your browser
.
├── _config.yml # Jekyll configuration
├── _layouts/ # Layout templates
├── _includes/ # Reusable components
├── assets/ # Static files (CSS, images, etc.)
├── en/ # English content
│ ├── guides/ # User guides
│ ├── features/ # Feature documentation
│ └── about/ # About pages
└── zh/ # Chinese content
├── guides/ # 使用指南
├── features/ # 功能介绍
└── about/ # 关于我们
- Create a new branch for your changes
- Make your changes
- Submit a pull request
Copyright © 2024 ExinOne. All rights reserved.