pipeline #5
Reference in New Issue
Block a user
Delete Branch "pipeline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes: - Created scripts/ directory for build and utility scripts - Moved build-for-airgap.sh to scripts/ - Moved check-ready.sh to scripts/ - Kept quickstart scripts in root for easy access - Moved HELM-DEPLOYMENT.md to docs/ Updated references: - README.md: Updated link to docs/HELM-DEPLOYMENT.md - docs/DEPLOYMENT.md: Updated paths to scripts/build-for-airgap.sh - quickstart-airgap.sh: Updated path to scripts/build-for-airgap.sh - scripts/check-ready.sh: Updated self-reference path - helm/warehouse13/QUICKSTART.md: Updated HELM-DEPLOYMENT.md path - helm/README.md: Updated HELM-DEPLOYMENT.md path Directory structure now: / ├── README.md (root) ├── quickstart.sh (root - easy access) ├── quickstart-airgap.sh (root - easy access) ├── docs/ (all documentation) │ ├── API.md │ ├── ARCHITECTURE.md │ ├── DEPLOYMENT.md │ ├── FEATURES.md │ ├── FRONTEND_SETUP.md │ ├── HELM-DEPLOYMENT.md (moved here) │ └── SUMMARY.md ├── scripts/ (build and utility scripts) │ ├── build-for-airgap.sh (moved here) │ └── check-ready.sh (moved here) └── helm/ └── warehouse13/ (Helm chart with docs) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>