Skip to content

Commit c2fd534

Browse files
vitorvascchalin
andauthored
[editorial] Update database redirect rules (#3140)
Signed-off-by: Vitor Vasconcellos <[email protected]> Co-authored-by: Patrice Chalin <[email protected]>
1 parent e93b212 commit c2fd534

18 files changed

+3
-18
lines changed

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ cascade:
55
github_subdir: docs
66
path_base_for_github_subdir: tmp/semconv/docs/
77
github_project_repo: *repo
8-
redirects: [{ from: 'attributes-registry/*', to: 'registry/attributes/:splat' }]
8+
redirects:
9+
- { from: 'attributes-registry/*', to: 'registry/attributes/:splat' }
10+
- { from: 'database/*', to: 'db/:splat' }
911
cSpell:ignore: semconv CICD
1012
auto_gen: below
1113
linkTitle: Semantic conventions

docs/db/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: Database
3-
aliases: [/docs/specs/semconv/database]
43
--->
54

65
# Semantic conventions for database calls and systems

docs/db/cassandra.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: Cassandra
3-
aliases: [/docs/specs/semconv/database/cassandra.md]
43
--->
54

65
# Semantic conventions for Cassandra client operations

docs/db/cosmosdb.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: Cosmos DB
3-
aliases: [/docs/specs/semconv/database/cosmosdb.md]
43
--->
54

65
# Semantic conventions for Microsoft Azure Cosmos DB client operations

docs/db/couchdb.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: CouchDB
3-
aliases: [/docs/specs/semconv/database/couchdb.md]
43
--->
54

65
# Semantic conventions for CouchDB client operations

docs/db/database-metrics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: Metrics
3-
aliases: [/docs/specs/semconv/database/database-metrics.md]
43
--->
54

65
# Semantic conventions for database client metrics

docs/db/database-spans.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: Spans
3-
aliases: [/docs/specs/semconv/database/database-spans.md]
43
--->
54

65
# Semantic conventions for database client spans

docs/db/dynamodb.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: DynamoDB
3-
aliases: [/docs/specs/semconv/database/dynamodb.md]
43
--->
54

65
# Semantic conventions for AWS DynamoDB client operations

docs/db/elasticsearch.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: Elasticsearch
3-
aliases: [/docs/specs/semconv/database/elasticsearch.md]
43
--->
54

65
# Semantic conventions for Elasticsearch client operations

docs/db/hbase.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: HBase
3-
aliases: [/docs/specs/semconv/database/hbase.md]
43
--->
54

65
# Semantic conventions for HBase client operations

0 commit comments

Comments
 (0)