diff --git a/docs.scrbl b/docs.scrbl index 8270323..a08930f 100644 --- a/docs.scrbl +++ b/docs.scrbl @@ -116,6 +116,12 @@ port = 10416 @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]{ 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"]{ 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} -}