Alphabetical order
This commit is contained in:
parent
eb0fecbada
commit
bc50f55b46
1 changed files with 6 additions and 6 deletions
12
docs.scrbl
12
docs.scrbl
|
@ -116,6 +116,12 @@ port = 10416
|
||||||
|
|
||||||
@subsection{Detailed Options}
|
@subsection{Detailed Options}
|
||||||
|
|
||||||
|
@defthing[canonical_origin value #:value ""]{
|
||||||
|
The URL that the homepage of the instance is intended to be accessed at.
|
||||||
|
|
||||||
|
For example, @code{https://breezewiki.com}
|
||||||
|
}
|
||||||
|
|
||||||
@defthing[debug boolean #:value false]{
|
@defthing[debug boolean #:value false]{
|
||||||
Enables debugging mode, for debugging BreezeWiki during development.
|
Enables debugging mode, for debugging BreezeWiki during development.
|
||||||
|
|
||||||
|
@ -125,9 +131,3 @@ Enables more runtime checks and more verbose output. Turns off some browser cach
|
||||||
@defthing[port value #:value "10416"]{
|
@defthing[port value #:value "10416"]{
|
||||||
Which port to run the server on.
|
Which port to run the server on.
|
||||||
}
|
}
|
||||||
|
|
||||||
@defthing[canonical_origin value #:value ""]{
|
|
||||||
The URL that the homepage of the instance is intended to be accessed at.
|
|
||||||
|
|
||||||
For example, @code{https://breezewiki.com}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue