Unverified Commit 03360b84 authored by dagil-nvidia's avatar dagil-nvidia Committed by GitHub
Browse files

docs: remove duplicate H1 headings from Fern pages (#6410)


Signed-off-by: default avatarDan Gil <dagil@nvidia.com>
parent 01ecc8c7
......@@ -4,8 +4,6 @@
title: Detailed Installation Guide
---
# Installation Guide for Dynamo Kubernetes Platform
Deploy and manage Dynamo inference graphs on Kubernetes with automated orchestration and scaling, using the Dynamo Kubernetes Platform.
## Before You Start
......
......@@ -4,8 +4,6 @@
title: Rolling Updates
---
# Rolling Updates for DynamoGraphDeployments
This guide covers how rolling updates work for `DynamoGraphDeployment` (DGD) resources. Rolling updates allow you to update worker configurations (images, resources, environment variables, etc.) with minimal downtime by gradually replacing old pods with new ones.
The behavior of rolling updates depends on the backing resource type of your deployment. DGDs backed by Kubernetes Deployments benefit from **managed rolling updates** with namespace isolation, while Grove and LWS-backed deployments use their native update mechanisms.
......
......@@ -4,8 +4,6 @@
title: Service Discovery
---
# Service Discovery
Dynamo components (frontends, workers, planner) need to be able to discover each other and their capabilities at runtime. We refer to this as service discovery. There are 2 kinds of service discovery backends supported on Kubernetes.
## Discovery Backends
......
......@@ -4,8 +4,6 @@
title: Mocker
---
# Mocker: LLM Engine Simulation in Rust
The Mocker is a lightweight, high-fidelity simulation of an LLM inference engine, implemented entirely in Rust. It replicates the core scheduling, memory management, and timing behaviors of production engines without requiring a GPU, making it invaluable for testing Dynamo's routing, KV cache events, disaggregated serving, and planner components.
## Overview
......
......@@ -5,8 +5,6 @@ title: Observability (Local)
subtitle: Monitor Dynamo deployments with metrics, logging, and tracing
---
# Dynamo Observability
## Getting Started Quickly
This is an example to get started quickly on a single machine.
......
......@@ -4,8 +4,6 @@
title: Health Checks
---
# Dynamo Health Checks
## Overview
Dynamo provides health check and liveness HTTP endpoints for each component which
......
......@@ -4,8 +4,6 @@
title: Logging
---
# Dynamo Logging
## Overview
Dynamo provides structured logging in both text as well as JSONL. When
......
......@@ -4,8 +4,6 @@
title: Metrics Developer Guide
---
# Metrics Developer Guide
This guide explains how to create and use custom metrics in Dynamo components using the Dynamo metrics API.
## Metrics Exposure
......
......@@ -4,8 +4,6 @@
title: Metrics
---
# Dynamo Metrics
## Overview
Dynamo provides built-in metrics capabilities through the Dynamo metrics API, which is automatically available whenever you use the `DistributedRuntime` framework. This document serves as a reference for all available metrics in Dynamo.
......
......@@ -4,8 +4,6 @@
title: Prometheus + Grafana Setup
---
# Metrics Visualization with Prometheus and Grafana
## Overview
This guide shows how to set up Prometheus and Grafana for visualizing Dynamo metrics on a single machine for demo purposes.
......
......@@ -4,8 +4,6 @@
title: Tracing
---
# Distributed Tracing with Tempo
## Overview
Dynamo supports OpenTelemetry-based distributed tracing for visualizing request flows across Frontend and Worker components. Traces are exported to Tempo via OTLP (OpenTelemetry Protocol) and visualized in Grafana.
......
......@@ -4,8 +4,6 @@
title: Tuning Disaggregated Performance
---
# Disaggregation and Performance Tuning
Disaggregation gains performance by separating the prefill and decode into different engines to reduce interferences between the two.
However, performant disaggregation requires careful tuning of the inference parameters.
Specifically, there are three sets of parameters that needs to be tuned:
......
......@@ -4,8 +4,6 @@
title: Feature Matrix
---
# Dynamo Feature Compatibility Matrices
This document provides a comprehensive compatibility matrix for key Dynamo features across the supported backends.
*Updated for Dynamo v0.9.0*
......
......@@ -4,8 +4,6 @@
title: Release Artifacts
---
# Dynamo Release Artifacts
This document provides a comprehensive inventory of all Dynamo release artifacts including container images, Python wheels, Helm charts, and Rust crates.
> **See also:** [Support Matrix](support-matrix.md) for hardware and platform compatibility | [Feature Matrix](feature-matrix.md) for backend feature support
......
......@@ -4,8 +4,6 @@
title: Support Matrix
---
# Dynamo Support Matrix
This document provides the support matrix for Dynamo, including hardware, software and build instructions.
**See also:** [Release Artifacts](release-artifacts.md) for container images, wheels, Helm charts, and crates | [Feature Matrix](feature-matrix.md) for backend feature support
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment