diff options
| author | Misko Hevery | 2011-02-01 10:01:02 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2011-02-03 13:26:48 -0800 | 
| commit | 245b60d69af7cde614e52f3899846327c211c9f2 (patch) | |
| tree | bcc03e7c5d256bcdf158a7832d8c0101a4799308 /docs/src/ngdoc.js | |
| parent | b6a01bd27dbcd2f9c9df917ecc96b8a2bd88413d (diff) | |
| download | angular.js-245b60d69af7cde614e52f3899846327c211c9f2.tar.bz2 | |
addded cookbook
Diffstat (limited to 'docs/src/ngdoc.js')
| -rw-r--r-- | docs/src/ngdoc.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index d90f8d3d..92379420 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -515,7 +515,8 @@ function metadata(docs){  }  var KEYWORD_PRIORITY = { -  '.guide': 1, +  '.started': 1, +  '.guide': 2,    '.guide.overview': 1,    '.angular': 7,    '.angular.Array': 7, | 
