Skip to content

Commit

Permalink
General updates + added newsletter link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
battleoverflow committed Feb 20, 2023
1 parent d220594 commit d2a8ab3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
18 changes: 14 additions & 4 deletions docs/_templates/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,34 @@ <h3>Stay Informed</h3>
InQuest Labs
</a>
</li>
<li>
<a href="https://inquest.net/newsletter">
<img src="_static/logo.png" width="4%" alt="InQuest logo">
InQuest Newsletter
</a>
</li>
<li>
<a href="http://blog.inquest.net/">
<svg class="icon icon-rss"><use xlink:href="#icon-rss"></use></svg> InQuest Blog
<svg class="icon icon-rss"><use xlink:href="#icon-rss"></use></svg>
InQuest Blog
</a>
</li>
<li>
<a href="https://twitter.com/InQuest">
<svg class="icon icon-twitter"><use xlink:href="#icon-twitter"></use></svg> Twitter
<svg class="icon icon-twitter"><use xlink:href="#icon-twitter"></use></svg>
Twitter
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/inquest.net">
<svg class="icon icon-linkedin"><use xlink:href="#icon-linkedin"></use></svg> LinkedIn
<svg class="icon icon-linkedin"><use xlink:href="#icon-linkedin"></use></svg>
LinkedIn
</a>
</li>
<li>
<a href="https://github.com/InQuest">
<svg class="icon icon-github"><use xlink:href="#icon-github"></use></svg> GitHub
<svg class="icon icon-github"><use xlink:href="#icon-github"></use></svg>
GitHub
</a>
</li>
</ul>
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ github
:member-order: bysource

github_gist
^^^^^^
^^^^^^^^^^^

.. automodule:: threatingestor.sources.github_gist
:members:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = u'ThreatIngestor'
copyright = u'2023 InQuest, LLC'
copyright = u'2019 - 2023 InQuest, LLC'
author = u'InQuest Labs'

# The short X.Y version
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/github_gist.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. _github-gist-source:

GitHub Gist Username Search
------------------------
---------------------------

The **GitHub Gist** source plugin uses GitHub's `gist API`_ to find new gists created by a user, and create a :ref:`Task artifact <task-artifact>` for each.
The **GitHub Gist** source plugin uses GitHub's `gist API` to find new gists created by a user, and create a :ref:`Task artifact <task-artifact>` for each.

Configuration Options
~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit d2a8ab3

Please sign in to comment.