-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (40 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lotame Lightning Tag Technical Documentation</title>
<link id="page_favicon" href="images/favicon.ico" rel="icon" type="image/x-icon" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Lotame Lightning Tag Technical Documentation">
<meta name="keywords" content="lotame,lightning-tag,lightning">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/docsify/lib/themes/vue.css">
</head>
<body>
<div id="app">Loading ...</div>
<script>
window.$docsify = {
name: 'Lotame Technical Documentation',
repo: '',
loadSidebar: true,
homepage: 'index.md',
logo: 'images/lotame.jpg',
auto2top: true,
'toc': {
tocMaxLevel: 4,
target: 'h1, h2, h3, h4'
},
copyCode: {
buttonText : 'Copy to clipboard',
errorText : 'Error',
successText: 'Copied'
},
ga: 'UA-26184694-2'
}
</script>
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="https://unpkg.com/docsify-plugin-toc"></script>
<script src="https://unpkg.com/docsify-copy-code@2"></script>
<script src="https://unpkg.com/docsify/lib/plugins/ga.min.js"></script>
</body>
</html>