Hugo front-matter fixes for aliases and linkTitle (#3592)
- Followup changes for https://github.com/open-telemetry/opentelemetry.io/issues/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: https://github.com/open-telemetry/opentelemetry.io/issues/3013 -- the `compatibility/openmetrics` spec page is in the list because it was renamed /cc @svrnm @cartermp
This commit is contained in:
parent
db45b8950c
commit
2af3a419d3
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue