Update documentation for Spice CLI and runtime
- Changed Spicepod version from v1beta1 to v1 in add.md
- Enabled dataset acceleration by default in dataset.md
- Expanded command reference in index.md to include new commands and descriptions
- Updated run.md to reflect new flags and options for the Spice runtime
- Removed OpenTelemetry status from status.md
- Updated version.md to reflect new CLI and runtime versions
- Added optional metrics configuration in Docker deployment documentation
- Updated Kubernetes deployment parameters for image repository and tag
- Cleaned up getting started documentation by removing unnecessary metrics log
- Removed Go installation instructions from installation.md
- Added new runtime configuration options for flight, ready_state, and scheduler in runtime.md
- Clarified system requirements documentation regarding port usage and requirements
a month ago
Check in versioned docs and remove generate-versions script (#1386)
* Check in versioned docs and remove generate-versions script
Transition from per-branch versioning to all versions checked in.
Generated versioned docs from release branches 1.5 through 1.11.
Removed generate-versions.sh and updated .gitignore.
* Remove generate-versions script from build workflow
Versioned docs are now checked in directly. Remove the script
invocation from package.json build, drop the fetch-depth: 0 from CI
(no longer needed), and update README to reflect the new process.
a month ago