Skip to content

Commit acbecb6

Browse files
Merge pull request #109 from StrangeBeeCorp/markdown-include
Added markdown-include
2 parents 6b1330a + 5da8015 commit acbecb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/thehive/user-guides/analyst-corner/cases/about-a-case.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ In this section you can find information about cases.
44

55
A case provides information on suspicious activity in the environment. It provides information on the security incidents, observables, alerts, and affected users. Security analysts can conduct specific analysis based on cases to assess the possibilities of threats.
66

7-
Cases can be created from various sources. Each security case consists of a title, tags, task rules, obsevable rules a description of case details, and all the details related to the case that help in building an argument for identifying and dealing with particular threats.
8-
7+
Cases can be created from various sources. Each security case consists of a title, tags, task rules, obsevable rules a description of case details, and all the details related to the case that help in building an argument for identifying and dealing with particular threats.

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ markdown_extensions:
9696
- pymdownx.emoji:
9797
emoji_index: !!python/name:material.extensions.emoji.twemoji
9898
emoji_generator: !!python/name:material.extensions.emoji.to_svg
99-
99+
- markdown_include.include:
100+
base_path: docs
100101

101102
nav:
102103
- Home: index.md

0 commit comments

Comments
 (0)