Skip to content

Commit dbddffb

Browse files
chore(fern): register v0.19.0 (NVIDIA#2150)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1f6346 commit dbddffb

3 files changed

Lines changed: 136 additions & 94 deletions

File tree

fern/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ products:
3030
path: ../docs/index.yml
3131
slug: latest
3232
availability: stable
33+
- display-name: v0.19.0
34+
path: versions/v0.19.0.yml
35+
slug: v0.19.0
36+
availability: stable
3337
- display-name: v0.17.0
3438
path: versions/v0.17.0.yml
3539
slug: v0.17.0
@@ -38,10 +42,6 @@ products:
3842
path: versions/v0.16.0.yml
3943
slug: v0.16.0
4044
availability: stable
41-
- display-name: v0.15.0
42-
path: versions/v0.15.0.yml
43-
slug: v0.15.0
44-
availability: stable
4545
redirects:
4646
- source: "/aicr/index.html"
4747
destination: "/aicr/"

fern/versions/v0.15.0.yml

Lines changed: 0 additions & 90 deletions
This file was deleted.

fern/versions/v0.19.0.yml

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
# Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
navigation:
16+
- section: Overview
17+
contents:
18+
- page: Introduction
19+
path: v0.19.0-content/README.md
20+
21+
- section: User Guide
22+
contents:
23+
- page: Installation
24+
path: v0.19.0-content/user/installation.md
25+
- page: End-to-End Tutorial
26+
path: v0.19.0-content/user/tutorial.md
27+
- page: CLI Reference
28+
path: v0.19.0-content/user/cli-reference.md
29+
- page: Generating Bundles
30+
path: v0.19.0-content/user/bundling.md
31+
- page: CLI Configuration File
32+
path: v0.19.0-content/user/cli-config.md
33+
- page: Artifact Verification
34+
path: v0.19.0-content/user/artifact-verification.md
35+
- page: API Reference
36+
path: v0.19.0-content/user/api-reference.md
37+
- page: Agent Deployment
38+
path: v0.19.0-content/user/agent-deployment.md
39+
- page: Air-Gapped Mirroring
40+
path: v0.19.0-content/user/air-gap-mirror.md
41+
- page: Component Catalog
42+
path: v0.19.0-content/user/component-catalog.md
43+
- page: Recipe Health
44+
path: v0.19.0-content/user/recipe-health.md
45+
- page: TestGrid
46+
path: v0.19.0-content/user/testgrid.md
47+
- page: Evidence Dashboard
48+
path: v0.19.0-content/user/evidence-dashboard.md
49+
- page: Validation
50+
path: v0.19.0-content/user/validation.md
51+
- page: Coverage Matrix
52+
path: v0.19.0-content/user/coverage-matrix.md
53+
- page: Slurm Accounting
54+
path: v0.19.0-content/user/slinky-slurm-accounting.md
55+
- page: Slurm Shared Storage
56+
path: v0.19.0-content/user/slinky-slurm-storage.md
57+
58+
- section: Integrator Guide
59+
contents:
60+
- page: Automation
61+
path: v0.19.0-content/integrator/automation.md
62+
- page: Data Flow
63+
path: v0.19.0-content/integrator/data-flow.md
64+
- page: Kubernetes Deployment
65+
path: v0.19.0-content/integrator/kubernetes-deployment.md
66+
- page: AKS GPU Setup
67+
path: v0.19.0-content/integrator/aks-gpu-setup.md
68+
- page: GKE GPU Setup
69+
path: v0.19.0-content/integrator/gke-gpu-setup.md
70+
- page: EKS Dynamo Networking
71+
path: v0.19.0-content/integrator/eks-dynamo-networking.md
72+
- page: GKE TCPXO Networking
73+
path: v0.19.0-content/integrator/gke-tcpxo-networking.md
74+
- page: OpenShift Deployment
75+
path: v0.19.0-content/integrator/openshift.md
76+
- page: Talos Integration
77+
path: v0.19.0-content/integrator/talos-integration.md
78+
- page: Recipe Development
79+
path: v0.19.0-content/integrator/recipe-development.md
80+
- page: Data Extension
81+
path: v0.19.0-content/integrator/data-extension.md
82+
- page: Validator Extension
83+
path: v0.19.0-content/integrator/validator-extension.md
84+
- page: Supply Chain Verification
85+
path: v0.19.0-content/integrator/supply-chain-verification.md
86+
- page: Go Library Integration
87+
path: v0.19.0-content/integrator/go-library.md
88+
- page: Public API Surface
89+
path: v0.19.0-content/integrator/public-api.md
90+
- page: Measurement Schema
91+
path: v0.19.0-content/integrator/measurement-api.md
92+
- section: Components
93+
contents:
94+
- page: Nodewright
95+
path: v0.19.0-content/integrator/components/nodewright.md
96+
97+
- section: Contributor Guide
98+
contents:
99+
- page: Architecture Overview
100+
path: v0.19.0-content/contributor/index.md
101+
- page: Recipes, Overlays, and Mixins
102+
path: v0.19.0-content/contributor/recipe.md
103+
- page: Components
104+
path: v0.19.0-content/contributor/component.md
105+
- page: Collectors
106+
path: v0.19.0-content/contributor/collector.md
107+
- page: Validators
108+
path: v0.19.0-content/contributor/validator.md
109+
- page: Evidence Ingest
110+
path: v0.19.0-content/contributor/evidence-ingest.md
111+
- page: Inference-Perf Fluctuation (investigation)
112+
path: v0.19.0-content/contributor/inference-perf-fluctuation.md
113+
- page: CLI
114+
path: v0.19.0-content/contributor/cli.md
115+
- page: API Server
116+
path: v0.19.0-content/contributor/api-server.md
117+
- page: Testing
118+
path: v0.19.0-content/contributor/tests.md
119+
- page: Registry Egress
120+
path: v0.19.0-content/contributor/registry-egress.md
121+
- page: Claude Skills
122+
path: v0.19.0-content/contributor/skills.md
123+
- page: Maintaining AICR
124+
path: v0.19.0-content/contributor/maintaining.md
125+
- page: Rekor v2 Signing
126+
path: v0.19.0-content/contributor/rekor-v2-signing.md
127+
- page: Publishing Recipe Evidence
128+
path: v0.19.0-content/contributor/evidence-publishing.md
129+
- page: Publishing the Evidence Dashboard
130+
path: v0.19.0-content/contributor/evidence-dashboard-publish.md
131+
- page: UAT Day/Night Cycle
132+
path: v0.19.0-content/contributor/uat.md

0 commit comments

Comments
 (0)