Skip to content

Commit 6467e15

Browse files
authored
Merge pull request #6 from android-js/chhekur-add-blog
Add: Blog
2 parents 183b568 + a7ae4a3 commit 6467e15

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ <h4>Repositories</h4>
13411341
<h4>Documentation</h4>
13421342

13431343
<ul class="list-unstyled">
1344-
<li><a href="https://android-js.github.io/androidjs/" target="_blank">Docs</a></li>
1344+
<li><a href="https://android-js.github.io/docs/" target="_blank">Docs</a></li>
13451345
<li><a href="https://android-js.github.io/androidjs/getting_started.html" target="_blank">Getting
13461346
Started</a></li>
13471347
<!--<li><a href="#">Live streaming</a></li>-->
@@ -1351,6 +1351,21 @@ <h4>Documentation</h4>
13511351
</div>
13521352
</div>
13531353

1354+
<div class="col-sm-6 col-md-3 col-lg-2">
1355+
<div class="list-menu">
1356+
1357+
<h4>Blog</h4>
1358+
1359+
<ul class="list-unstyled">
1360+
<li><a href="https://blog.usejournal.com/how-to-build-android-apps-with-node-js-using-android-js-2aa4643be87b/" target="_blank">Build your first app</a></li>
1361+
<li><a href="https://blog.usejournal.com/how-android-js-is-different-from-other-frameworks-libraries-d3afa269fedf" target="_blank">How android js is different</a></li>
1362+
<!--<li><a href="#">Live streaming</a></li>-->
1363+
<!--<li><a href="#">Privacy Policy</a></li>-->
1364+
</ul>
1365+
1366+
</div>
1367+
</div>
1368+
13541369

13551370
</div>
13561371
</div>

0 commit comments

Comments
 (0)