aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/misc
diff options
context:
space:
mode:
authorBrian Ford2014-02-25 15:11:45 -0800
committerBrian Ford2014-02-25 15:11:45 -0800
commitc99dd224a518ac8c976fe9b22587e4dd2eda78c9 (patch)
tree5bfdd163d9b1eb468f8e783cd90029ec5491b736 /docs/content/misc
parent1b1413a9d48cc2c2593822eef0394fbff3671fd4 (diff)
downloadangular.js-c99dd224a518ac8c976fe9b22587e4dd2eda78c9.tar.bz2
chore(docs/contribute): add note about serving the docs
Diffstat (limited to 'docs/content/misc')
-rw-r--r--docs/content/misc/contribute.ngdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc
index 0e495870..9adeeee4 100644
--- a/docs/content/misc/contribute.ngdoc
+++ b/docs/content/misc/contribute.ngdoc
@@ -87,7 +87,7 @@ Administrator). This is because `grunt package` creates some symbolic links.
</div>
<div class="alert alert-warning">
-**Note:** If you're using Linux, and npm install fails with the message
+**Note:** If you're using Linux, and npm install fails with the message
'Please try running this command again as root/Administrator.', you may need to globally install grunt and bower:
<ul>
<li>sudo npm install -g grunt-cli</li>
@@ -131,6 +131,10 @@ made available a local web server based on Node.js.
```
By default, it serves the contents of the AngularJS project directory.
+3. To access the locally served docs, visit this URL:
+ ```
+ http://localhost:8000/build/docs/
+ ```
## Running the Unit Test Suite