Skip to content

Commit 29b6c16

Browse files
authored
fix: typo (#1486)
1 parent b1be224 commit 29b6c16

File tree

146 files changed

+271
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+271
-149
lines changed

.github/scripts/check-front-matter.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ const github = require('@actions/github');
77
// Add the special files here, for example, the template files
88
const exceptionFiles = [
99
'docs/user-guide/ingest-data/for-iot/grpc-sdks/template.md',
10+
'docs/db-cloud-shared/migrate/_migrate-from-prometheus.md',
1011
'i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/template.md',
11-
'i18n/zh/docusaurus-plugin-content-docs/version-0.11/user-guide/ingest-data/for-iot/grpc-sdks/template.md'
12+
'i18n/zh/docusaurus-plugin-content-docs/version-0.11/user-guide/ingest-data/for-iot/grpc-sdks/template.md',
13+
'i18n/zh/docusaurus-plugin-content-docs/current/db-cloud-shared/migrate/_migrate-from-prometheus.md'
1214
];
1315

1416
// This function checks if a markdown file contains the required front matter.

docs/db-cloud-shared/migrate/_migrate-from-prometheus.md

Lines changed: 1 addition & 1 deletion

docs/enterprise/overview.md

Lines changed: 1 addition & 1 deletion

docs/faq-and-others/faq.md

Lines changed: 3 additions & 3 deletions

docs/greptimecloud/integrations/kafka.md

Lines changed: 1 addition & 1 deletion

docs/user-guide/administration/monitoring/export-metrics.md

Lines changed: 1 addition & 1 deletion

docs/user-guide/ingest-data/for-iot/kafka.md

Lines changed: 1 addition & 1 deletion

docs/user-guide/ingest-data/for-observerbility/alloy.md renamed to docs/user-guide/ingest-data/for-observability/alloy.md

Lines changed: 3 additions & 3 deletions
Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)