Skip to content

Commit

Permalink
Merge pull request #1464 from p-l-/doc-obsidian
Browse files Browse the repository at this point in the history
Doc: add Obsidian plugin use-case
  • Loading branch information
p-l- committed Jan 2, 2023
2 parents f73898b + 7c29722 commit ca074df
Show file tree
Hide file tree
Showing 40 changed files with 3,877 additions and 14,007 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# pylint: disable=wrong-import-position,redefined-builtin
project = "IVRE"
copyright = "2011 - 2022, Pierre LALET"
copyright = "2011 - 2023, Pierre LALET"
author = "Pierre LALET"
html_logo = "../web/static/logo.png"
master_doc = "index"
Expand Down
23 changes: 23 additions & 0 deletions doc/usage/use-cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,26 @@ To learn more about this connector, have a look at `its documentation

|opencti_connector_passive|

Obsidian plugin
---------------

`Obsidian <https://obsidian.md/>`_ is a knowledge base and note-taking
application that relies on Markdown files.

A `community plugin <https://github.com/ivre/obsidian-ivre-plugin>`_
exists that uses IVRE's data to create notes based on IVRE's data that
provides context to your notes related to pentest or red team
engagements, bug bounty hunting, cyber threat intelligence, etc.

See the `plugin's README
<https://github.com/ivre/obsidian-ivre-plugin/blob/master/README.md>`_.

|obsidian_graph|

|obsidian_domain|

|obsidian_host|

Blog posts and other resources
------------------------------

Expand Down Expand Up @@ -175,3 +195,6 @@ so that we can add a link here!
.. |cortex_analyzer_template| image:: ../screenshots/cortex-analyzer-template.png
.. |opencti_connector_scans| image:: ../screenshots/opencti-connector-scans.png
.. |opencti_connector_passive| image:: ../screenshots/opencti-connector-passive.png
.. |obsidian_graph| image:: https://raw.githubusercontent.com/ivre/obsidian-ivre-plugin/master/doc/screenshots/graph_thunderbird.png
.. |obsidian_domain| image:: https://raw.githubusercontent.com/ivre/obsidian-ivre-plugin/master/doc/screenshots/domain_1password.png
.. |obsidian_host| image:: https://raw.githubusercontent.com/ivre/obsidian-ivre-plugin/master/doc/screenshots/address_1password.png
23 changes: 23 additions & 0 deletions web/static/doc/_sources/usage/use-cases.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,26 @@ To learn more about this connector, have a look at `its documentation

|opencti_connector_passive|

Obsidian plugin
---------------

`Obsidian <https://obsidian.md/>`_ is a knowledge base and note-taking
application that relies on Markdown files.

A `community plugin <https://github.com/ivre/obsidian-ivre-plugin>`_
exists that uses IVRE's data to create notes based on IVRE's data that
provides context to your notes related to pentest or red team
engagements, bug bounty hunting, cyber threat intelligence, etc.

See the `plugin's README
<https://github.com/ivre/obsidian-ivre-plugin/blob/master/README.md>`_.

|obsidian_graph|

|obsidian_domain|

|obsidian_host|

Blog posts and other resources
------------------------------

Expand Down Expand Up @@ -175,3 +195,6 @@ so that we can add a link here!
.. |cortex_analyzer_template| image:: ../screenshots/cortex-analyzer-template.png
.. |opencti_connector_scans| image:: ../screenshots/opencti-connector-scans.png
.. |opencti_connector_passive| image:: ../screenshots/opencti-connector-passive.png
.. |obsidian_graph| image:: https://raw.githubusercontent.com/ivre/obsidian-ivre-plugin/master/doc/screenshots/graph_thunderbird.png
.. |obsidian_domain| image:: https://raw.githubusercontent.com/ivre/obsidian-ivre-plugin/master/doc/screenshots/domain_1password.png
.. |obsidian_host| image:: https://raw.githubusercontent.com/ivre/obsidian-ivre-plugin/master/doc/screenshots/address_1password.png
134 changes: 0 additions & 134 deletions web/static/doc/_static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

50 changes: 27 additions & 23 deletions web/static/doc/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote {
a.headerlink {
visibility: hidden;
}
a.brackets:before,
span.brackets > a:before{
content: "[";
}

a.brackets:after,
span.brackets > a:after {
content: "]";
}


h1:hover > a.headerlink,
h2:hover > a.headerlink,
Expand Down Expand Up @@ -334,11 +324,17 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -377,13 +373,17 @@ div.body p.centered {

div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -608,19 +608,27 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}
dl.footnote > dt,
dl.citation > dt {

aside.footnote > span,
div.citation > span {
float: left;
margin-right: 0.5em;
}

dl.footnote > dd,
dl.citation > dd {
aside.footnote > span:last-of-type,
div.citation > span:last-of-type {
padding-right: 0.5em;
}
aside.footnote > p {
margin-left: 2em;
}
div.citation > p {
margin-left: 4em;
}
aside.footnote > p:last-of-type,
div.citation > p:last-of-type {
margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
aside.footnote > p:last-of-type:after,
div.citation > p:last-of-type:after {
content: "";
clear: both;
}
Expand All @@ -636,10 +644,6 @@ dl.field-list > dt {
padding-left: 0.5em;
padding-right: 5px;
}
dl.field-list > dt:after {
content: ":";
}


dl.field-list > dd {
padding-left: 0.5em;
Expand Down
2 changes: 1 addition & 1 deletion web/static/doc/_static/css/badge_only.css

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

0 comments on commit ca074df

Please sign in to comment.