mirror of https://gitee.com/bigwinds/arangodb
addded documentation
This commit is contained in:
parent
1e19664b67
commit
76b78d1727
|
@ -47,6 +47,7 @@
|
|||
<button class="minimal" id="AvocSH">Shell</button>
|
||||
<button class="minimal" id="Logs">Logs</button>
|
||||
<button class="minimal" id="Configuration">Configuration</button>
|
||||
<a href="http://www.arangodb.org/manuals/" target="_blank"><button class="minimal" id="Documentation">Documentation</button></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -396,10 +397,9 @@
|
|||
/ _` | '__/ _` | '_ \ / _` |/ _ \/ __| '_ \
|
||||
| (_| | | | (_| | | | | (_| | (_) \__ \ | | |
|
||||
\__,_|_| \__,_|_| |_|\__, |\___/|___/_| |_|
|
||||
|___/
|
||||
|___/
|
||||
|
||||
Welcome to arangosh 0.5.1. Copyright (c) 2012 triAGENS GmbH.
|
||||
</pre><br><br>
|
||||
Welcome to arangosh 0.5.1. Copyright (c) 2012 triAGENS GmbH.</pre><br><br>
|
||||
</div>
|
||||
<form>
|
||||
<input type="text" class="editBox" id="avocshContent"></input><button class="minimal" id="submitAvoc">Ok</button>
|
||||
|
|
|
@ -1268,6 +1268,9 @@ var logTable = $('#logTableID').dataTable({
|
|||
if (this.id == "Configuration") {
|
||||
window.location.href = "#config";
|
||||
}
|
||||
if (this.id == "Documentation") {
|
||||
return 0;
|
||||
}
|
||||
if (this.id == "Query") {
|
||||
window.location.href = "#query";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue