tutorials: remove empty 2hours-intro, 2h42m -> 42m
Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/33337d86 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/33337d86 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/33337d86 Branch: refs/heads/support/2.1 Commit: 33337d86de3bc5fdcdd443e1dbf0fa27debd5b6e Parents: f01feab Author: Paul Merlin <[email protected]> Authored: Mon Sep 21 16:49:57 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Mon Sep 21 17:02:47 2015 +0200 ---------------------------------------------------------------------- manual/src/docs/website/tutorials.txt | 12 ++++++------ manual/src/resources/js/progressive-enhancement.js | 2 +- .../thirtyminutes/src/docs/thirty-minutes.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/33337d86/manual/src/docs/website/tutorials.txt ---------------------------------------------------------------------- diff --git a/manual/src/docs/website/tutorials.txt b/manual/src/docs/website/tutorials.txt index 256d8e8..8c4e8ed 100644 --- a/manual/src/docs/website/tutorials.txt +++ b/manual/src/docs/website/tutorials.txt @@ -30,8 +30,8 @@ this tutorial, run it and play with it. In this section you will find a comprehensive set of tutorials about Composite Oriented Programming using Zestâ¢. -[[tutorials-intro,Zest⢠in 2 hours 42 minutes]] -=== Zest⢠in 2 hours 42 minutes === +[[tutorials-intro,Zest⢠in 42 minutes]] +=== Zest⢠in 42 minutes === This quite long introduction to Zest⢠will start by brushing up an overview of the problems Zest⢠solve, teach you what Composite Oriented Programming is and guide you through the process of writing a complete Application around an adapted @@ -40,7 +40,7 @@ Hello World example. - <<two-minutes-intro>> - <<ten-minutes-intro>> - <<thirty-minutes-intro>> -- <<two-hours-intro>> +// - <<two-hours-intro>> === Getting real with Zest⢠=== @@ -91,9 +91,9 @@ include::../../../../tutorials/introduction/thirtyminutes/src/docs/thirty-minute :leveloffset: 2 -include::../../../../tutorials/introduction/twohours/src/docs/two-hours.txt[] - -:leveloffset: 2 +// include::../../../../tutorials/introduction/twohours/src/docs/two-hours.txt[] +// +// :leveloffset: 2 include::../tutorials/howto-depend-on-zest.txt[] http://git-wip-us.apache.org/repos/asf/zest-java/blob/33337d86/manual/src/resources/js/progressive-enhancement.js ---------------------------------------------------------------------- diff --git a/manual/src/resources/js/progressive-enhancement.js b/manual/src/resources/js/progressive-enhancement.js index bbf6f86..1f57de0 100644 --- a/manual/src/resources/js/progressive-enhancement.js +++ b/manual/src/resources/js/progressive-enhancement.js @@ -143,7 +143,7 @@ $( document ).ready( function($){ case "Overview": $dt.attr( "style", "margin-bottom: 24px" ); // Tutorials - case "Zest\u2122 in 2 hours": + case "Zest\u2122 in 30 minutes": case "Leverage Properties": case "Use I/O API": $dt.attr( "style", "margin-bottom: 24px" ); http://git-wip-us.apache.org/repos/asf/zest-java/blob/33337d86/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt ---------------------------------------------------------------------- diff --git a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt index caf3d2b..84743b1 100644 --- a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt +++ b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt @@ -163,4 +163,4 @@ to create applications from scratch, how to structure applications, and how the We have looked at how to add a Concern that uses a private Mixin, we have touched a bit on Generic Concerns, and finally a short introduction to the Query API. -Next step, <<two-hours-intro>>. +You may now be interested by the <<howto-assemble-application>> and <<howto-depend-on-zest>> tutorials.
