You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2020. It is now read-only.
Use 'title/' permalink and add /cookbook/ redirect
* Add redirect for the <https://qunitjs.com/cookbook/> page
we have on the old site to the new /intro page.
* Use /:title/ instead of /:title for the permalinks so that it
matches the old site for compatibility.
Ref qunitjs/qunitjs.com#151.
Copy file name to clipboardExpand all lines: intro.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
2
layout: page
3
3
title: Getting Started
4
+
redirect_from:
5
+
- "/cookbook/"
4
6
---
5
7
6
8
<pclass="lead"markdown="1">The following guide will get you up-and-running with QUnit in either [Node](#in-node) or [the Browser](#in-the-browser) in just a few minutes.</p>
0 commit comments