Skip to content

Commit 8b456a1

Browse files
committed
Delete unnecessary markup from redirect files
1 parent 5c8da2e commit 8b456a1

18 files changed

+0
-72
lines changed

RoboFile.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ public function buildDocsGuides() {
104104

105105
$this->taskWriteToFile('docs/' . $filename)
106106
->line('<meta http-equiv="refresh" content="0;url=https://codeception.com/docs/' . $titleName. '">')
107-
->line('---')
108-
->line('layout: doc')
109-
->line("title: $title - Codeception Docs")
110-
->line('---')
111107
->line('')
112108
->line('<div class="alert alert-warning">')
113109
->line(' See <a href="https://codeception.com/docs/' . $titleName . '">' . $title . '</a>')

docs/01-Introduction.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<meta http-equiv="refresh" content="0;url=https://codeception.com/docs/Introduction">
2-
---
3-
layout: doc
4-
title: Introduction - Codeception Docs
5-
---
62

73
<div class="alert alert-warning">
84
See <a href="https://codeception.com/docs/Introduction">Introduction</a>

docs/02-GettingStarted.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<meta http-equiv="refresh" content="0;url=https://codeception.com/docs/GettingStarted">
2-
---
3-
layout: doc
4-
title: Getting Started - Codeception Docs
5-
---
62

73
<div class="alert alert-warning">
84
See <a href="https://codeception.com/docs/GettingStarted">Getting Started</a>

docs/03-AcceptanceTests.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<meta http-equiv="refresh" content="0;url=https://codeception.com/docs/AcceptanceTests">
2-
---
3-
layout: doc
4-
title: Acceptance Tests - Codeception Docs
5-
---
62

73
<div class="alert alert-warning">
84
See <a href="https://codeception.com/docs/AcceptanceTests">Acceptance Tests</a>

docs/04-FunctionalTests.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<meta http-equiv="refresh" content="0;url=https://codeception.com/docs/FunctionalTests">
2-
---
3-
layout: doc
4-
title: Functional Tests - Codeception Docs
5-
---
62

73
<div class="alert alert-warning">
84
See <a href="https://codeception.com/docs/FunctionalTests">Functional Tests</a>

docs/05-UnitTests.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<meta http-equiv="refresh" content="0;url=https://codeception.com/docs/UnitTests">
2-
---
3-
layout: doc
4-
title: Unit Tests - Codeception Docs
5-
---
62

73
<div class="alert alert-warning">
84
See <a href="https://codeception.com/docs/UnitTests">Unit Tests</a>

docs/06-Debugging.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<meta http-equiv="refresh" content="0;url=https://codeception.com/docs/Debugging">
2-
---
3-
layout: doc
4-
title: Debugging - Codeception Docs
5-
---
62

73
<div class="alert alert-warning">
84
See <a href="https://codeception.com/docs/Debugging">Debugging</a>

docs/06-ModulesAndHelpers.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<meta http-equiv="refresh" content="0;url=https://codeception.com/docs/ModulesAndHelpers">
2-
---
3-
layout: doc
4-
title: Modules And Helpers - Codeception Docs
5-
---
62

73
<div class="alert alert-warning">
84
See <a href="https://codeception.com/docs/ModulesAndHelpers">Modules And Helpers</a>

docs/06-ReusingTestCode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<meta http-equiv="refresh" content="0;url=https://codeception.com/docs/ReusingTestCode">
2-
---
3-
layout: doc
4-
title: Reusing Test Code - Codeception Docs
5-
---
62

73
<div class="alert alert-warning">
84
See <a href="https://codeception.com/docs/ReusingTestCode">Reusing Test Code</a>

docs/07-AdvancedUsage.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<meta http-equiv="refresh" content="0;url=https://codeception.com/docs/AdvancedUsage">
2-
---
3-
layout: doc
4-
title: Advanced Usage - Codeception Docs
5-
---
62

73
<div class="alert alert-warning">
84
See <a href="https://codeception.com/docs/AdvancedUsage">Advanced Usage</a>

0 commit comments

Comments
 (0)