@@ -14,7 +14,8 @@ const sidebarsUnversionedConfig: SidebarConfig = {
1414 // ── EXPLORE ──────────────────────────────────────────────────────────
1515 {
1616 type : "html" ,
17- value : "<span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>Explore</span>" ,
17+ value :
18+ "<span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>Explore</span>" ,
1819 defaultStyle : false ,
1920 } ,
2021 {
@@ -36,7 +37,8 @@ const sidebarsUnversionedConfig: SidebarConfig = {
3637 // ── API ──────────────────────────────────────────────────────────────
3738 {
3839 type : "html" ,
39- value : "<hr style='margin: 0.75rem 0; opacity: 0.35;' /> <span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>API</span>" ,
40+ value :
41+ "<hr style='margin: 0.75rem 0; opacity: 0.35;' /> <span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>API</span>" ,
4042 defaultStyle : false ,
4143 } ,
4244 {
@@ -73,7 +75,8 @@ const sidebarsUnversionedConfig: SidebarConfig = {
7375 // ── TECHNICAL DOC ─────────────────────────────────────────────────────
7476 {
7577 type : "html" ,
76- value : "<hr style='margin: 0.75rem 0; opacity: 0.35;' /> <span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>Technical Doc</span>" ,
78+ value :
79+ "<hr style='margin: 0.75rem 0; opacity: 0.35;' /> <span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>Technical Doc</span>" ,
7780 defaultStyle : false ,
7881 } ,
7982 {
@@ -229,7 +232,8 @@ const sidebarsUnversionedConfig: SidebarConfig = {
229232 // ── Security Stack ──────────────────────────────────────────────────────────
230233 {
231234 type : "html" ,
232- value : "<span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>Security Stack</span>" ,
235+ value :
236+ "<span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>Security Stack</span>" ,
233237 defaultStyle : false ,
234238 } ,
235239 {
@@ -382,7 +386,8 @@ const sidebarsUnversionedConfig: SidebarConfig = {
382386 // ── Blocklist & Allowlists ──────────────────────────────────────────────────────────
383387 {
384388 type : "html" ,
385- value : "<span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>Blocklist & Allowlists</span>" ,
389+ value :
390+ "<span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>Blocklist & Allowlists</span>" ,
386391 defaultStyle : false ,
387392 } ,
388393 {
@@ -417,7 +422,8 @@ const sidebarsUnversionedConfig: SidebarConfig = {
417422 // ── IP Reputation / CTI ──────────────────────────────────────────────────────────
418423 {
419424 type : "html" ,
420- value : "<span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>IP Reputation / CTI</span>" ,
425+ value :
426+ "<span style='display:block; padding: 10px 8px 4px; font-family: var(--ifm-font-family-monospace); font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ifm-color-emphasis-600);'>IP Reputation / CTI</span>" ,
421427 defaultStyle : false ,
422428 } ,
423429 {
@@ -451,11 +457,6 @@ const sidebarsUnversionedConfig: SidebarConfig = {
451457 tag : "otherSection" ,
452458 } ,
453459 } ,
454- {
455- type : "doc" ,
456- label : "IP Reputation Report" ,
457- id : "console/ip_reputation/ip_report" ,
458- } ,
459460 ] ,
460461 } ,
461462 {
@@ -897,7 +898,10 @@ const sidebarsUnversionedConfig: SidebarConfig = {
897898 type : "doc" ,
898899 id : "getting_started/post_installation/console" ,
899900 } ,
900- items : [ "getting_started/post_installation/console_blocklists" , "getting_started/post_installation/console_hub" ] ,
901+ items : [
902+ "getting_started/post_installation/console_blocklists" ,
903+ "getting_started/post_installation/console_hub" ,
904+ ] ,
901905 className : "sideBarItemRecommended" , // to display tag
902906 } ,
903907 {
0 commit comments