chore: fix docs after fences fix

This commit is contained in:
Jesús Pérez 2026-01-14 04:59:49 +00:00
parent d0b6b9b759
commit 784bc0ef71
Signed by: jesus
GPG Key ID: 9F243E355E0BC939
32 changed files with 32 additions and 32 deletions

View File

@ -421,4 +421,4 @@ Infrastructure Schema (Nickel)
**Deployment Examples**: 2 files, 54 lines (solo + enterprise) **Deployment Examples**: 2 files, 54 lines (solo + enterprise)
**Validated**: All schemas and examples pass type-checking and export validation **Validated**: All schemas and examples pass type-checking and export validation
**Last Updated**: 2025-01-06 **Last Updated**: 2025-01-06
**Nickel Version**: Latest **Nickel Version**: Latest

View File

@ -358,4 +358,4 @@ orchestrator = {
**Version**: 1.0.0 **Version**: 1.0.0
**Created**: 2025-01-05 **Created**: 2025-01-05
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05

View File

@ -317,4 +317,4 @@ All generated configs follow this structure:
--- ---
**Version**: 1.0.0 **Version**: 1.0.0
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05

View File

@ -920,4 +920,4 @@ This layered approach ensures that:
- Users can modify configuration safely - Users can modify configuration safely
- Different deployment modes have appropriate defaults - Different deployment modes have appropriate defaults
- Configuration changes can be version-controlled - Configuration changes can be version-controlled
- Services can be reconfigured without code changes - Services can be reconfigured without code changes

View File

@ -167,4 +167,4 @@ When you change `constraints/constraints.toml`:
--- ---
**Version**: 1.0.0 **Version**: 1.0.0
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05

View File

@ -311,4 +311,4 @@ nickel typecheck provisioning/.typedialog/provisioning/platform/configs/orchestr
--- ---
**Version**: 1.0.0 **Version**: 1.0.0
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05

View File

@ -894,4 +894,4 @@ nickel export --format toml examples/orchestrator-solo.ncl > test.toml
--- ---
**Version**: 1.0.0 **Version**: 1.0.0
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05

View File

@ -284,4 +284,4 @@ nickel eval provisioning/.typedialog/provisioning/platform/schemas/orchestrator.
--- ---
**Version**: 1.0.0 **Version**: 1.0.0
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05

View File

@ -358,4 +358,4 @@ nickel export --format json templates/orchestrator-config.ncl.j2 | jq '.'
--- ---
**Version**: 1.0.0 **Version**: 1.0.0
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05

View File

@ -380,4 +380,4 @@ nickel export --format toml orchestrator-config.toml.ncl | toml-cli validate -
- [Control Center Configuration Schema](../../schemas/control-center.ncl) - [Control Center Configuration Schema](../../schemas/control-center.ncl)
- [MCP Server Configuration Schema](../../schemas/mcp-server.ncl) - [MCP Server Configuration Schema](../../schemas/mcp-server.ncl)
- [Nickel Language](https://nickel-lang.org/) - [Nickel Language](https://nickel-lang.org/)
- [TOML Format](https://toml.io/) - [TOML Format](https://toml.io/)

View File

@ -596,4 +596,4 @@ docker volume prune -f
**Version**: 1.0 **Version**: 1.0
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05
**Status**: Production Ready **Status**: Production Ready

View File

@ -483,4 +483,4 @@ kubectl logs -n cert-manager deployment/cert-manager -f
- [Kubernetes Service API](https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/) - [Kubernetes Service API](https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/)
- [Kubernetes Ingress API](https://kubernetes.io/docs/reference/kubernetes-api/service-resources/ingress-v1/) - [Kubernetes Ingress API](https://kubernetes.io/docs/reference/kubernetes-api/service-resources/ingress-v1/)
- [Nginx Ingress Controller](https://kubernetes.github.io/ingress-nginx/) - [Nginx Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
- [Cert-manager](https://cert-manager.io/) - [Cert-manager](https://cert-manager.io/)

View File

@ -728,4 +728,4 @@ git diff <commit1> <commit2> provisioning/platform/config/orchestrator.solo.toml
**Version**: 1.0 **Version**: 1.0
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05
**Status**: Production Ready **Status**: Production Ready

View File

@ -326,4 +326,4 @@ nickel export --format toml provisioning/.typedialog/provisioning/platform/confi
--- ---
**Version**: 1.0.0 **Version**: 1.0.0
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05

View File

@ -308,4 +308,4 @@ ls -la provisioning/platform/config/orchestrator.solo.toml
--- ---
**Version**: 1.0.0 **Version**: 1.0.0
**Last Updated**: 2025-01-05 **Last Updated**: 2025-01-05

View File

@ -209,4 +209,4 @@ taskservs = [
- **Complexity**: Medium - **Complexity**: Medium
- **Servers**: 3 (2 web + 1 database) - **Servers**: 3 (2 web + 1 database)
- **Pre-configured modules**: Provider only - **Pre-configured modules**: Provider only
- **Best for**: Quick demos, learning deployments, testing infrastructure code - **Best for**: Quick demos, learning deployments, testing infrastructure code

View File

@ -159,4 +159,4 @@ ssh_config = {
- **Complexity**: High - **Complexity**: High
- **Servers**: 6 examples (web, database, k8s) - **Servers**: 6 examples (web, database, k8s)
- **Pre-configured modules**: Examples for all major components - **Pre-configured modules**: Examples for all major components
- **Best for**: Production deployments, complex architectures, learning advanced patterns - **Best for**: Production deployments, complex architectures, learning advanced patterns

View File

@ -56,4 +56,4 @@ provisioning s create --infra <name>
- **Complexity**: Low - **Complexity**: Low
- **Servers**: 1 basic example - **Servers**: 1 basic example
- **Pre-configured modules**: None - **Pre-configured modules**: None
- **Best for**: Learning, simple deployments, custom configurations - **Best for**: Learning, simple deployments, custom configurations

View File

@ -164,4 +164,4 @@ Check provider-specific configuration in `.providers/` directory after loading.
1. Check taskserv installation logs in `./tmp/k8s-deployment/` 1. Check taskserv installation logs in `./tmp/k8s-deployment/`
2. Verify all nodes are reachable via SSH 2. Verify all nodes are reachable via SSH
3. Check firewall rules for Kubernetes ports (6443, 10250, etc.) 3. Check firewall rules for Kubernetes ports (6443, 10250, etc.)

View File

@ -585,4 +585,4 @@ Platform Team
- [Writing Tests](docs/TESTING_GUIDE.md#writing-new-tests) - [Writing Tests](docs/TESTING_GUIDE.md#writing-new-tests)
- [CI/CD Integration](docs/TESTING_GUIDE.md#cicd-integration) - [CI/CD Integration](docs/TESTING_GUIDE.md#cicd-integration)
- [Troubleshooting](docs/TESTING_GUIDE.md#troubleshooting) - [Troubleshooting](docs/TESTING_GUIDE.md#troubleshooting)
- [Test Coverage Report](docs/TEST_COVERAGE.md) - [Test Coverage Report](docs/TEST_COVERAGE.md)

View File

@ -498,4 +498,4 @@ docker -H /var/run/docker.sock network prune -f
--- ---
**Maintained By**: Platform Team **Maintained By**: Platform Team
**Last Updated**: 2025-10-06 **Last Updated**: 2025-10-06

View File

@ -397,4 +397,4 @@ Total Integration Tests: 140
**Maintained By**: Platform Team **Maintained By**: Platform Team
**Last Updated**: 2025-10-06 **Last Updated**: 2025-10-06
**Next Review**: 2025-11-06 **Next Review**: 2025-11-06

View File

@ -713,4 +713,4 @@ Expected test execution times:
--- ---
**Maintained By**: Platform Team **Maintained By**: Platform Team
**Last Updated**: 2025-10-06 **Last Updated**: 2025-10-06

View File

@ -154,4 +154,4 @@ Across these sections:
- The script recursively searches all subdirectories - The script recursively searches all subdirectories
- Empty sections show 0 for all technologies - Empty sections show 0 for all technologies
- Percentages are calculated per section and overall - Percentages are calculated per section and overall
- Visual bars are proportional to percentage (max 50 chars = 100%) - Visual bars are proportional to percentage (max 50 chars = 100%)

View File

@ -152,4 +152,4 @@ These tools integrate with:
- Extension system - Extension system
- Configuration management - Configuration management
- Documentation generation - Documentation generation
- CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins) - CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins)

View File

@ -73,4 +73,4 @@ Each build tool follows Nushell 0.109+ standards:
- `provisioning/justfiles/build.just` - Build recipe definitions - `provisioning/justfiles/build.just` - Build recipe definitions
- `provisioning/tools/distribution/` - Distribution generation using build outputs - `provisioning/tools/distribution/` - Distribution generation using build outputs
- `provisioning/tools/package/` - Packaging compiled binaries - `provisioning/tools/package/` - Packaging compiled binaries

View File

@ -738,4 +738,4 @@ The project is on track for Phase 2 completion, which will integrate all system
**Report Generated**: 2025-10-10 **Report Generated**: 2025-10-10
**Agent**: Agent 6: Cross-References & Integration **Agent**: Agent 6: Cross-References & Integration
**Status**: ✅ Phase 1 Complete **Status**: ✅ Phase 1 Complete
**Next Review**: After Phase 2 completion (estimated 12-16 hours) **Next Review**: After Phase 2 completion (estimated 12-16 hours)

View File

@ -63,4 +63,4 @@ just clean-dist # Remove dist/ directory
- `distribution/` - Distribution package generation - `distribution/` - Distribution package generation
- `package/` - Package creation (deb, rpm, tar.gz, etc.) - `package/` - Package creation (deb, rpm, tar.gz, etc.)
- `release/` - Release management and versioning - `release/` - Release management and versioning

View File

@ -55,4 +55,4 @@ The distribution output is used by:
- Installation system (`provisioning-installer`) - Installation system (`provisioning-installer`)
- Package managers - Package managers
- CI/CD pipelines - CI/CD pipelines
- End-user downloads - End-user downloads

View File

@ -184,4 +184,4 @@ For issues related to:
- **Nickel language**: See <https://github.com/tweag/nickel/issues> - **Nickel language**: See <https://github.com/tweag/nickel/issues>
- **Nix installation**: See <https://github.com/DeterminateSystems/nix-installer> - **Nix installation**: See <https://github.com/DeterminateSystems/nix-installer>
- **Provisioning integration**: See the provisioning system documentation - **Provisioning integration**: See the provisioning system documentation

View File

@ -80,4 +80,4 @@ just clean # Clean all build artifacts
- `dist/` - Build artifacts that packages are created from - `dist/` - Build artifacts that packages are created from
- `distribution/` - Distribution generation (uses package outputs) - `distribution/` - Distribution generation (uses package outputs)
- `release/` - Version management for packages - `release/` - Version management for packages

View File

@ -69,4 +69,4 @@ just clean # Clean all build artifacts
- `dist/` - Build artifacts that releases are based on - `dist/` - Build artifacts that releases are based on
- `package/` - Packages that get versioned and released - `package/` - Packages that get versioned and released
- `distribution/` - Distribution that incorporates release versions - `distribution/` - Distribution that incorporates release versions