This is the repository for the ExinPool 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/helpcenter
in your browser
.
├── _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/ # 关于我们
- Create a new branch for your changes
- Make your changes
- Submit a pull request
Copyright © 2024 ExinPool. All rights reserved.