Skip to content

Commit ea4fdd5

Browse files
committed
update deprecated field in documenation and adjust folder name for imports
1 parent 54a102a commit ea4fdd5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/docusaurus.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const config: Config = {
2626
projectName: 'tum-apply', // Usually your repo name.
2727

2828
onBrokenLinks: 'throw',
29-
onBrokenMarkdownLinks: 'warn',
3029

3130
// Even if you don't use internationalization, you can use this field to set
3231
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -36,6 +35,12 @@ const config: Config = {
3635
locales: ['en']
3736
},
3837

38+
markdown: {
39+
hooks: {
40+
onBrokenMarkdownLinks: 'warn'
41+
}
42+
},
43+
3944
presets: [
4045
[
4146
'classic',

0 commit comments

Comments
 (0)