Skip to content

Commit ff0165c

Browse files
duke-mctron
authored andcommitted
chore: redirect to the guide using meta refresh
- 0 s by default - with some hint what's happening for whatever reason the browser is not redirecting
1 parent 6749a5c commit ff0165c

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

site/content/advanced.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title = "Advanced"
3+
description = "Advanced topics"
4+
weight = 4
5+
+++
6+
{{ redirect_to_guide() }}

site/content/assets.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title = "Assets"
3+
description = "Assets"
4+
weight = 1
5+
+++
6+
{{ redirect_to_guide() }}

site/content/commands.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title = "Commands"
3+
description = "Commands"
4+
weight = 3
5+
+++
6+
{{ redirect_to_guide() }}

site/content/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title = "Configuration"
3+
description = "Configuration"
4+
weight = 2
5+
+++
6+
{{ redirect_to_guide() }}

0 commit comments

Comments
 (0)