From ca96ec32f996b1130f06ad070ee29c5810c40e57 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 18 Oct 2012 02:33:45 -0700 Subject: docs(tutorial): replace JsTD with Testacular + drop snapshots JsTD references have been replaced with Testacular stuff. snapshots are PITA to maintain so I'm dropping them, everyone loves the Git version anyway. --- docs/src/templates/js/docs.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/src') diff --git a/docs/src/templates/js/docs.js b/docs/src/templates/js/docs.js index 9813c241..2fd50e75 100644 --- a/docs/src/templates/js/docs.js +++ b/docs/src/templates/js/docs.js @@ -111,8 +111,6 @@ docsApp.directive.docTutorialReset = function() { '
\n' + tab('Git on Mac/Linux', 'git checkout -f step-' + step, 'gitUnix', step) + tab('Git on Windows', 'git checkout -f step-' + step, 'gitWin', step) + - tab('Snapshots on Mac/Linux', './goto_step.sh ' + step, 'snapshotUnix', step) + - tab('Snapshots on on Windows', './goto_step.bat ' + step, 'snapshotWin', step) + '
\n'); } }; -- cgit v1.2.3