aboutsummaryrefslogtreecommitdiff
path: root/src/help
diff options
context:
space:
mode:
Diffstat (limited to 'src/help')
-rw-r--r--src/help/shares.txt.html9
-rw-r--r--src/help/users.toml.html8
2 files changed, 0 insertions, 17 deletions
diff --git a/src/help/shares.txt.html b/src/help/shares.txt.html
deleted file mode 100644
index be5f4c5..0000000
--- a/src/help/shares.txt.html
+++ /dev/null
@@ -1,9 +0,0 @@
-This configuration file lets you share files with other users.
-Lines need to be in one of the following two formats:
-
-<pre>
-r &lt;path> &lt;username> # grants read-only access
-w &lt;path> &lt;username> # grants read/write access
-</pre>
-
-Ending a path in <code>/*</code> makes the rule apply to all subfiles. \ No newline at end of file
diff --git a/src/help/users.toml.html b/src/help/users.toml.html
deleted file mode 100644
index fe195e2..0000000
--- a/src/help/users.toml.html
+++ /dev/null
@@ -1,8 +0,0 @@
-This configuration file lets you configure
-committer identities for users. For example:
-
-<pre>
-[johndoe]
-name = "John Doe"
-email = "john@example.com"
-</pre> \ No newline at end of file