Skip to content

Commit

Permalink
[editorial] Hugo front-matter fixes for aliases and linkTitle (#3592)
Browse files Browse the repository at this point in the history
- Followup changes for
open-telemetry/opentelemetry.io#2793
- There are only changes to Hugo front matter
- Adds `likeTitle`s for "Compatibility" pages
- Adds aliases for pages that have moved or were renamed
- Related:
open-telemetry/opentelemetry.io#3013 -- the
`compatibility/openmetrics` spec page is in the list because it was
renamed

/cc @svrnm @cartermp
  • Loading branch information
chalin authored Jul 12, 2023
1 parent bb1aa87 commit cc6564a
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions specification/common/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
aliases: [/docs/reference/specification/common/common]
--->

# Common specification concepts

**Status**: [Stable, Feature-freeze](../document-status.md)
Expand Down
4 changes: 4 additions & 0 deletions specification/compatibility/opencensus.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: OpenCensus
--->

# OpenCensus Compatibility

**Status**: [Stable](../document-status.md), Unless otherwise specified.
Expand Down
4 changes: 4 additions & 0 deletions specification/compatibility/opentracing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: OpenTracing
--->

# OpenTracing Compatibility

**Status**: [Stable](../document-status.md).
Expand Down
7 changes: 7 additions & 0 deletions specification/compatibility/prometheus_and_openmetrics.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Prometheus and OpenMetrics
aliases:
- /docs/reference/specification/compatibility/openmetrics
- /docs/specs/otel/compatibility/openmetrics
--->

# Prometheus and OpenMetrics Compatibility

**Status**: [Experimental](../document-status.md)
Expand Down
4 changes: 3 additions & 1 deletion specification/configuration/sdk-environment-variables.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!--- Hugo front matter used to generate the website version of this page:
title: Environment Variable Specification
linkTitle: Env var
aliases: [/docs/reference/specification/sdk-environment-variables]
aliases:
- /docs/reference/specification/sdk-environment-variables
- /docs/specs/otel/sdk-environment-variables
--->

# OpenTelemetry Environment Variable Specification
Expand Down
1 change: 1 addition & 0 deletions specification/context/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
aliases: [/docs/reference/specification/context/context]
--->

# Context

**Status**: [Stable, Feature-freeze](../document-status.md).
Expand Down
2 changes: 1 addition & 1 deletion specification/logs/noop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: noop
linkTitle: No-Op
--->

# Logs Bridge API No-Op Implementation
Expand Down
2 changes: 1 addition & 1 deletion specification/metrics/noop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: noop
linkTitle: No-Op
--->

# Metrics No-Op API Implementation
Expand Down

0 comments on commit cc6564a

Please sign in to comment.