diff options
Diffstat (limited to 'docs/src')
| -rwxr-xr-x | docs/src/gen-docs.js | 2 | ||||
| -rw-r--r-- | docs/src/templates/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js index 0df19274..09c8c45f 100755 --- a/docs/src/gen-docs.js +++ b/docs/src/gen-docs.js @@ -20,7 +20,7 @@ writer.makeDir('build/docs/syntaxhighlighter').then(function() { ngdoc.merge(docs); var fileFutures = []; docs.forEach(function(doc){ - // this hack is here bocause on OSX angular.module and angular.Module map to the same file. + // this hack is here because on OSX angular.module and angular.Module map to the same file. var id = doc.id.replace('angular.Module', 'angular.IModule'); fileFutures.push(writer.output('partials/' + doc.section + '/' + id + '.html', doc.html())); }); diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 6d93a2ad..b598a0b1 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -93,7 +93,7 @@ <ul id="navbar"> <li><a href="http://angularjs.org/">AngularJS</a></li> <li><a href="misc/started" ng:class="selectedSection('misc')">Getting Started</a></li> - <li><a href="tutorial" ng:class="selectedSection('tutorial')">Tutorial</a></li> + <!-- <li><a href="tutorial" ng:class="selectedSection('tutorial')">Tutorial</a></li> --> <li><a href="api" ng:class="selectedSection('api')">API Reference</a></li> <li><a href="cookbook" ng:class="selectedSection('cookbook')">Examples</a></li> <li><a href="guide" ng:class="selectedSection('guide')">Developer Guide</a></li> |
