-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlink-os-update-details.html
46 lines (26 loc) · 1.42 KB
/
link-os-update-details.html
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
<h1 id="updatinglinkossdks" class="anchor"><a class="heading-anchor" href="#updatinglinkossdks"><span></span></a>Updating Link-OS SDKs</h1>
<ul>
<li><p>All:</p>
<p></p><ul>
<li>Update version # show in /link-os/index.md</li></ul><p></p></li>
<li><p>Android</p>
<p></p><ul>
<li>Copy everything except styles.css and zebra.png from new SDK android/[version]/documentation to /link-os/latest/android/content</li></ul><p></p></li>
<li><p>Android BTLE</p>
<p></p><ul>
<li>Copy everything except styles.css and zebra.png from new SDK android_btle/[version]/documentation to /link-os/latest/android_btle/content</li></ul><p></p></li>
<li><p>iOS</p>
<p></p><ul>
<li>Copy only search folder and *.html from new SDK ios/[version]/doc/html to /link-os/latest/ios/content</li></ul><p></p></li>
<li><p>PC</p>
<p></p><ul>
<li>Copy everything except styles.css and zebra.png from new SDK pc/[version]/documentation to /link-os/latest/android/content</li></ul><p></p></li>
<li><p>WebService</p>
<p></p><ul>
<li>Copy everything except styles.css and zebra.png from new SDK Webservices/[version]/documentation to /link-os/latest/android/content</li></ul><p></p></li>
<li><p>Xamarin</p>
<ul>
<li>Copy only search folder and *.html from new SDK Xamarin/[version]/doc/html to /link-os/latest/ios/content</li></ul></li>
<li><p>Then build source like usual "node build"</p></li>
<li><p>Push build/link-os to stage and production</p></li>
</ul>