Skip to content

ExinOne/exinpool-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ExinPool Help Center

This is the repository for the ExinPool 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/helpcenter in your browser

Directory Structure

.
├── _config.yml           # Jekyll configuration
├── _layouts/            # Layout templates
├── _includes/           # Reusable components
├── assets/             # Static files (CSS, images, etc.)
├── en/                 # English content
│   ├── nodes/        # Node documentation
│   └── about/         # About pages
└── zh/                # Chinese content
    ├── nodes/        # 节点
    └── about/         # 关于我们

Contributing

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

License

Copyright © 2024 ExinPool. All rights reserved.

Releases

No releases published

Packages

No packages published