Skip to content

Commit 8595e7f

Browse files
committed
CI: Fix link and header
1 parent a77fe39 commit 8595e7f

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

Website/docs/application/ip-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Hostname or IP range to scan for active devices.
7070

7171
:::note
7272

73-
See also the [IP Scanner](#top) example inputs for more information about the supported host formats.
73+
See also the [IP Scanner](#ip-scanner) example inputs for more information about the supported host formats.
7474

7575
:::
7676

Website/docs/application/port-scanner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Hostname or IP range to scan for open ports.
7272

7373
:::note
7474

75-
See also the [Port Scanner](#top) example inputs for more information about the supported host formats.
75+
See also the [Port Scanner](#port-scanner) example inputs for more information about the supported host formats.
7676

7777
:::
7878

@@ -91,7 +91,7 @@ TCP ports to scan each host for.
9191

9292
:::note
9393

94-
See also the [Port Scanner](#top) example inputs for more information about the supported port formats.
94+
See also the [Port Scanner](#port-scanner) example inputs for more information about the supported port formats.
9595

9696
:::
9797

Website/docusaurus.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config = {
2323
trailingSlash: false,
2424

2525
onBrokenLinks: "throw",
26-
onBrokenMarkdownLinks: "warn",
26+
onBrokenMarkdownLinks: "throw",
2727

2828
i18n: {
2929
defaultLocale: "en",
@@ -87,6 +87,12 @@ const config = {
8787
},
8888
],
8989
},
90+
themeConfig: {
91+
tableOfContents: {
92+
minHeadingLevel: 1,
93+
maxHeadingLevel: 5,
94+
},
95+
},
9096
footer: {
9197
style: "dark",
9298
links: [

0 commit comments

Comments
 (0)