Skip to content

Commit a89f439

Browse files
Add wiki link and docs redirect (#23)
Add wiki link and docs redirect
2 parents a1c5638 + 0af2cde commit a89f439

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ include:
1717
- _modules
1818
- _static
1919
- _sources
20+
21+
plugins:
22+
- jekyll-redirect-from

software-documentation.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
layout: page
33
title: Software documentation
44
permalink: /software-documentation/
5+
redirect_to: '../docs/index.html'
56
---
6-
7-
Go to the docs <a href="../docs/index.html">here</a>!

wiki.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: page
3+
title: Wiki
4+
permalink: /wiki/
5+
redirect_to: 'https://github.com/tue-robotics/tue-robotics.github.io/wiki'
6+
---

0 commit comments

Comments
 (0)