diff options
author | Mark Holmquist <mtraceur@member.fsf.org> | 2012-08-13 19:03:06 -0700 |
---|---|---|
committer | Mark Holmquist <mtraceur@member.fsf.org> | 2012-08-13 21:11:39 -0700 |
commit | 17375b2eed613aecd176e2ac00226113cb1dec73 (patch) | |
tree | 83b4e3f8e87a8977874d7a1e70c7bcd5693a7aaa /doc/api/embed_parameters.md | |
parent | a4603a3bb601f8862a95cf7c0468c121c2bb0e08 (diff) | |
download | etherpad-lite-17375b2eed613aecd176e2ac00226113cb1dec73.zip |
Fix doc format, add in makefile for docs
OK, first up, SOMEBODY *cough*analphabet*cough* screwed up the docs
by making them all use the wrong heading level. Not cool, guy. I
had to change them so they would compile right.
But anyway, now the docs will build into sexy-looking HTML and will
shortly be hosted on marktraceur.info.
Fixed the makefile to work properly.
Run:
* `make clean` for removing old doc-build(s)
* `make docs` for running new doc-build(s)
Diffstat (limited to 'doc/api/embed_parameters.md')
-rw-r--r-- | doc/api/embed_parameters.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/embed_parameters.md b/doc/api/embed_parameters.md index e8f9eaf7..58730566 100644 --- a/doc/api/embed_parameters.md +++ b/doc/api/embed_parameters.md @@ -1,4 +1,4 @@ -## Embed parameters +# Embed parameters You can easily embed your etherpad-lite into any webpage by using iframes. You can configure the embedded pad using embed paramters. Example: @@ -9,39 +9,39 @@ Cut and paste the following code into any webpage to embed a pad. The parameters <iframe src='http://pad.test.de/p/PAD_NAME?showChat=false&showLineNumbers=false' width=600 height=400></iframe> ``` -### showLineNumbers +## showLineNumbers * Boolean Default: true -### showControls +## showControls * Boolean Default: true -### showChat +## showChat * Boolean Default: true -### useMonospaceFont +## useMonospaceFont * Boolean Default: false -### userName +## userName * String Default: "unnamed" Example: `userName=Etherpad%20User` -### noColors +## noColors * Boolean Default: false -### alwaysShowChat +## alwaysShowChat * Boolean -Default: false
\ No newline at end of file +Default: false |