From 9865726d2dd90eff6242ed7850da877007cfd557 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Wed, 11 Jan 2017 22:10:15 -0500 Subject: [PATCH] Correct documentation structure. --- docs/features/corpstats.md | 4 ++-- docs/installation/auth/settings.md | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/features/corpstats.md b/docs/features/corpstats.md index 5325b7b6..41ea0227 100644 --- a/docs/features/corpstats.md +++ b/docs/features/corpstats.md @@ -80,7 +80,7 @@ To use this feature, users will require some of the following: | corpstats.alliance_apis | None | Can view API keys of members of their alliance. | +---------------------------------------+------------------+----------------------------------------------------+ | corpstats.blue_apis | None | Can view API keys of members of blue corporations. | -----------------------------------------+------------------+----------------------------------------------------+ ++---------------------------------------+------------------+----------------------------------------------------+ | corpstats.view_corp_corpstats | None | Can view corp stats of their corporation. | +---------------------------------------+------------------+----------------------------------------------------+ | corpstats.view_alliance_corpstats | None | Can view corp stats of members of their alliance. | @@ -130,4 +130,4 @@ The SSO token's character is no longer in the corp which the Corp Stats is for, >HTTPForbidden -The SSO token lacks the required scopes to update membership data. \ No newline at end of file +The SSO token lacks the required scopes to update membership data. diff --git a/docs/installation/auth/settings.md b/docs/installation/auth/settings.md index 32f44cc0..bfdaa216 100644 --- a/docs/installation/auth/settings.md +++ b/docs/installation/auth/settings.md @@ -246,8 +246,6 @@ Allow members of the owning corp or alliance to generate accounts on an alliance ### ENABLE_AUTH_XENFORO Allow members of the owning corp or alliance to generate accounts on a XenForo install. ## Blue Service Setup -### BLUE_STANDING -The lowest standings to consider blue. Default is 5.0 ### ENABLE_BLUE_FORUM Allow blues of the owning corp or alliance to generate accounts on a Phpbb3 install. ### ENABLE_BLUE_JABBER @@ -419,4 +417,4 @@ This section is used to manage how logging messages are processed. To turn off logging notifications, change the `handlers` `notifications` `class` to `logging.NullHandler` -## Everything below logging is magic. Do Not Touch \ No newline at end of file +## Everything below logging is magic. Do Not Touch