Skip to content

Commit

Permalink
fix front matter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Jan 6, 2025
1 parent aab84c9 commit 3cdcded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/check-front-matter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const github = require('@actions/github');
// Add the special files here, for example, the template files
const exceptionFiles = [
'docs/user-guide/ingest-data/for-iot/grpc-sdks/template.md',
'i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/template.md'
'i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/grpc-sdks/template.md',
'i18n/zh/docusaurus-plugin-content-docs/version-0.11/user-guide/ingest-data/for-iot/grpc-sdks/template.md'
];

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

0 comments on commit 3cdcded

Please sign in to comment.