Skip to content

Commit 217142e

Browse files
author
Gil Moskowitz
authored
Merge pull request #24 from xtuple/webClientApiIndex
add index file for web client api docs
2 parents 068e7ad + 9f1bc11 commit 217142e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

api/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>xTuple ERP Web Client API Reference</title>
6+
</head>
7+
<body>
8+
<ul>
9+
<li><a
10+
href="http://xtuple.github.io/api/4.9/index.html">Most Recent</a></li>
11+
<li><a
12+
href="http://xtuple.github.io/api/4.9/index.html">Release 4.9.0</a></li>
13+
<li><a
14+
href="http://xtuple.github.io/api/4.6/index.html">Release 4.6.0</a></li>
15+
</ul>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)