summaryrefslogtreecommitdiff
path: root/doc/custom_static.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/custom_static.md')
-rw-r--r--doc/custom_static.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/custom_static.md b/doc/custom_static.md
new file mode 100644
index 00000000..f646e3ba
--- /dev/null
+++ b/doc/custom_static.md
@@ -0,0 +1,11 @@
+# Custom static files
+Etherpad Lite allows you to include your own static files in the browser, by modifying the files in `static/custom`.
+
+* `index.js` Javascript that'll be run in `/`
+* `index.css` Stylesheet affecting `/`
+* `pad.js` Javascript that'll be run in `/p/:padid`
+* `pad.css` Stylesheet affecting `/p/:padid`
+* `timeslider.js` Javascript that'll be run in `/p/:padid/timeslider`
+* `timeslider.css` Stylesheet affecting `/p/:padid/timeslider`
+* `favicon.ico` Overrides the default favicon.
+* `robots.txt` Overrides the default `robots.txt`. \ No newline at end of file