Open
Description
There is an inconsistency in the site URL paths used for .Net sections relative to other languages. We're currently using net
in these two places:
- /docs/languages/net, which is published as https://opentelemetry.io/docs/languages/net/
- /docs/zero-code/net
The path name "net" seems wrong. Besides, we use dotnet
as our language ID internally, and that would also make more sense as a site URL path segment name.
I'd propose that we change it to dotnet
. This will simplify some of our internal code that needs to single-out the exception and special-case it at the moment, and make the site URL paths more intuitive.
Thoughts @svrnm @open-telemetry/docs-approvers @open-telemetry/dotnet-approvers? If we do make the change, we'll use direct rules to ensure that the old URLs (using net
) continue to work.
Tasks
- [IA] Rename
net
todotnet
in/docs/{languages,zero-code}/net
, add redirects and adjust links #6590- Rename the paths under
content
of /docs/languages/net and /docs/zero-code/net to usedotnet
instead ofnet
- Add appropriate redirects
- Fix the registry too
- Rename the paths under
- Adjust any shortcodes and/or includes, e.g.,
layouts/shortcodes/docs/languages/exporters/intro.md
and it's associated include.
Metadata
Metadata
Assignees
Type
Projects
Status
No status