@@ -91,28 +91,101 @@ const sidebarsUnversionedConfig: SidebarConfig = {
9191 trackerApiSidebar : [
9292 {
9393 type : "doc" ,
94- label : "Getting Started " ,
94+ label : "Overview " ,
9595 id : "tracker_api/intro" ,
9696 } ,
9797 {
98- type : "doc" ,
99- label : "Prioritize" ,
100- id : "tracker_api/prioritize" ,
98+ type : "category" ,
99+ label : "Understanding the Data" ,
100+ items : [
101+ {
102+ type : "doc" ,
103+ label : "Scores & Ratings" ,
104+ id : "tracker_api/scores" ,
105+ } ,
106+ {
107+ type : "doc" ,
108+ label : "Exploitation Phases" ,
109+ id : "tracker_api/exploitation_phases" ,
110+ } ,
111+ {
112+ type : "doc" ,
113+ label : "CrowdSec Analysis" ,
114+ id : "tracker_api/crowdsec_analysis" ,
115+ } ,
116+ {
117+ type : "doc" ,
118+ label : "Threat Context" ,
119+ id : "tracker_api/threat_context" ,
120+ } ,
121+ {
122+ type : "doc" ,
123+ label : "Reconnaissance Rules vs CVEs" ,
124+ id : "tracker_api/fingerprints_vs_cves" ,
125+ } ,
126+ ] ,
101127 } ,
102128 {
103129 type : "doc" ,
104- label : "Mitigate " ,
105- id : "tracker_api/mitigate " ,
130+ label : "Web Interface " ,
131+ id : "tracker_api/web_interface " ,
106132 } ,
107133 {
108- type : "doc" ,
109- label : "API Reference" ,
110- id : "tracker_api/api_reference" ,
134+ type : "category" ,
135+ label : "API" ,
136+ items : [
137+ {
138+ type : "doc" ,
139+ label : "Authentication & Setup" ,
140+ id : "tracker_api/api_authentication" ,
141+ } ,
142+ {
143+ type : "doc" ,
144+ label : "CVEs" ,
145+ id : "tracker_api/api_cves" ,
146+ } ,
147+ {
148+ type : "doc" ,
149+ label : "Reconnaissance / Fingerprints" ,
150+ id : "tracker_api/api_fingerprints" ,
151+ } ,
152+ {
153+ type : "doc" ,
154+ label : "Vendors, Products & Tags" ,
155+ id : "tracker_api/api_lookups" ,
156+ } ,
157+ {
158+ type : "doc" ,
159+ label : "Integrations & Blocklists" ,
160+ id : "tracker_api/api_integrations" ,
161+ } ,
162+ {
163+ type : "doc" ,
164+ label : "SDKs & Libraries" ,
165+ id : "tracker_api/api_sdks" ,
166+ } ,
167+ {
168+ type : "doc" ,
169+ label : "API Reference" ,
170+ id : "tracker_api/api_reference" ,
171+ } ,
172+ ] ,
111173 } ,
112174 {
113- type : "doc" ,
114- label : "Web Interface" ,
115- id : "tracker_api/web_interface" ,
175+ type : "category" ,
176+ label : "Guides" ,
177+ items : [
178+ {
179+ type : "doc" ,
180+ label : "Triage Workflow" ,
181+ id : "tracker_api/guide_triage" ,
182+ } ,
183+ {
184+ type : "doc" ,
185+ label : "Proactive Monitoring" ,
186+ id : "tracker_api/guide_proactive" ,
187+ } ,
188+ ] ,
116189 } ,
117190 ] ,
118191 consoleSidebar : [
0 commit comments