mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
[docs] Document custom static files.
This commit is contained in:
parent
5629063b9c
commit
6a027a1c2c
2 changed files with 12 additions and 0 deletions
11
doc/custom_static.md
Normal file
11
doc/custom_static.md
Normal 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`.
|
|
@ -1,4 +1,5 @@
|
||||||
@include documentation
|
@include documentation
|
||||||
|
@include cusotm_static
|
||||||
@include api/api
|
@include api/api
|
||||||
@include plugins
|
@include plugins
|
||||||
@include database
|
@include database
|
Loading…
Reference in a new issue