We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96e03a commit 59dd505Copy full SHA for 59dd505
docusaurus.config.ts
@@ -9,7 +9,7 @@ const config: Config = {
9
tagline: 'Apache TVM 是一个端到端的深度学习编译框架,适用于 CPU、GPU 和各种机器学习加速芯片。',
10
url: 'https://tvm.hyper.ai',
11
baseUrl: '/',
12
- onBrokenLinks: 'throw',
+ onBrokenLinks: 'warn',
13
onBrokenMarkdownLinks: 'warn',
14
favicon: 'img/favicon.png',
15
organizationName: 'hyperai', // Usually your GitHub org/user name.
0 commit comments