Skip to content

ExinOne/exinone-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ExinOne Help Center

This is the repository for the ExinOne Help Center, a bilingual (English/Chinese) documentation site built with Jekyll.

Development Setup

  1. Install Ruby and Bundler
  2. Clone this repository
  3. Run bundle install to install dependencies
  4. Run bundle exec jekyll serve to start the development server
  5. Visit http://localhost:4000/ in your browser

Directory Structure

.
├── _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/         # 关于我们

Contributing

  1. Create a new branch for your changes
  2. Make your changes
  3. Submit a pull request

License

Copyright © 2024 ExinOne. All rights reserved.

Releases

No releases published

Packages

No packages published