Correct documentation structure.

This commit is contained in:
Adarnof 2017-01-11 22:10:15 -05:00
parent e8915b84e5
commit 9865726d2d
2 changed files with 3 additions and 5 deletions

View File

@ -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.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.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_corp_corpstats | None | Can view corp stats of their corporation. |
+---------------------------------------+------------------+----------------------------------------------------+ +---------------------------------------+------------------+----------------------------------------------------+
| corpstats.view_alliance_corpstats | None | Can view corp stats of members of their alliance. | | 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 >HTTPForbidden
The SSO token lacks the required scopes to update membership data. The SSO token lacks the required scopes to update membership data.

View File

@ -246,8 +246,6 @@ Allow members of the owning corp or alliance to generate accounts on an alliance
### ENABLE_AUTH_XENFORO ### ENABLE_AUTH_XENFORO
Allow members of the owning corp or alliance to generate accounts on a XenForo install. Allow members of the owning corp or alliance to generate accounts on a XenForo install.
## Blue Service Setup ## Blue Service Setup
### BLUE_STANDING
The lowest standings to consider blue. Default is 5.0
### ENABLE_BLUE_FORUM ### ENABLE_BLUE_FORUM
Allow blues of the owning corp or alliance to generate accounts on a Phpbb3 install. Allow blues of the owning corp or alliance to generate accounts on a Phpbb3 install.
### ENABLE_BLUE_JABBER ### 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` To turn off logging notifications, change the `handlers` `notifications` `class` to `logging.NullHandler`
## Everything below logging is magic. Do Not Touch ## Everything below logging is magic. Do Not Touch