Skip to content

Commit

Permalink
[editorial] Fix path base in Hugo front matter (#688)
Browse files Browse the repository at this point in the history
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
  • Loading branch information
chalin and arminru authored Feb 6, 2024
1 parent be0cae0 commit e39dcb5
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 22 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ cascade:
body_class: otel-docs-spec
github_repo: &repo https://github.com/open-telemetry/semantic-conventions
github_subdir: docs
path_base_for_github_subdir: content/en/docs/specs/semconv/
path_base_for_github_subdir: tmp/semconv/docs/
github_project_repo: *repo
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/_index.md
from: tmp/semconv/docs/_index.md
to: README.md
--->

Expand Down
1 change: 1 addition & 0 deletions docs/attributes-registry/host.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--- Hugo front matter used to generate the website version of this page:
--->

# Host

## Host Attributes
Expand Down
1 change: 1 addition & 0 deletions docs/attributes-registry/os.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:
linkTitle: OS
--->

# OS

## Operating System Attributes
Expand Down
1 change: 1 addition & 0 deletions docs/attributes-registry/url.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:
linkTitle: URL
--->

# URL

## URL Attributes
Expand Down
2 changes: 1 addition & 1 deletion docs/cloud-providers/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Cloud Providers
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/cloud-providers/_index.md
from: tmp/semconv/docs/cloud-providers/_index.md
to: cloud-providers/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/cloudevents/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: CloudEvents
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/cloudevents/_index.md
from: tmp/semconv/docs/cloudevents/_index.md
to: cloudevents/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/database/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Database
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/database/_index.md
from: tmp/semconv/docs/database/_index.md
to: database/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/dotnet/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: .NET
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/dotnet/_index.md
from: tmp/semconv/docs/dotnet/_index.md
to: dotnet/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/exceptions/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Exceptions
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/exceptions/_index.md
from: tmp/semconv/docs/exceptions/_index.md
to: exceptions/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/faas/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: FaaS
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/faas/_index.md
from: tmp/semconv/docs/faas/_index.md
to: faas/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/feature-flags/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Feature Flags
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/feature-flags/_index.md
from: tmp/semconv/docs/feature-flags/_index.md
to: feature-flags/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/general/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: General
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/general/_index.md
from: tmp/semconv/docs/general/_index.md
to: general/README.md
weight: -1
--->
Expand Down
2 changes: 1 addition & 1 deletion docs/http/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: HTTP
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/http/_index.md
from: tmp/semconv/docs/http/_index.md
to: http/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/messaging/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Messaging Systems
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/messaging/_index.md
from: tmp/semconv/docs/messaging/_index.md
to: messaging/README.md
--->

Expand Down
4 changes: 2 additions & 2 deletions docs/mobile/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: mobile
linkTitle: Mobile
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/mobile/_index.md
from: tmp/semconv/docs/mobile/_index.md
to: mobile/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/object-stores/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Object Stores
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/object-stores/_index.md
from: tmp/semconv/docs/object-stores/_index.md
to: object-stores/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/resource/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Resource
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/resource/_index.md
from: tmp/semconv/docs/resource/_index.md
to: resource/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/resource/cloud-provider/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Resource Cloud Provider
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/resource/cloud-provider/_index.md
from: tmp/semconv/docs/resource/cloud-provider/_index.md
to: resource/cloud-provider/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/resource/cloud-provider/aws/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: AWS
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/resource/cloud-provider/aws/_index.md
from: tmp/semconv/docs/resource/cloud-provider/aws/_index.md
to: resource/cloud-provider/aws/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/resource/cloud-provider/gcp/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: GCP
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/resource/cloud-provider/gcp/_index.md
from: tmp/semconv/docs/resource/cloud-provider/gcp/_index.md
to: resource/cloud-provider/gcp/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/rpc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: RPC
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/rpc/_index.md
from: tmp/semconv/docs/rpc/_index.md
to: rpc/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/system/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: System
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/system/_index.md
from: tmp/semconv/docs/system/_index.md
to: system/README.md
--->

Expand Down
2 changes: 1 addition & 1 deletion docs/url/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: URL
path_base_for_github_subdir:
from: content/en/docs/specs/semconv/url/_index.md
from: tmp/semconv/docs/url/_index.md
to: url/README.md
--->

Expand Down

0 comments on commit e39dcb5

Please sign in to comment.