diff options
Diffstat (limited to 'docs/_index.html')
-rw-r--r-- | docs/_index.html | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/docs/_index.html b/docs/_index.html new file mode 100644 index 00000000..ebf65cfe --- /dev/null +++ b/docs/_index.html | |||
@@ -0,0 +1,61 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <meta charset="utf-8"> | ||
5 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
6 | |||
7 | <title>wallabag - user, admin and developer documentation</title> | ||
8 | |||
9 | <link rel="stylesheet" href="http://doc.wallabag.org/css/bootstrap.min.css"> | ||
10 | <link rel="stylesheet" href="http://doc.wallabag.org/css/font-awesome.min.css"> | ||
11 | <link rel="stylesheet" href="http://doc.wallabag.org/css/highlight.tomorrow-night.css"> | ||
12 | <link rel="stylesheet" href="http://doc.wallabag.org/css/main.css"> | ||
13 | </head> | ||
14 | <body> | ||
15 | |||
16 | <header class="navbar navbar-default navbar-fixed-top"> | ||
17 | |||
18 | <a class="navbar-brand" href="http://doc.wallabag.org/"> | ||
19 | wallabag | ||
20 | <small class="hidden-xs hidden-sm"> | ||
21 | user, admin and developer documentation | ||
22 | </small> | ||
23 | </a> | ||
24 | <a href="http://doc.wallabag.org/en">EN</a> - <a href="http://doc.wallabag.org/fr">FR</a> - <a href="http://doc.wallabag.org/de">DE</a> - <a href="http://doc.wallabag.org/ru">RU</a> | ||
25 | |||
26 | |||
27 | </header> | ||
28 | |||
29 | <main class="container-fluid"> | ||
30 | <div class="row"> | ||
31 | |||
32 | |||
33 | <nav id="sidebar" class="col-sm-3 col-lg-2" role="navigation"> | ||
34 | |||
35 | |||
36 | </nav> | ||
37 | |||
38 | |||
39 | <section class="col-lg-10"> | ||
40 | <p><strong>Welcome on wallabag documentation</strong>. Thanks to this tool, we hope that you can easily use wallabag and work with it. </p> | ||
41 | <p>Today, we have two documentations: for <strong>users</strong> and for <strong>developers</strong>. Just select your language and good reading!<br /> | ||
42 | Feel free to <a href="https://github.com/wallabag/documentation">contribute to this documentation</a>. It's your documentation. </p> | ||
43 | </section> | ||
44 | |||
45 | </div> | ||
46 | </main> | ||
47 | |||
48 | <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> | ||
49 | <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> | ||
50 | <script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script> | ||
51 | |||
52 | <script> | ||
53 | $(function() { | ||
54 | $("section>h1").wrap('<div class="page-header" />'); | ||
55 | // Syntax highlighting | ||
56 | hljs.initHighlightingOnLoad(); | ||
57 | }); | ||
58 | </script> | ||
59 | |||
60 | </body> | ||
61 | </html> | ||