You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will need to open a PR on docs repo to add this page to [`floating-pages-exceptions.txt`](https://github.com/ClickHouse/clickhouse-docs/blob/main/plugins/floating-pages-exceptions.txt). Once it is merged
238
+
you can then rerun the docs check on the ClickHouse/ClickHouse repo which
239
+
should pass. Finally open another PR on the docs repo again to remove the
240
+
file from the exception list and add it to `sidebars.js` in the appropriate
thrownewError('🚨 Floating pages found. See above for details.');
97
+
thrownewError('Error: Found "floating" pages without sidebars. For further details see: https://github.com/ClickHouse/clickhouse-docs/blob/main/contribute/style-guide.md/');
thrownewError('🚨Frontmatter validation failed. See frontmatter-validation-errors.log for details.');
47
+
thrownewError('🚨Frontmatter validation failed. For more details see https://github.com/ClickHouse/clickhouse-docs/blob/main/contribute/style-guide.md');
48
48
}else{
49
49
console.log(`⚠️ Warning: Found ${filesWithIssues.length} files containing problems with frontmatter`)
0 commit comments