aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
AgeCommit message (Collapse)Author
2011-01-10complete rewrite of documentation generationMisko Hevery
- romeved mustache.js - unified templates - improved testability of the code
2010-12-07make the docs angular 'logo' link filename agnosticIgor Minar
2010-12-06allow documentation to be in external fileMisko Hevery
* Load templates once instead of per request * show timing information * load files ending in .ngdoc and process them
2010-11-29fix typo in searchbox placeholderIgor Minar
2010-11-29searchbar in docs should not scroll awayIgor Minar
2010-11-29renaming #section to #main in docs html/cssIgor Minar
2010-11-29getting rid of #page div in docs index.htmlIgor Minar
2010-11-29docs html/css cleanupIgor Minar
2010-11-18add a feedback link to the doc pagesIgor Minar
2010-11-18title for index.html should not show raw binding while the app bootstrapsIgor Minar
2010-11-16docs should use ng:include onloadIgor Minar
2010-11-15generate keyword for searches; improved layout of docMisko Hevery
2010-11-15changed to ! notation for indexable appsMisko Hevery
2010-11-15added remaining directives and search box.Misko Hevery
2010-11-10Added DirectivesMisko Hevery
2010-11-10Make the docs look a little nicerElliott Sprehn
2010-11-09proper trimming of leading whitespace; url restriction to angular.*Misko Hevery
2010-11-09Better example widgetIgor Minar
- syntax highlighting - tabless design - rename widget to doc:example - rename widget files (wiki_widget.* -> doc_widget.*) - example section is now optional
2010-11-05changed to showdown from markup. added validator overviewMisko Hevery
2010-11-04added documentation for ng:include and ng:widget and test for doc collector.Misko Hevery
2010-11-03jsdoc parser + generator + viewer + scenario runnerMisko Hevery
- parse jsdocs from source code - generate prerendered (markdown + mustache) partials - generate json - generate scenario runner for examples in docs - basic angular doc viewer