forked from TheThingsIndustries/lorawan-stack-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
204 lines (166 loc) · 7.46 KB
/
404.html
File metadata and controls
204 lines (166 loc) · 7.46 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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html class="has-navbar-fixed-top">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="generator" content="Hugo 0.70.0" />
<title>404 Page not found | The Things Stack for LoRaWAN</title><link rel="canonical" href="https://www.thethingsindustries.com/docs/404.html" />
<link rel="alternate icon" href="/docs/favicon.ico">
<link rel="alternate icon" type="image/png" href="/docs/favicon.png">
<link rel="icon" type="image/svg+xml" href="/docs/favicon.svg">
<link rel="stylesheet" href="https://www.thethingsindustries.com/docs/css/theme.min.07bd6845af106c056072b394b0aba314a5ea0d3b3ad4fba538a2fa137f338b3b.css" integrity="sha256-B71oRa8QbAVgcrOUsKujFKXqDTs61PulOKL6E38zizs=" crossorigin="anonymous"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
<meta name="description" content="The Things Stack for LoRaWAN">
<meta name="keywords" content="">
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="The Things Stack for LoRaWAN">
<meta itemprop="keywords" content="">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="The Things Stack for LoRaWAN">
<meta property="og:url" content="https://www.thethingsindustries.com/docs/404.html">
<meta name="twitter:title" content="404 Page not found" />
<meta name="twitter:description" content="The Things Stack for LoRaWAN" />
<meta name="twitter:card" content="summary" />
</head>
<body><nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div id="migration-info">
<div id="migration-text">thethingsstack.io has moved to thethingsindustries.com/docs</div>
<div id="migration-button" class="button is-primary">Got it</div>
</div>
<div class="container is-fluid">
<div class="navbar-brand">
<a class="navbar-item" href="/docs/">
<img class="logo" src="/docs/img/TTS-logo.svg">
<p class="navbar-item is-size-7">v3.12</p>
</a>
<span class="navbar-burger burger" data-target="topMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="topMenu" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="/docs/getting-started/">Getting Started</a>
<a class="navbar-item" href="/docs/devices/">Devices</a>
<a class="navbar-item" href="/docs/gateways/">Gateways</a>
<a class="navbar-item" href="/docs/integrations/">Integrations</a>
<a class="navbar-item" href="/docs/reference/">Reference</a>
</div>
<div class="navbar-end"><div class="navbar-item">
<a class="button is-primary" href="/docs/download/">Get The Things Stack</a>
</div>
</div>
</div>
</div>
</nav>
<section class="search-container">
<div class="container">
<div class="columns is-vcentered">
<div class="column">
<div class="field has-addons has-addons-centered">
<div class="control">
<input class="input search-bar" id="search-input" type="text" placeholder="Search" type="text">
</div>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script type="text/javascript"> docsearch({
apiKey: "4372282a02970d8402d43457bf95d486",
indexName: "thethingsstack",
inputSelector: '#search-input',
debug: false
});
</script>
<div class="container" role="document">
<div class="columns my-0">
<div class="column is-one-fifth-tablet is-one-third sidebar-left">
<nav class="side-navigation" aria-label="Main navigation">
<h2 class="title is-size-5">Home</h2>
<ul class="menu-list">
<a href="https://www.thethingsindustries.com/docs/" class="">Overview</a>
<li>
<a href="https://www.thethingsindustries.com/docs/getting-started/" class="">Getting Started</a>
</li>
<li>
<a href="https://www.thethingsindustries.com/docs/devices/" class="">Devices</a>
</li>
<li>
<a href="https://www.thethingsindustries.com/docs/gateways/" class="">Gateways</a>
</li>
<li>
<a href="https://www.thethingsindustries.com/docs/integrations/" class="">Integrations</a>
</li>
<li>
<a href="https://www.thethingsindustries.com/docs/reference/" class="">Reference</a>
</li>
<li>
<a href="https://www.thethingsindustries.com/docs/download/" class="">Download</a>
</li>
<li>
<a href="https://www.thethingsindustries.com/docs/whats-new/" class="">Release Notes</a>
</li>
</ul>
</nav>
</div>
<div class="column sidebar-middle">
<h1 class="title is-size-2">404 Page not found</h1>
<div class="content"></div>
<div class="is-clearfix">
<a class="button is-pulled-right" href="/docs/">Home →</a>
</div>
</div>
<div class="column is-hidden-touch is-one-quarter is-one-fifth-widescreen sidebar-right">
<nav class="toc" aria-label="Page navigation">
<h2 class="title is-size-6">On this page</h2>
</nav>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="columns">
<nav class="column is-one-quarter">
<h3 class="title is-6">The Things Stack</h3>
<p><a class="" href="/docs/getting-started/">Getting Started</a></p>
<p><a class="" href="/docs/devices/">Devices</a></p>
<p><a class="" href="/docs/gateways/">Gateways</a></p>
<p><a class="" href="/docs/integrations/">Integrations</a></p>
<p><a class="" href="/docs/reference/">Reference</a></p>
</nav>
<nav class="column is-one-quarter">
<h3 class="title is-6">Contributing</h3>
<p><a class="" href="https://github.com/TheThingsIndustries/lorawan-stack-docs">GitHub</a></p>
<p><a class="" href="https://www.thethingsnetwork.org/forum/c/network-and-routing/v3">Forum</a></p>
</nav>
<nav class="column is-one-quarter">
<h3 class="title is-6">About Us</h3>
<p><a class="" href="https://www.thethingsnetwork.org">The Things Network</a></p>
<p><a class="" href="https://www.thethingsindustries.com">The Things Industries</a></p>
</nav>
<div class="column is-one-quarter">
<h3 class="title is-6">About this page</h3>
<div class="content">
<p class="is-size-7">
Last changed on 01 Jan 0001.
<br>
</p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://www.thethingsindustries.com/docs/js/vendor/basicLightbox.min.js"></script>
<script src="https://www.thethingsindustries.com/docs/js/theme.min.0591382a7eda937afd29a067f0682efe7f966ea310ee0e055021aa6365233405.js" integrity="sha256-BZE4Kn7ak3r9KaBn8Ggu/n+WbqMQ7g4FUCGqY2UjNAU=" crossorigin="anonymous"></script><script>
window.intercomSettings = {
app_id: "pp8esr7h",
};
</script>
<script>
(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/pp8esr7h';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();
</script>
</body>
</html>