Merge pull request #1112 from marcelklehr/docs/custom-folder

[docs] Document custom static files.
This commit is contained in:
John McLear 2012-11-01 06:52:11 -07:00
commit 2311b0fbb4
2 changed files with 12 additions and 0 deletions

11
doc/custom_static.md Normal file
View File

@ -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`.

View File

@ -1,4 +1,5 @@
@include documentation
@include cusotm_static
@include api/api
@include plugins
@include database