aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config/templates/indexPage.template.html
AgeCommit message (Collapse)Author
2014-03-11docs(versions): rework the version info extractionPeter Bacon Darwin
The docs were relying on the grunt/util module for getting version info but this was unreliable and full of custom regexes. This is moved into a new version-info module that makes much better use of the semver library.
2014-03-07docs(404 errors): provide a better 404 experiencePeter Bacon Darwin
It is a bit rough and ready but does a better job than nothing.
2014-03-02docs(directives): ensure that the back-to-top directive resets locationPeter Bacon Darwin
Closes #6512 Closes #6499
2014-02-19chore(docs): make the layout fully responsiveMatias Niemelä
Closes #6308
2014-02-16docs(design): footer and spacing fixes added to the layoutMatias Niemelä
2014-02-17docs(design): ui-fixes for examples, layout and API componentsMatias Niemelä
2014-02-16docs(indexPage.template): fix top-nav links to work on localhostPeter Bacon Darwin
2014-02-16chore(docs-indexPage.template): add onload handler for Google AnalyticsPeter Bacon Darwin
2014-02-16chore(indexPage.template): add back Google analytics and offline supportPeter Bacon Darwin
2014-02-16chore(docs): remove 'AngularJS ' prefix from version drop-downPeter Bacon Darwin
2014-02-16chore(doc-gen): new docsPeter Bacon Darwin
chore(doc-gen): implement dgeni