Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-v2.4] [DOC] update links to tempo-operator API docs #3703

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/sources/tempo/setup/operator/api-docs.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: TempoStack documentation
menuTitle: TempoStack documentation
description: TempoStack CRD and Operator configuration
title: Operator configuration and CRD specifications
menuTitle: Reference
description: Operator configuration and CRD specifications
weight: 1000
aliases:
- /docs/tempo/operator/api-docs
---

# TempoStack documentation
# Operator configuration and CRD specifications

* The `TempoStack` CRD documentation can be found at [tempo-operator/api.md](https://github.com/grafana/tempo-operator/blob/main/docs/operator/api.md)
* The Operator configuration can be found at [tempo-operator/feature-gates.md](https://github.com/grafana/tempo-operator/blob/main/docs/operator/feature-gates.md)
* The Operator configuration can be found at [tempo-operator/docs/operator/config.yaml](https://github.com/grafana/tempo-operator/blob/main/docs/operator/config.yaml)
* The `TempoStack` CRD documentation can be found at [tempo-operator/docs/spec/tempo.grafana.com_tempostacks.yaml](https://github.com/grafana/tempo-operator/blob/main/docs/spec/tempo.grafana.com_tempostacks.yaml)
* The `TempoMonolithic` CRD documentation can be found at [tempo-operator/docs/spec/tempo.grafana.com_tempomonolithics.yaml](https://github.com/grafana/tempo-operator/blob/main/docs/spec/tempo.grafana.com_tempomonolithics.yaml)
Loading