aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.config.js
AgeCommit message (Collapse)Author
2014-03-11chore(doc-gen): fix dependencyPathPeter Bacon Darwin
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-07chore(doc-gen): add contentFolder config propertyPeter Bacon Darwin
2014-03-07chore(doc-gen): improve error reportingPeter Bacon Darwin
2014-02-21chore(doc-gen): generate examples for each deployment, e.g. jqueryJulie
Update to the latest dgeni-packages, which supports multiple deployment environments for the examples. Add a jQuery deployment environment for the examples. Currently, the target of the runnable example iframe always points to the default deployment environment, not to the environment under which the main app is running. Closes #6361
2014-02-20chore(doc-gen): add formatted error messages to error pagesPeter Bacon Darwin
This got missed in the doc migration: When there is an error in an Angular app, extra information is placed in the URL, which can be used by the docs application to display a more useful message. This fix adds that back in. The error message templates are extracted by the minerr tool during build and put into the errors.json file. The errors-doc processor will load this up and attach these message templates to the error docs. The display of these templates was already in place, via the errorDisplay directive in docs/app/js/errors.js. (Also, moved the error.template.html file into the angular.js repository from the dgeni-packages repository as this is specific to the angular.js project and all the other error related stuff is in here. Finally, also, added an e2e test that checks that minerr formatted messages are displayed correctly. Closes #6363
2014-02-19chore(doc-gen): add path of project to the doc gen configPeter Bacon Darwin
2014-02-17chore(docs-assets): add versions to paths for imported assetsPeter Bacon Darwin
This should prevent stale caches in browsers if we upgrade any of these assets.
2014-02-17chore(doc-gen): add production deployment environmentPeter Bacon Darwin
2014-02-16chore(docs): replace local bootstrap build with one from bowerMatias Niemelä
2014-02-16chore(doc-gen): only output info (and more severe) log messagesPeter Bacon Darwin
2014-02-16chore(doc-gen): provide example dependencyPath in configPeter Bacon Darwin
2014-02-16chore(doc-gen): move git info into its own processorPeter Bacon Darwin
2014-02-16chore(doc-gen): new docsPeter Bacon Darwin
chore(doc-gen): implement dgeni