mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Added redirect from 2.x .html docs to new structure with pretty permalinks
This commit is contained in:
9
_layouts/redirect.html
Normal file
9
_layouts/redirect.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL=http://jasny.github.io/bootstrap{{ page.target }}">
|
||||
</head>
|
||||
<body>
|
||||
<a href="http://jasny.github.io/bootstrap{{ page.target }}">http://jasny.github.io/bootstrap{{ page.target }}</a>
|
||||
</body>
|
||||
</html>
|
||||
7
redirect-base-css.html
Normal file
7
redirect-base-css.html
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: redirect
|
||||
target: /css/
|
||||
permalink: /base-css.html
|
||||
base_url: "../"
|
||||
---
|
||||
|
||||
7
redirect-components.html
Normal file
7
redirect-components.html
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: redirect
|
||||
target: /components/
|
||||
permalink: /components.html
|
||||
base_url: "../"
|
||||
---
|
||||
|
||||
7
redirect-getting-started.html
Normal file
7
redirect-getting-started.html
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: redirect
|
||||
target: /getting-started/
|
||||
permalink: /getting-started.html
|
||||
base_url: "../"
|
||||
---
|
||||
|
||||
7
redirect-javascript.html
Normal file
7
redirect-javascript.html
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: redirect
|
||||
target: /javascript/
|
||||
permalink: /javascript.html
|
||||
base_url: "../"
|
||||
---
|
||||
|
||||
7
redirect-scaffolding.html
Normal file
7
redirect-scaffolding.html
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: redirect
|
||||
target: /scaffolding/
|
||||
permalink: /scaffolding.html
|
||||
base_url: "../"
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user