diff --git a/.vscode/settings.json b/.vscode/settings.json index dec7dd6..6b164ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "files.associations": { "*.html": "liquid", - "newstyle.scss": "liquid", + "style.scss": "liquid", } } \ No newline at end of file diff --git a/_doc/config/infinitest.args.md b/_doc/config/infinitest.args.md index ad8ffdf..358ca7e 100644 --- a/_doc/config/infinitest.args.md +++ b/_doc/config/infinitest.args.md @@ -1,5 +1,5 @@ --- -layout: documentation +layout: doc title: infinitest.args --- ## infinitest.args diff --git a/_doc/config/infinitest.filters-legacy.md b/_doc/config/infinitest.filters-legacy.md index 300d116..5a54673 100644 --- a/_doc/config/infinitest.filters-legacy.md +++ b/_doc/config/infinitest.filters-legacy.md @@ -1,6 +1,6 @@ --- category: doc -layout: documentation +layout: doc title: Legacy infinitest.filters Syntax --- diff --git a/_doc/config/infinitest.filters.md b/_doc/config/infinitest.filters.md index 5b8065a..1c70bbd 100644 --- a/_doc/config/infinitest.filters.md +++ b/_doc/config/infinitest.filters.md @@ -1,5 +1,5 @@ --- -layout: documentation +layout: doc title: infinitest.filters --- @@ -7,6 +7,9 @@ The *infinitest.filters* file allows to configure the tests to execute as well a *Note*: the syntax described below is for Infinitest 5.2+ (see [legacy syntax]({{ site.baseurl }}{% link _doc/config/infinitest.filters-legacy.md %})) for older versions). +* TOC +{:toc} + ## Filtering Tests diff --git a/_doc/eclipse.md b/_doc/eclipse.md index ffbf16c..bc1d04d 100644 --- a/_doc/eclipse.md +++ b/_doc/eclipse.md @@ -1,4 +1,5 @@ --- +layout: doc title: Infinitest for Eclipse Documentation --- diff --git a/_doc/index.html b/_doc/index.html index fe81c46..eef6af9 100644 --- a/_doc/index.html +++ b/_doc/index.html @@ -1,26 +1,26 @@ ---- -title: Infinitest Documentation -redirect_from: "/doc/user_guide.html" +--- +layout: doc +title: Infinitest Documentation +redirect_from: "/doc/user_guide.html" ---
-Infinitest is a Continuous Test runner for Junit and TestNG. + Infinitest is a Continuous Test runner for Junit and TestNG.
-Each time a change is made on the source code, Infinitest runs all tests that might fail because of these changes. + Each time a change is made on the source code, Infinitest runs all tests that might fail because of these changes.
- + + + \ No newline at end of file diff --git a/_doc/intellij.md b/_doc/intellij.md index 24a9b93..bc95852 100644 --- a/_doc/intellij.md +++ b/_doc/intellij.md @@ -1,4 +1,5 @@ --- +layout: doc title: Infinitest for IntelliJ Documentation --- # Infinitest for IntelliJ diff --git a/_layouts/doc.html b/_layouts/doc.html new file mode 100644 index 0000000..011c765 --- /dev/null +++ b/_layouts/doc.html @@ -0,0 +1,43 @@ +--- +title: Infinitest - Documentation +--- + + + + + + + + + + +| t |