File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : [
You can’t perform that action at this time.
0 commit comments