-
Notifications
You must be signed in to change notification settings - Fork 48
/
index.html
187 lines (178 loc) · 5.42 KB
/
index.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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Apexo Application: Documentation</title>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="./docs/style.css" rel="stylesheet" />
</head>
<body>
<!-- Main navigation
=========================================== -->
<header class="navbar navbar-static-top bs-docs-nav" id="top">
<div class="container">
<div class="navbar-header" role="banner">
<button
class="navbar-toggle"
type="button"
data-toggle="collapse"
data-target=".bs-navbar-collapse"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Apexo Documentation</a>
</div>
<nav
class="collapse navbar-collapse bs-navbar-collapse"
role="navigation"
>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/alexcorvi/apexo"
>Github</a
>
</li>
<li>
<a href="https://demo.apexo.app">Demo</a>
</li>
<li>
<a href="https://apexo.app/blog">Blog</a>
</li>
<li>
<a href="https://apexo.app/#start">Get started</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- Header
=========================================== -->
<div class="container bs-docs-container">
<div class="row">
<div class="col-md-9" role="main">
<section class="bs-docs-section">
<h1 id="intro" class="page-header">Introduction</h1>
<div id="intro-content"></div>
</section>
<section class="bs-docs-section">
<h1 id="front" class="page-header">Front setup</h1>
<div id="front-content"></div>
</section>
<section class="bs-docs-section">
<h1 id="server" class="page-header">Server setup</h1>
<div>
<div class="row grey-bg">
<div id="server-content"></div>
</div>
</div>
</section>
<section class="bs-docs-section">
<h1 id="dropbox" class="page-header">Dropbox setup</h1>
<div id="dropbox-content"></div>
</section>
<section class="bs-docs-section">
<h1 id="translation" class="page-header">
Translation
</h1>
<div id="translation-content"></div>
</section>
<section class="bs-docs-section">
<h1 id="changelog" class="page-header">Changelog</h1>
<div id="changelog-content"></div>
</section>
<section class="bs-docs-section">
<h1 id="contributing" class="page-header">
Contributing
</h1>
<div id="contributing-content"></div>
</section>
<section class="bs-docs-section">
<h1 id="code-of-conduct" class="page-header">
Code of conduct
</h1>
<div id="code-of-conduct-content"></div>
</section>
</div>
<div class="col-md-3" role="complementary">
<div class="bs-docs-sidebar hidden-print">
<img
class="logo"
src="https://apexo.app/assets/images/logo.png"
/>
<ul class="nav bs-docs-sidenav"></ul>
<a class="back-to-top" href="#top">Back to top</a>
</div>
</div>
</div>
</div>
<footer class="bs-docs-footer" role="contentinfo">
<div class="container">
<div class="bs-docs-social">
<ul class="bs-docs-social-buttons">
<li>
<iframe
class="github-btn"
src="//ghbtns.com/github-btn.html?user=alexcorvi&repo=apexo&type=fork&count=true"
width="90"
height="20"
title="Fork on GitHub"
></iframe>
</li>
<li>
<iframe
class="github-btn"
src="//ghbtns.com/github-btn.html?user=alexcorvi&repo=apexo&type=star&count=true"
width="90"
height="20"
title="Star on GitHub"
></iframe>
</li>
</ul>
</div>
<p>
Licensed under
<a href="http://opensource.org/licenses/MIT" target="_blank"
>MIT License</a
>
</p>
<p>
Documentation template by
<a href="http://getbootstrap.com">Bootstrap team</a>
</p>
<ul class="bs-docs-footer-links muted">
<li>·</li>
<li>
<a href="https://github.com/alexcorvi/apexo">GitHub</a>
</li>
<li>·</li>
<li>
<a
href="https://github.com/alexcorvi/apexo/issues?state=open"
>Issues</a
>
</li>
<li>·</li>
<li>
<a
href="https://github.com/alexcorvi/apexo/tree/master/docs"
>Edit this document</a
>
</li>
</ul>
</div>
</footer>
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.3.0/bootbox.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/marked/4.0.18/marked.min.js"></script>
<script src="./docs/script.js" type="text/javascript"></script>
</body>
</html>