Skip to content

Commit 903b859

Browse files
szczysChrisGammell
authored andcommitted
redirect fundamentals section
Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 2815613 commit 903b859

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

firebase.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,36 @@
145145
"destination": "/#using-golioth-with-your-iot-hardware",
146146
"type": 301
147147
},
148+
{
149+
"source": "/concepts/device-sdks{,/**}",
150+
"destination": "/firmware",
151+
"type": 301
152+
},
153+
{
154+
"source": "/concepts/cli{,/**}",
155+
"destination": "/reference/command-line-tools/tutorial/",
156+
"type": 301
157+
},
158+
{
159+
"source": "/concepts/lightdb{,/**}",
160+
"destination": "/data-routing/application-services/",
161+
"type": 301
162+
},
163+
{
164+
"source": "/concepts{,/**}",
165+
"destination": "/",
166+
"type": 301
167+
},
168+
{
169+
"source": "/partials-common/unused/install-device-toolchain{,/**}",
170+
"destination": "/",
171+
"type": 301
172+
},
173+
{
174+
"source": "/concepts/console{,/**}",
175+
"destination": "/getting-started/device-examples/compile-example-code/",
176+
"type": 301
177+
},
148178
{
149179
"source": "/blog{,/**}",
150180
"destination": "https://blog.golioth.io/",

0 commit comments

Comments
 (0)