aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/doc_widgets.js
AgeCommit message (Collapse)Author
2011-07-29feat(tutorial): add an arrow to 'Workspace Reset Instructions' linksIgor Minar
The arrow is a hint that user won't navigate to a new page, but instead the instructions will be displayed inline.
2011-07-26doc(tutorial): fix navigation widget to work without jQueryVojta Jina
jqLite doesn't support class selectors, can find only by tag name...
2011-07-17refactor(docs): run e2e tests with and without jqueryDi Peng
- e2e tests will run index.html (without jquery) and with index-jq.html(with jquery). - many small changes to make e2e tests work withough JQuery as we discover problems that were previously hidden by using real JQuery.
2011-06-10Fix small typo in docs widget (tutorial instructions)Vojta Jina
2011-06-06Docs: Error 404 page with simple suggestion for new linksVojta Jina
2011-06-06fixing broken docs linksIgor Minar
2011-06-06docs app css/js/html rewriteIgor Minar
2011-06-06Add doc:tutorial-instructions widgetVojta Jina
2011-04-07fix indentation regexp for doc:examplesIgor Minar
2011-02-22fix documentation for ieMisko Hevery
2011-02-04fix angular.js file path detection in docsIgor Minar
2011-02-03addded cookbookMisko Hevery
2011-02-01Developer guide documentationMisko Hevery
2011-01-26Added part of guide documentation and supporting changes to doc generatorMisko Hevery
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-18doc widgets examples should display angular src as CAO instead of DAOIgor Minar
2011-01-18remove script.type attribute from example widgets since its optional in html5Igor Minar
2011-01-10complete rewrite of documentation generationMisko Hevery
- romeved mustache.js - unified templates - improved testability of the code