We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b24d5 commit 1c4ee35Copy full SHA for 1c4ee35
docs/changelog.rst
@@ -1,4 +1,5 @@
1
Changelog
2
=========
3
4
-- Add the ``docs.datasecurity.org`` preset
+- Add the ``docs.datasecurity.org`` preset
5
+- Add the ``voidtools.com`` preset
plugin/libraries/presets/voidtools.com.py
@@ -0,0 +1,13 @@
+from __future__ import annotations
+
+from plugin.libraries.rtfm_index import RtfmIndexBase
6
+class VoidTools(
7
+ RtfmIndexBase,
8
+ name="voidtools",
9
+ url="https://www.voidtools.com/support/everything",
10
+): ...
11
12
13
+preset = VoidTools
0 commit comments