Skip to content

fix(docs): correct enterprise distribution model — binary/Docker, not source clone#28

Merged
beonde merged 1 commit intomainfrom
fix/docs-enterprise-distribution
Mar 18, 2026
Merged

fix(docs): correct enterprise distribution model — binary/Docker, not source clone#28
beonde merged 1 commit intomainfrom
fix/docs-enterprise-distribution

Conversation

@beonde
Copy link
Member

@beonde beonde commented Mar 18, 2026

Fix: Enterprise distribution model in docs

The docs incorrectly instructed enterprise customers to clone the capiscio-server repo and build from source. CapiscIO Server and UI are proprietary — they are distributed as:

  • Closed-source binary (server)
  • Compiled JavaScript web assets (UI)
  • Pre-configured Docker containers

Source code is never shipped to customers.

Changes

docs/reference/server/index.md — Quick Start section

  • Replaced git clone + make run with Docker run and binary execution examples

docs/getting-started/complete-workflow.md — Part 3: Register with Server

  • Replaced git clone + docker-compose up with just docker-compose up (using provided compose file)

docs/reference/server/deployment.md — Deployment Guide

  • Removed "Go 1.23+ (for building from source)" prerequisite
  • Replaced "Building from Source" section with "Running the Binary" section
  • Explicitly states: "Source code is not shipped"

Verification

  • mkdocs build passes cleanly

@github-actions
Copy link

✅ Documentation Build Successful

The documentation build completed successfully and passed validation checks.

  • ✅ Build completed without errors
  • ✅ Critical files present (index.html, sitemap.xml, robots.txt)
  • ✅ Link validation completed

This PR will deploy to dev-docs.capisc.io when merged to main.

@beonde beonde merged commit 6377727 into main Mar 18, 2026
4 checks passed
@beonde beonde deleted the fix/docs-enterprise-distribution branch March 18, 2026 13:28
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.

1 participant