diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index fc1d547..0b4b2b6 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -9,4 +9,16 @@ section #title h1 { // And some other adjustments so it doesn't look so odd by itself text-align: left; letter-spacing: 0.05em; +} + +code { + padding: 0px; +} + +ul { + margin-bottom: 0px; +} + +a { + border-bottom: 1px dashed #ffcc00; } \ No newline at end of file diff --git a/docs/docs/serverdef.md b/docs/docs/serverdef.md index b957aaa..cfa9117 100644 --- a/docs/docs/serverdef.md +++ b/docs/docs/serverdef.md @@ -4,7 +4,8 @@ Server definitions are defined within the `servers` array. Each definition repre The following is a list of accepted members within a server definition. * name *(string)* - **Required.** A string containing the server ID, and optionally the name, of the server that this definition represents. - * If you wish to enter both a name and ID, you must first enter the ID, followed by two colon (:) characters, followed by the name. For example: `"285450825525927585::My Testing Server"` + * If you wish to enter both a name and ID, you must first enter the ID, followed by two colon (:) characters, followed by the name. + * For example: `"285450825525927585::My Testing Server"` * moderators *[(entity list)](entitylist.html)* - A list of entities to consider as moderators. Actions done by the members of those in this list are able to execute *ModTools* commands and are exempt from certain *AutoMod* rules if a particular rule has its *AllowModBypass* setting set to *false*. * [AutoMod](automod.html) *(name/value pairs)* - Auto-moderation matching and response definitions. * [AutoResponses](autorespond.html) *(name/value pairs)* - Definitions for automatic responses.