Skip to content

Commit e949020

Browse files
committed
make /documentation/ redirect to /documentation/getting-started/
this path has not been used, maybe it should but redirecting now to where the current main documentation is
1 parent e4dd22d commit e949020

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

content/documentation/_index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@ insert_anchor_links = "right"
44
paginate_by = 5
55
+++
66

7-
Documentation
7+
# Documentation
8+
9+
Welcome to the Phel documentation. Here you'll find comprehensive guides and references for using Phel.
10+
11+
<div class="redirect-notice">
12+
<p><strong>Notice:</strong> You will be automatically redirected to the <a href="/documentation/getting-started/">Getting Started</a> guide in a few seconds.</p>
13+
</div>
14+
15+
<script>
16+
setTimeout(function() {
17+
window.location.href = "/documentation/getting-started/";
18+
}, 3000);
19+
</script>

0 commit comments

Comments
 (0)