summaryrefslogtreecommitdiff
path: root/docs/dev/hello.dot
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2019-12-19 23:36:53 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2019-12-19 23:36:53 +0100
commite1566e68aa9e18e60a86d0eea8772a3673cb3c7b (patch)
treebb142a14387d5730ea3d08cfa6bf5a44d959148f /docs/dev/hello.dot
parentbee19a76f7dc8b86af3ef342acd3f4db72f51543 (diff)
downloadsearxng-e1566e68aa9e18e60a86d0eea8772a3673cb3c7b.tar.gz
searxng-e1566e68aa9e18e60a86d0eea8772a3673cb3c7b.zip
doc: add content to reST primer (WIP) // linuxdoc
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev/hello.dot')
-rw-r--r--docs/dev/hello.dot3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/dev/hello.dot b/docs/dev/hello.dot
new file mode 100644
index 000000000..504621dfc
--- /dev/null
+++ b/docs/dev/hello.dot
@@ -0,0 +1,3 @@
+graph G {
+ Hello -- World
+}