Fix landing page
This commit is contained in:
parent
a880e2727c
commit
5f2d2446ba
1 changed files with 3 additions and 1 deletions
|
|
@ -755,7 +755,8 @@ module.exports = {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="apiHolder" class="apiIntro">
|
||||
<div id="apiHolder">
|
||||
<div id="documentation" class="span9">
|
||||
<h1>Ace API Reference</h1>
|
||||
<p>Welcome to the Ace API Reference!</p>
|
||||
<p>On the left, you'll find a list of all of our currently documented classes.
|
||||
|
|
@ -765,6 +766,7 @@ module.exports = {
|
|||
<p>Below is an ERD diagram describing some fundamentals about how the internals of Ace works:</p>
|
||||
<img src="doc/template/resources/images/Ace_ERD.png" style="max-width:100%; max-height:100%" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="production">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue