Skip to content

Commit a5686b9

Browse files
authored
update edit page block (Codeception#422)
1 parent 9a7d633 commit a5686b9

15 files changed

+6
-14
lines changed

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,3 +1922,7 @@ p code, li code {
19221922
font-size: 18px;
19231923
margin-bottom: 30px;
19241924
}
1925+
1926+
.page .alert-warning {
1927+
margin-top: 50px;
1928+
}

css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/01-Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ Just by looking at the test body, you can clearly understand what is being teste
133133

134134

135135
* **Next Chapter: [GettingStarted >](/docs/02-GettingStarted)**
136-
<p>&nbsp;</p>
136+
137137
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/01-Introduction.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/02-GettingStarted.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,5 +445,4 @@ After you have reviewed the basic concepts and configurations, you can start wri
445445
* **Next Chapter: [AcceptanceTests >](/docs/03-AcceptanceTests)**
446446
* **Previous Chapter: [< Introduction](/docs/01-Introduction)**
447447

448-
<p>&nbsp;</p>
449448
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/02-GettingStarted.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/03-AcceptanceTests.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,5 +900,4 @@ If you need to access the database, you can use the [Db Module](http://codecepti
900900
* **Next Chapter: [FunctionalTests >](/docs/04-FunctionalTests)**
901901
* **Previous Chapter: [< GettingStarted](/docs/02-GettingStarted)**
902902

903-
<p>&nbsp;</p>
904903
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/03-AcceptanceTests.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/04-FunctionalTests.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,5 +282,4 @@ If you are using a framework other than the ones listed here, create a module fo
282282
* **Next Chapter: [UnitTests >](/docs/05-UnitTests)**
283283
* **Previous Chapter: [< AcceptanceTests](/docs/03-AcceptanceTests)**
284284

285-
<p>&nbsp;</p>
286285
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/04-FunctionalTests.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/05-UnitTests.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,5 +527,4 @@ For most unit and integration testing, PHPUnit tests are enough. They run fast,
527527
* **Next Chapter: [ModulesAndHelpers >](/docs/06-ModulesAndHelpers)**
528528
* **Previous Chapter: [< FunctionalTests](/docs/04-FunctionalTests)**
529529

530-
<p>&nbsp;</p>
531530
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/05-UnitTests.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/06-ModulesAndHelpers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,5 +592,4 @@ Helpers also can be used to extend the functionality of the original modules.
592592
* **Previous Chapter: [< UnitTests](/docs/05-UnitTests)**
593593

594594

595-
<p>&nbsp;</p>
596595
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/06-ModulesAndHelpers.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/07-AdvancedUsage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,5 +838,4 @@ and write them faster using the interactive console. Codeception tests can be ea
838838
* **Previous Chapter: [< ReusingTestCode](/docs/06-ReusingTestCode)**
839839

840840

841-
<p>&nbsp;</p>
842841
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/07-AdvancedUsage.md"><strong>Edit</strong> this page on GitHub</a></div>

docs/08-Customization.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,5 +499,4 @@ If you see you have a problem that can be solved using these extensions, then gi
499499
* **Next Chapter: [Data >](/docs/09-Data)**
500500
* **Previous Chapter: [< BDD](/docs/07-BDD)**
501501

502-
<p>&nbsp;</p>
503502
<div class="alert alert-warning"><a href="https://github.com/Codeception/codeception.github.com/edit/master/docs/08-Customization.md"><strong>Edit</strong> this page on GitHub</a></div>

0 commit comments

Comments
 (0)