mirror of
https://github.com/izzy2lost/CHDBOY.git
synced 2026-03-10 11:26:47 -07:00
971 B
971 B
CHDBOY Documentation
This directory contains the documentation for the CHDBOY Android application, which is automatically deployed to GitHub Pages.
Structure
index.md- Main landing page with privacy policy overviewpolicy.md- Detailed privacy policy and terms of service_config.yml- Jekyll configuration for GitHub Pages_layouts/- Jekyll layout templates
Deployment
The documentation is automatically deployed to GitHub Pages when changes are pushed to the master branch. The deployment workflow is defined in .github/workflows/pages.yml.
Local Development
To test the documentation locally:
-
Install Jekyll and Bundler:
gem install jekyll bundler -
Navigate to the docs directory:
cd docs -
Install dependencies:
bundle install -
Run the local server:
bundle exec jekyll serve -
Visit
http://localhost:4000/CHDBOY/in your browser