aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2011-06-06docs app css/js/html rewriteIgor Minar
2011-06-06new batch of docsIgor Minar
2011-06-06work in progressIgor Minar
2011-06-06Load GA script using $script loaderVojta Jina
2011-06-06Google Analytics - basic page tracking for docsVojta Jina
2011-06-06Add doc:tutorial-instructions widgetVojta Jina
2011-06-06move docs/content/intro to docs/content/miscIgor Minar
2011-06-06Allow "section/" links pointing to "section/index"Vojta Jina
2011-06-06Allow relative links in docsVojta Jina
So you can use links without section when they link within the section.
2011-06-06Change warning to log place first and then linkVojta Jina
2011-06-06Remove trailing wsVojta Jina
2011-06-06fixing broken linksIgor Minar
2011-06-06Indent the API reference listVojta Jina
2011-06-06Fixed docs search input withVojta Jina
And couple of missing semi-colons...
2011-06-06Bit of refactoringVojta Jina
2011-06-06Couple of todosVojta Jina
2011-06-06Fixed couple of failing tests in docsVojta Jina
These tests were failing because of rewriting urls into new 'section' format, i.e. angular.scope -> api.angular.scope
2011-06-06Log warning for every non existing link instead of throwing exceptionVojta Jina
Guess we don't want to stop doc generating process because of non-existing link, so just log warning and continue...
2011-06-06Check whether links do exist and throw exceptionVojta Jina
2011-06-06Fix sitemap include (to work on case sensitive linux)Vojta Jina
2011-06-06new version of the xhr serviceIgor Minar
2011-06-06reorder docs main menu itemsIgor Minar
2011-06-06fix docs cssIgor Minar
2011-06-06add new batch of tutorial docs and imagesIgor Minar
2011-06-06new docs skin - WIPIgor Minar
2011-06-06fix docs landing page redirectionIgor Minar
2011-06-06add resource mergingIgor Minar
2011-06-06make docs/writer.js copyDir recursiveIgor Minar
2011-06-06ignore non .ngdoc filesIgor Minar
2011-06-06Don't forget the_end...Kenneth R. Culp
2011-06-06Latest greatest tutorial udpates.Kenneth R. Culp
2011-06-06temporary hack to strip all the extra chars from google docsIgor Minar
2011-06-06fix link to the tutorial pageIgor Minar
2011-06-06new batch of tutorial docsIgor Minar
2011-06-06Move documentation under individual headingsMisko Hevery
2011-06-06fix syntax highlighting on the javascriptMisko Hevery
2011-06-06renamed tutorial so that it would sort properlyMisko Hevery
2011-06-06Update tutorial docs.Kenneth R. Culp
2011-06-06process only tutorial filesIgor Minar
2011-06-06Tutorial files for your perusal.Kenneth R. Culp
2011-06-06new skin WIPIgor Minar
2011-05-19JSTD adapter for running e2e testsVojta Jina
Couple of changes into angular.scenario runner: - add autotest config (runs tests when document ready) - update ObjectModel (forwards events) - use only one ObjectModel instance for all outputters - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step - fix generating spec.ids - fix 'html' output so that it does not mutate ObjectModel Couple of changes into docs / generator: - rename copy -> copyTpl - move docs/static into docs/examples (to avoid conflict with jstd proxy) Running all docs e2e tests: ======================================================== 1/ compile angular-scenario, jstd-scenario-adapter >> rake compile 2/ build docs >> rake docs 3/ start jstd server >> ./server-scenario.sh 4/ capture some browser 5/ run node server to serve static content >> node ../lib/nodeserver/server.js 6/ run tests >> ./test-scenario.sh
2011-05-13fix widget example codeIgor Minar
2011-04-25Fix some typos, missing semi-colons, etc...Vojta Jina
This is a combination of 4 commits: * Fix some small typos, missing semi-colons, etc. * Fix comment for angular.scenario.SpecRunner.run method * Fixed some missing semi-colons in cookbook * Fixed missing semi-colon in nodeserver/server.js
2011-04-20fix Cookbook link in getting started docIgor Minar
2011-04-15spelling fixAnthony Lieuallen
2011-04-10fix typo in angular.widget docsIgor Minar
2011-04-07fix indentation regexp for doc:examplesIgor Minar
2011-03-28Fixes some links and types in the DI docs.Pepper Lebeck-Jobe
2011-03-23fix broken 'downloading' linksIgor Minar