forked from project-sunbird/project-sunbird.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.html
48 lines (43 loc) · 1.24 KB
/
docs.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
45
46
47
48
---
---
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="docspage fill-height inner__content fixed-content">
<div class="container main">
<div class="row">
<div class="col-xs-12">
<div class="col-sm-6 col-md-4">
<a href="/architecture" class="homepage-section">
<h3 class="homepage-section__title">Architecture</h3>
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="/developer-docs/" class="homepage-section">
<h3 class="homepage-section__title">Developer Docs</h3>
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="/features-documentation/" class="homepage-section">
<h3 class="homepage-section__title">Product Features</h3>
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="/apis/" class="homepage-section">
<h3 class="homepage-section__title">Sunbird REST APIs</h3>
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="/faqs/" class="homepage-section">
<h3 class="homepage-section__title">Frequently asked questions</h3>
</a>
</div>
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>