Skip to content

Commit 57d48f8

Browse files
committed
Add index.md for GItHub pages (very temporary soln)
1 parent d8c50fa commit 57d48f8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: CodeRunner Documentation
3+
---
4+
5+
# CodeRunner Documentation
6+
7+
**[View Full Documentation](README.md)**
8+
9+
<script>
10+
if (window.location.pathname.endsWith('/')) {
11+
window.location.href = window.location.href + 'README.md';
12+
}
13+
</script>

0 commit comments

Comments
 (0)