aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
AgeCommit message (Collapse)Author
2011-06-06docs css fix for content-list indentationIgor Minar
2011-06-06docs css fixesIgor Minar
2011-06-06fix wrapping api links into code elementIgor Minar
2011-06-06make *.angularjs.org analytics work on subdomainsIgor Minar
2011-06-06fix hashpath prefix for docs/sitemap/etcIgor Minar
2011-06-06docs app css/js/html rewriteIgor 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-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-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-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-06reorder docs main menu itemsIgor Minar
2011-06-06fix docs cssIgor 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-06temporary hack to strip all the extra chars from google docsIgor Minar
2011-06-06fix link to the tutorial pageIgor Minar
2011-06-06Move documentation under individual headingsMisko Hevery
2011-06-06fix syntax highlighting on the javascriptMisko Hevery
2011-06-06process only tutorial filesIgor Minar
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-04-07fix indentation regexp for doc:examplesIgor Minar
2011-03-11@require in ngdoc now takes reason for dependencyMisko Hevery
2011-02-23docs.css should not inline all pragraphs, only those in listsIgor Minar
2011-02-22fix documentation for ieMisko Hevery
2011-02-18corrected new lines in @linkMisko Hevery
2011-02-07markdown pre-processor should strip all the extra indentationIgor Minar
- split trim into trim and indent - merged my indentation code with trim - cleaned up some small issues
2011-02-07docs should print usage for services that are functionsIgor Minar
2011-02-07@property should require type and description should be markdownifiedIgor Minar
2011-02-04fix angular.js file path detection in docsIgor Minar
2011-02-03Added remainder of the cookbookMisko Hevery
2011-02-03addded cookbookMisko Hevery
2011-02-01changed the documentation @example to use <doc:example>Misko Hevery
2011-02-01Developer guide documentationMisko Hevery
2011-01-27corrected sitemap.xml formatMisko Hevery
2011-01-26Added part of guide documentation and supporting changes to doc generatorMisko Hevery
2011-01-26fix deprication typo in the doc generatorIgor Minar
2011-01-24add @this and @exampleDescription tagsMisko Hevery
(also removed markdownNoP, now done through CSS)