-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocuments.html
More file actions
101 lines (94 loc) · 3.42 KB
/
documents.html
File metadata and controls
101 lines (94 loc) · 3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
layout: default
title: NEC Mobile Backend Platform - Documentation
---
<div class="container">
<div class="row pt-4 pb-4">
<div class="col-sm-12">
<h3 class="pb-2">NECモバイルバックエンド基盤 ドキュメント</h3>
<script>
(function() {
var cx = '014748108362439101987:kwej0o-blc8';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
<h4 class="pb-2">SDK</h4>
<table class="table table-bordered table-sm table-hover">
<thead class="thead-dark">
<tr>
<th>Version</th>
<th>Title</th>
<th>Release date</th>
</tr>
</thead>
<tbody>
<tr>
<td>7.5.0 (current)</td>
<td>
<a href="./baas-manual/latest/developer/index.html">SDK マニュアル</a>
</td>
<td>2018/10/19</td>
</tr>
</tbody>
</table>
<h4 class="pb-2">サーバ</h4>
<table class="table table-bordered table-sm table-hover">
<thead class="thead-dark">
<tr>
<th>Version</th>
<th>Title</th>
<th>Release date</th>
</tr>
</thead>
<tbody>
<tr>
<td>7.5.11 (current)</td>
<td>
<a href="./baas-manual/latest/server/index.html">サーバ マニュアル</a><br>
</td>
<td>2024/03/27</td>
</tr>
<tr>
<td>7.5.0</td>
<td>
<a href="./baas-manual/versions/7.5-r1/server/index.html">サーバ マニュアル</a>
</td>
<td>2018/10/19</td>
</tr>
</tbody>
</table>
<h4 class="pb-2">ver 7.0.x</h4>
<table class="table table-bordered table-sm table-hover">
<thead class="thead-dark">
<tr>
<th>Version</th>
<th>Title</th>
<th>Release date</th>
</tr>
</thead>
<tbody>
<tr>
<td>7.0.4</td>
<td>
<a href="./baas-manual/versions/7.0.4/index.html">マニュアル (SDK+サーバ)</a>
</td>
<td>2018/10/12</td>
</tr>
<tr>
<td>7.0.3</td>
<td>
<a href="./baas-manual/versions/7.0.3/index.html">マニュアル (SDK+サーバ)</a>
</td>
<td>2018/07/18</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>