Skip to content

docs: add Hugo-based user manual published to GitHub Pages#24

Merged
predatorray merged 1 commit into
mainfrom
claude/user-docs-github-pages-1gupb9
Jun 18, 2026
Merged

docs: add Hugo-based user manual published to GitHub Pages#24
predatorray merged 1 commit into
mainfrom
claude/user-docs-github-pages-1gupb9

Conversation

@predatorray

@predatorray predatorray commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Adds a source-controlled project documentation website that is automatically published to GitHub Pages.

Changes

  • docs/ — a Hugo site using the hugo-book theme, with sidebar navigation, client-side search, dark mode, and "Edit this page" links back to the source. The theme is vendored as a git submodule (docs/themes/hugo-book, pinned to v0.14.0).
  • Manual content — a landing page plus sections for Getting started (quick start, concepts), Installation & downloads, Concepts & architecture, Command-line client, S3 gateway, Operations, and a Configuration reference. Content is drawn from the existing README, OPERATIONS.md, and design docs.
  • .github/workflows/docs.yml — builds the site (Hugo extended 0.158.0, the theme's minimum) and deploys it to GitHub Pages on pushes to main that touch docs/**, plus manual dispatch. Uses the official GitHub Pages Actions.
  • docs/README.md — how to preview and build the site locally.
  • README.md — adds a docs-website badge.
  • .gitignore — ignores Hugo build output (docs/public/, docs/resources/).

Notes

  • Nothing is published to Maven Central or GitHub Releases yet, so the Installation page marks the release tarball and the client-library coordinates (me.predatorray.candybox:candybox-client:0.1.0) as placeholders with a build-from-source fallback. The already-published Docker image is presented as the real install path.
  • The site is served at https://predatorray.github.io/candybox/ once Pages is enabled for the repo (Settings → Pages → Source: GitHub Actions). Deployment happens on merge to main; this PR's checks do not publish.
  • The theme is a submodule, so clones need --recurse-submodules (or git submodule update --init) — documented in docs/README.md.

Builds cleanly with Hugo 0.158.0 (27 pages, no warnings or errors).

🤖 Generated with Claude Code

Add a project documentation website under docs/, built with Hugo and the
hugo-book theme (vendored as a git submodule), following Apache Flink's
docs approach. A new .github/workflows/docs.yml workflow builds the site
and deploys it to GitHub Pages on pushes to main that touch docs/.

The manual covers getting started, installation/downloads, concepts &
architecture, the CLI, the S3 gateway, operations, and a configuration
reference. Maven Central coordinates and GitHub Release downloads are
marked as placeholders since nothing is published yet.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MrEvU2tM8JaoZQgXotaPhH
@github-actions

Copy link
Copy Markdown

✅ S3 compatibility gate passed

  • mode: gate
  • result: 192 passed in 88.62s (0:01:28)

@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.66%. Comparing base (aeac78a) to head (1800c4d).

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #24   +/-   ##
=========================================
  Coverage     83.66%   83.66%           
  Complexity      677      677           
=========================================
  Files           161      161           
  Lines          8876     8876           
  Branches       1330     1330           
=========================================
  Hits           7426     7426           
  Misses          970      970           
  Partials        480      480           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@predatorray
predatorray merged commit 45b7ffa into main Jun 18, 2026
9 checks passed
@predatorray
predatorray deleted the claude/user-docs-github-pages-1gupb9 branch June 18, 2026 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants