docs: sync content from legacy Docusaurus repo#13
Merged
divyasinghds merged 1 commit intodevelopfrom May 6, 2026
Merged
Conversation
saadqbal
approved these changes
May 6, 2026
Port recent updates from the legacy tracebloc/documentation repo into the Mintlify docs site: - create-use-case/prepare-dataset: <workspace> placeholder, host-PVC ingestion (replaces COPY-into-image), Docker Hub setup, ingestor-job cleanup, multi-arch buildx (linux/amd64,linux/arm64) - create-use-case/prerequisites: add Tabular Regression, Time Series Forecasting, Time to Event Prediction; fix label CSV columns and example links; add filename-omits-extension Note - environment-setup/configuration, eks-client-deployment-guide, setup-guide: align with unified tracebloc/client Helm chart 1.3.x; installer URL → i.sh / i.ps1; corrected PVC keys; PSA labels and node-agents namespace join-use-case updates (hyperparameters, start-training) split into a separate PR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
188c6c8 to
b051bb4
Compare
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Port recent content updates from the legacy
tracebloc/documentation(Docusaurus) repo into the Mintlify docs site. Covers 12 commits that landed in the legacy repo after the Mintlify split.<workspace>placeholder, host-PVC ingestion (replaces COPY-into-image), Docker Hub setup section, ingestor-job.yaml cleanup, multi-arch buildx (linux/amd64,linux/arm64)tracebloc/clientHelm chart 1.3.x; installer URL →i.sh/i.ps1; corrected PVC keys (pvc.{data,logs,mysql}); PSA labels + dedicatedtracebloc-node-agentsnamespace;--reset-then-reuse-valuesupgrade flowupload_model,link_model_dataset,learning_rate,loss_function,early_stop_callback, …) fortracebloc_package0.7.0; renametrainingObject→training; correct terminate-on-NaN wording; pip optional-extras syntaxSkipped:
azure-deployment-guideandgetting-started/quick-setup— neither has a target file in the Mintlify repo.Test plan
mint devrenders all updated pages without MDX errorsmint broken-linksis clean (cross-page links repointed to Mintlify-style/section/pagepaths)<Note>/<Warning>components render where the legacy used:::note/:::cautiontracebloc/clientandtracebloc/data-ingestorsrepos🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes, but they alter operational commands and config snippets (Helm/installer URLs, storage, and ingestion paths), so mistakes could cause user deployment failures.
Overview
Updates docs to align dataset ingestion with the client-host PVC workflow: datasets are placed in
~/.tracebloc/<workspace>/dataand mounted into the ingestor pod at/data/shared(no moreCOPYing data into images), with clarifiedLABEL_FILE/SRC_PATH,<workspace>namespace usage, and multi-archdocker buildx(linux/amd64,linux/arm64) guidance plus a new Docker Hub setup section.Expands and corrects prerequisites for supported tasks by adding tabular
Regression,Time Series Forecasting, andTime to Event Prediction, and clarifies label CSV conventions (notably filenames omit extensions and object detection usesimage_label).Refreshes environment setup docs for the unified
tracebloc/clientHelm chart and newer installer endpoints (i.sh/i.ps1), including updated values structure (pvc.{data,logs,mysql}), platform-specific storage snippets,--reset-then-reuse-valuesupgrade flow, and added guidance on auto-upgrade, NetworkPolicy hardening, PSA labels, and the privilegedtracebloc-node-agentsnamespace for the resource monitor.Reviewed by Cursor Bugbot for commit b051bb4. Bugbot is set up for automated code reviews on this repo. Configure here.