-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
44 lines (44 loc) · 1.94 KB
/
docs.html
File metadata and controls
44 lines (44 loc) · 1.94 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>tiptronic — Docs</title>
<link rel="stylesheet" href="docs-framework.css">
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
</head>
<body>
<script type="application/json" id="docs-config">
{
"title": "tiptronic",
"basePath": "posts",
"defaultPage": "traccar/index",
"headerLinks": [
{ "label": "Home", "href": "index.html" },
{ "label": "Docs", "href": "docs.html", "active": true },
{ "label": "GitHub", "href": "https://github.com/tiptronic", "external": true }
],
"sections": [
{
"label": "Traccar",
"items": [
{ "id": "traccar/index", "label": "Overview", "file": "traccar/index.md" },
{ "id": "traccar/installation", "label": "Installation", "file": "traccar/installation.md" },
{ "id": "traccar/installation/container-manager", "label": "Container Manager", "file": "traccar/installation/container-manager.md", "sub": true },
{ "id": "traccar/installation/docker-compose", "label": "Docker Compose", "file": "traccar/installation/docker-compose.md", "sub": true },
{ "id": "traccar/configuration", "label": "Configuration", "file": "traccar/configuration.md" },
{ "id": "traccar/integration", "label": "Integration", "file": "traccar/integration.md" }
]
},
{
"label": "Synology",
"items": [
{ "id": "synology/portainer", "label": "Portainer", "file": "synology/portainer.md" }
]
}
]
}
</script>
<script src="docs-framework.js"></script>
</body>
</html>