Skip to content

Commit

Permalink
chore(automated): Docs Update 2287 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Mar 13, 2020
1 parent fab283f commit 1599b73
Show file tree
Hide file tree
Showing 72 changed files with 109 additions and 84 deletions.
46 changes: 35 additions & 11 deletions docs/Alert.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,30 @@ <h6 class="method-params-label method-subparams-label">Properties</h6>
</tr>



<tr>

<td class="name"><code>locale</code></td>


<td class="type">


<span class="param-type">string</span>




</td>





<td class="description last">Locale to use for translations</td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -364,7 +388,7 @@ <h6 class="method-params-label method-subparams-label">Properties</h6>
<ul class="dummy">
<li>
<a href="Alert.js.html">Alert.js</a>,
<a href="Alert.js.html#sunlight-1-line-19">line 19</a>
<a href="Alert.js.html#sunlight-1-line-20">line 20</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -674,7 +698,7 @@ <h5>Type:</h5>
<ul class="dummy">
<li>
<a href="Alert.js.html">Alert.js</a>,
<a href="Alert.js.html#sunlight-1-line-54">line 54</a>
<a href="Alert.js.html#sunlight-1-line-55">line 55</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -945,7 +969,7 @@ <h5>Type:</h5>
<ul class="dummy">
<li>
<a href="Alert.js.html">Alert.js</a>,
<a href="Alert.js.html#sunlight-1-line-48">line 48</a>
<a href="Alert.js.html#sunlight-1-line-49">line 49</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -1026,7 +1050,7 @@ <h5>Type:</h5>
<ul class="dummy">
<li>
<a href="Alert.js.html">Alert.js</a>,
<a href="Alert.js.html#sunlight-1-line-60">line 60</a>
<a href="Alert.js.html#sunlight-1-line-61">line 61</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -1203,7 +1227,7 @@ <h5>Type:</h5>
<ul class="dummy">
<li>
<a href="Alert.js.html">Alert.js</a>,
<a href="Alert.js.html#sunlight-1-line-67">line 67</a>
<a href="Alert.js.html#sunlight-1-line-68">line 68</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -1285,7 +1309,7 @@ <h4 class="name" id="getDescription"><span class="type-signature"></span>getDesc
<ul class="dummy">
<li>
<a href="Alert.js.html">Alert.js</a>,
<a href="Alert.js.html#sunlight-1-line-74">line 74</a>
<a href="Alert.js.html#sunlight-1-line-75">line 75</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -1515,7 +1539,7 @@ <h4 class="name" id="getETAString"><span class="type-signature"></span>getETAStr
<ul class="dummy">
<li>
<a href="Alert.js.html">Alert.js</a>,
<a href="Alert.js.html#sunlight-1-line-90">line 90</a>
<a href="Alert.js.html#sunlight-1-line-91">line 91</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -1623,7 +1647,7 @@ <h4 class="name" id="getReward"><span class="type-signature"></span>getReward()<
<ul class="dummy">
<li>
<a href="Alert.js.html">Alert.js</a>,
<a href="Alert.js.html#sunlight-1-line-82">line 82</a>
<a href="Alert.js.html#sunlight-1-line-83">line 83</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -1731,7 +1755,7 @@ <h4 class="name" id="getRewardTypes"><span class="type-signature"></span>getRewa
<ul class="dummy">
<li>
<a href="Alert.js.html">Alert.js</a>,
<a href="Alert.js.html#sunlight-1-line-98">line 98</a>
<a href="Alert.js.html#sunlight-1-line-99">line 99</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -2088,7 +2112,7 @@ <h4 class="name" id="toString"><span class="type-signature"></span>toString()</h
<ul class="dummy">
<li>
<a href="Alert.js.html">Alert.js</a>,
<a href="Alert.js.html#sunlight-1-line-106">line 106</a>
<a href="Alert.js.html#sunlight-1-line-107">line 107</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -2191,7 +2215,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
7 changes: 4 additions & 3 deletions docs/Alert.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ <h1 class="page-title">Source: Alert.js</h1>
* @param {TimeDateFunctions} deps.timeDate The time and date functions
* @param {Mission} deps.Mission The Mission parser
* @param {Reward} deps.Reward The Reward parser
* @param {string} deps.locale Locale to use for translations
*/
constructor(data, {
mdConfig, translator, timeDate, Mission, Reward,
mdConfig, translator, timeDate, Mission, Reward, locale,
}) {
super(data, { timeDate });

const deps = {
mdConfig, translator, timeDate, Mission, Reward,
mdConfig, translator, timeDate, Mission, Reward, locale,
};

/**
Expand Down Expand Up @@ -238,7 +239,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/CetusCycle.html
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/CetusCycle.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/ChallengeInstance.html
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/ChallengeInstance.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/ConclaveChallenge.html
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/ConclaveChallenge.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/ConstructionProgress.html
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/ConstructionProgress.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/DailyDeal.html
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/DailyDeal.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/DarkSector.html
Original file line number Diff line number Diff line change
Expand Up @@ -3112,7 +3112,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/DarkSector.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/DarkSectorBattle.html
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/DarkSectorBattle.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/EarthCycle.html
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/EarthCycle.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/Fissure.html
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/Fissure.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/FlashSale.html
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:24
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/FlashSale.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:22
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/GlobalUpgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:24
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/GlobalUpgrade.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/Invasion.html
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:24
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/Invasion.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/Kuva.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:24
on Friday, March 13th 2020, 20:33:17

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/Kuva.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/Mission.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>

on Friday, March 13th 2020, 18:36:23
on Friday, March 13th 2020, 20:33:16

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Loading

0 comments on commit 1599b73

Please sign in to comment.