Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Aug 8, 2020
1 parent 4d445de commit ec71748
Show file tree
Hide file tree
Showing 69 changed files with 77 additions and 73 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.3.0

## 0.2.8

Adds `Settings.address`, user can specify listening `address`.
Expand All @@ -6,4 +8,6 @@ Fix `configure.getOrdefault`'s bug.
Adds more documents.
Adds more API docs.
Changes import path, allows `import prologue/middlewares` instead of
`import prologue/middlewares/middlewares`. Rename `validate` to `validater`.
`import prologue/middlewares/middlewares`. Rename `validate` to `validater`. Supports `import prologue/auth`, `import prologue/auth`, `import prologue/middlewares`, `import prologue/openapi`, `import prologue/security`,
`import prologue/signing` and `import prologue/validater`.
Moves signing from the core directory.
2 changes: 1 addition & 1 deletion docs/coreapi/prologue.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:26 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:32 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/application.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:25 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:32 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/basicregex.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h1 class="title">prologue/core/basicregex</h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:10 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:20 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:09 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:18 UTC</small>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/coreapi/prologue/core/constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1 class="title">prologue/core/constants</h1>
<a class="reference reference-toplevel" href="#10" id="60">Consts</a>
<ul class="simple simple-toc-section">
<li><a class="reference" href="#PrologueVersion"
title="PrologueVersion = &quot;0.2.6&quot;"><wbr />Prologue<wbr />Version<span class="attachedType"></span></a></li>
title="PrologueVersion = &quot;0.2.8&quot;"><wbr />Prologue<wbr />Version<span class="attachedType"></span></a></li>
<li><a class="reference" href="#ProloguePrefix"
title="ProloguePrefix = &quot;PROLOGUE_&quot;"><wbr />Prologue<wbr />Prefix<span class="attachedType"></span></a></li>

Expand All @@ -119,7 +119,7 @@ <h1 class="title">prologue/core/constants</h1>
<h1><a class="toc-backref" href="#10">Consts</a></h1>
<dl class="item">
<a id="PrologueVersion"></a>
<dt><pre><a href="constants.html#PrologueVersion"><span class="Identifier">PrologueVersion</span></a> <span class="Other">=</span> <span class="StringLit">&quot;0.2.6&quot;</span></pre></dt>
<dt><pre><a href="constants.html#PrologueVersion"><span class="Identifier">PrologueVersion</span></a> <span class="Other">=</span> <span class="StringLit">&quot;0.2.8&quot;</span></pre></dt>
<dd>

The version of Prologue.
Expand Down Expand Up @@ -150,7 +150,7 @@ <h1><a class="toc-backref" href="#10">Consts</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:05 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:14 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/context.html
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:13 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:21 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/encode.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:12 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:21 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:13 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:22 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/httpexception.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h1><a class="toc-backref" href="#7">Types</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:09 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:18 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/middlewaresbase.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:13 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:22 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/naive/request.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:12 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:21 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/naive/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:13 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:22 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/nativesettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:12 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:21 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h1><a class="toc-backref" href="#13">Funcs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:05 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:14 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/request.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:12 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:21 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/response.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ <h1><a class="toc-backref" href="#17">Macros</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:05 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:14 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/route.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ <h1><a class="toc-backref" href="#15">Iterators</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:13 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:21 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:13 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:22 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/types.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:05 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:14 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/urandom.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:12 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:21 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:04 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:14 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/theindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ <h1 class="title">Index</h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:26 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:32 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:47 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:55 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:47 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:55 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/auth/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:47 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:55 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/application.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:46 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:54 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/basicregex.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h1 class="title">src/prologue/core/basicregex</h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:32 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:39 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:37 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:44 UTC</small>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/plugin/src/prologue/core/constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1 class="title">src/prologue/core/constants</h1>
<a class="reference reference-toplevel" href="#10" id="60">Consts</a>
<ul class="simple simple-toc-section">
<li><a class="reference" href="#PrologueVersion"
title="PrologueVersion = &quot;0.2.6&quot;"><wbr />Prologue<wbr />Version<span class="attachedType"></span></a></li>
title="PrologueVersion = &quot;0.2.8&quot;"><wbr />Prologue<wbr />Version<span class="attachedType"></span></a></li>
<li><a class="reference" href="#ProloguePrefix"
title="ProloguePrefix = &quot;PROLOGUE_&quot;"><wbr />Prologue<wbr />Prefix<span class="attachedType"></span></a></li>

Expand All @@ -119,7 +119,7 @@ <h1 class="title">src/prologue/core/constants</h1>
<h1><a class="toc-backref" href="#10">Consts</a></h1>
<dl class="item">
<a id="PrologueVersion"></a>
<dt><pre><a href="constants.html#PrologueVersion"><span class="Identifier">PrologueVersion</span></a> <span class="Other">=</span> <span class="StringLit">&quot;0.2.6&quot;</span></pre></dt>
<dt><pre><a href="constants.html#PrologueVersion"><span class="Identifier">PrologueVersion</span></a> <span class="Other">=</span> <span class="StringLit">&quot;0.2.8&quot;</span></pre></dt>
<dd>

The version of Prologue.
Expand Down Expand Up @@ -150,7 +150,7 @@ <h1><a class="toc-backref" href="#10">Consts</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:40 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/context.html
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:37 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:45 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/encode.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:29 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:36 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:38 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:45 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/httpexception.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h1><a class="toc-backref" href="#7">Types</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:37 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:44 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/middlewaresbase.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:38 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:45 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/naive/request.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:37 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:44 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/naive/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:38 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:45 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/nativesettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:37 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:44 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin/src/prologue/core/pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h1><a class="toc-backref" href="#13">Funcs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:48:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-08 12:53:40 UTC</small>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit ec71748

Please sign in to comment.