Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion crowdsec-docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,13 @@ const NAVBAR_ITEMS: NavbarItem[] = [
position: "left",
label: "Blocklists",
},
{ to: "/u/cti_api/intro", position: "left", label: "CTI" },
{ to: "/u/cti_api/intro", position: "left", label: "IP Reputation & CTI" },
{ to: "/u/console/intro", position: "left", label: "Console" },
{
type: "html",
value: '<span class="navbar-separator" aria-hidden="true"></span>',
position: "left",
},
{
label: "Resources",
position: "left",
Expand Down
289 changes: 171 additions & 118 deletions crowdsec-docs/sidebarsUnversioned.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,65 +10,17 @@ const sidebarsUnversionedConfig: SidebarConfig = {
id: "cti_api/intro",
},
{
type: "category",
type: "link",
label: "Web UI",
items: [
{
type: "doc",
label: "Getting Started",
id: "cti_api/getting_started",
},
{
type: "doc",
label: "IP Report",
id: "cti_api/ip_report",
},
{
type: "doc",
label: "Advanced Search",
id: "cti_api/advanced_search",
},
{
type: "doc",
label: "Search Queries",
id: "cti_api/search_queries",
},
{
type: "doc",
label: "CVE Explorer",
id: "cti_api/cve_explorer",
},
],
},
{
type: "category",
label: "API",
items: [
{
type: "doc",
label: "Getting Started",
id: "cti_api/api_getting_started",
},
{
type: "link",
label: "Swagger",
href: "https://crowdsecurity.github.io/cti-api/",
},
],
href: "/u/console/ip_reputation/intro",
customProps: {
tag: "otherSection",
},
},
{
type: "category",
label: "Taxonomy",
items: [
"cti_api/taxonomy/intro",
"cti_api/taxonomy/cti_object",
"cti_api/taxonomy/scores",
"cti_api/taxonomy/scenarios",
"cti_api/taxonomy/behaviors",
"cti_api/taxonomy/classifications",
"cti_api/taxonomy/false_positives",
"cti_api/taxonomy/benign",
],
type: "doc",
label: "API Access",
id: "cti_api/api_introduction",
},
{
type: "category",
Expand Down Expand Up @@ -96,6 +48,40 @@ const sidebarsUnversionedConfig: SidebarConfig = {
"cti_api/api_integration/integration_thehive",
],
},
{
type: "html",
value: "<hr style='margin: 0.75rem 0; opacity: 0.35;' />",
defaultStyle: false,
},
{
type: "doc",
label: "Advanced Query Syntax",
id: "cti_api/search_queries",
},
{
type: "category",
label: "Taxonomy",
items: [
"cti_api/taxonomy/intro",
"cti_api/taxonomy/cti_object",
"cti_api/taxonomy/scores",
"cti_api/taxonomy/scenarios",
"cti_api/taxonomy/behaviors",
"cti_api/taxonomy/classifications",
"cti_api/taxonomy/false_positives",
"cti_api/taxonomy/benign",
],
},
{
type: "html",
value: "<hr style='margin: 0.75rem 0; opacity: 0.35;' />",
defaultStyle: false,
},
{
type: "link",
label: "Swagger",
href: "https://crowdsecurity.github.io/cti-api/",
},
{
type: "doc",
label: "FAQ",
Expand Down Expand Up @@ -140,6 +126,11 @@ const sidebarsUnversionedConfig: SidebarConfig = {
label: "Getting Started",
id: "console/getting_started",
},
{
type: "html",
value: "<hr style='margin: 0.75rem 0; opacity: 0.35;' />",
defaultStyle: false,
},
{
type: "category",
label: "Security Engine",
Expand Down Expand Up @@ -208,11 +199,6 @@ const sidebarsUnversionedConfig: SidebarConfig = {
},
],
},
{
label: "Blocklists",
type: "doc",
id: "blocklists/intro",
},
{
type: "category",
label: "Alerts",
Expand Down Expand Up @@ -287,6 +273,16 @@ const sidebarsUnversionedConfig: SidebarConfig = {
},
],
},
{
type: "html",
value: "<hr style='margin: 0.75rem 0; opacity: 0.35;' />",
defaultStyle: false,
},
{
label: "Blocklists",
type: "doc",
id: "blocklists/intro",
},
{
id: "console/allowlists",
type: "doc",
Expand All @@ -295,44 +291,137 @@ const sidebarsUnversionedConfig: SidebarConfig = {
tag: "premium",
},
},
{
id: "console/threat_forecast",
type: "doc",
label: "Threat Forecast",
customProps: {
tag: "premium",
},
},
{
type: "html",
value: "<hr style='margin: 0.75rem 0; opacity: 0.35;' />",
defaultStyle: false,
},
{
type: "category",
label: "IP Reputation / CTI",
link: {
type: "doc",
id: "console/ip_reputation/intro",
},
items: [
{
type: "category",
label: "Search UI",
link: {
type: "doc",
id: "console/ip_reputation/search_ui",
},
items: [
{
type: "doc",
label: "Advanced Search",
id: "console/ip_reputation/search_ui_advanced",
},
{
type: "link",
label: "Search Queries Syntax",
href: "/u/cti_api/search_queries",
customProps: {
tag: "otherSection",
},
},
],
},
{
type: "doc",
label: "IP Reputation Report",
id: "console/ip_reputation/ip_report",
},
{
type: "category",
label: "API Keys",
link: {
type: "doc",
id: "console/ip_reputation/api_keys",
},
items: [
{
type: "doc",
label: "Premium API Keys",
id: "console/ip_reputation/api_keys_premium",
customProps: {
tag: "premium",
},
},
{
type: "link",
label: "CTI API Integrations",
href: "/u/cti_api/api_integration/integration_intro",
customProps: {
tag: "otherSection",
},
},
{
type: "link",
label: "Enrichment Fields Ref",
href: "/u/cti_api/taxonomy/intro",
customProps: {
tag: "otherSection",
},
},
],
},
],
},
{
type: "html",
value: "<hr style='margin: 0.75rem 0; opacity: 0.35;' />",
defaultStyle: false,
},
{
type: "category",
label: "Enterprise plan",
label: "Notification integrations",
customProps: {
tag: "premium",
},
items: [
{
type: "doc",
label: "Enterprise support",
id: "console/enterprise_plan/enterprise_support",
label: "Overview",
id: "console/notification_integrations/overview",
customProps: {
tag: "premium",
},
},
{
type: "doc",
label: "Invoices",
id: "console/enterprise_plan/enterprise_invoices",
label: "Notification Rule",
id: "console/notification_integrations/rule",
customProps: {
tag: "premium",
},
},
{
type: "doc",
label: "Discord",
id: "console/notification_integrations/discord",
},
{
type: "doc",
label: "Slack",
id: "console/notification_integrations/slack",
},

{
type: "doc",
label: "Webhook",
id: "console/notification_integrations/webhook",
},
],
},
{
id: "console/threat_forecast",
type: "doc",
label: "Threat Forecast",
customProps: {
tag: "premium",
},
},
{
type: "link",
label: "CTI",
href: "/u/cti_api/intro",
},
{
type: "category",
label: "Service API",
Expand Down Expand Up @@ -410,45 +499,9 @@ const sidebarsUnversionedConfig: SidebarConfig = {
],
},
{
type: "category",
label: "Notification integrations",
customProps: {
tag: "premium",
},
items: [
{
type: "doc",
label: "Overview",
id: "console/notification_integrations/overview",
customProps: {
tag: "premium",
},
},
{
type: "doc",
label: "Notification Rule",
id: "console/notification_integrations/rule",
customProps: {
tag: "premium",
},
},
{
type: "doc",
label: "Discord",
id: "console/notification_integrations/discord",
},
{
type: "doc",
label: "Slack",
id: "console/notification_integrations/slack",
},

{
type: "doc",
label: "Webhook",
id: "console/notification_integrations/webhook",
},
],
type: "html",
value: "<hr style='margin: 0.75rem 0; opacity: 0.35;' />",
defaultStyle: false,
},
{
type: "doc",
Expand Down
9 changes: 9 additions & 0 deletions crowdsec-docs/src/css/navbar.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading