dynamo/docs/pages/templates/component-examples.md

54 lines
764 B
Markdown

---
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: Component Examples
---
Usage examples for the `<Component>`.
## Basic Examples
### Example 1: {/* Title */}
```bash
# Add example from existing docs
```
### Example 2: {/* Title */}
```python
# Add example from existing docs
```
## Kubernetes Examples
### Minimal Deployment
```yaml
# Add minimal DGDR from existing docs
```
### Production Deployment
```yaml
# Add production DGDR from existing docs
```
## Advanced Examples
### {/* Advanced Use Case Title */}
{/* Description */}
```bash
# Add example
```
## Sample Configurations
### config-minimal.yaml
```yaml
# Add from existing docs
```