Skip to content

Commit

Permalink
Merge pull request #6491 from Xuanwo/check-broken-links
Browse files Browse the repository at this point in the history
website: Throw errors if broken links found
  • Loading branch information
BohuTANG authored Jul 6, 2022
2 parents 6ca0f71 + 47affd0 commit 6009a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/doc/70-performance/05-scw-os-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,4 +688,4 @@ CALL system$fuse_snapshot('default', 'ontime');
+----------------------------------+------------------+---------------+-------------+-----------+--------------------+------------------+
| dd5685ae857f4cbb804d76b0513a0ff9 | NULL | 1 | 203 | 202687655 | 146705866574 | 8891053905 |
+----------------------------------+------------------+---------------+-------------+-----------+--------------------+------------------+
```
```
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const config = {
tagline: 'The modern Cloud Data Warehouse, activate your object storage(S3, Azure Blob, or MinIO) for real-time analytics.',
url: 'https://databend.rs',
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
favicon: 'img/logo/logo-no-text.svg',
organizationName: 'datafuselabs',
projectName: 'databend',
Expand Down

1 comment on commit 6009a79

@vercel
Copy link

@vercel vercel bot commented on 6009a79 Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

databend – ./

databend-git-main-databend.vercel.app
databend.rs
databend-databend.vercel.app
databend.vercel.app

Please sign in to comment.