aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config/processors/git-data.js
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-02-16chore(doc-gen): move git info into its own processorPeter Bacon Darwin