aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2018-08-01 15:14:57 -0400
committerSonarTech <sonartech@sonarsource.com>2018-08-02 20:21:32 +0200
commitbbcdd3c4a98d4073393547a1eda17fd2380ce96f (patch)
tree3eda38ba74634ffe7f384f3a873398e93777915f /server/sonar-docs
parent7ed8c9f605284f20d1965c8d02f242ea58bb7b02 (diff)
downloadsonarqube-bbcdd3c4a98d4073393547a1eda17fd2380ce96f.tar.gz
sonarqube-bbcdd3c4a98d4073393547a1eda17fd2380ce96f.zip
correct instructions for static site dev server
[skip ci]
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-docs/README.md b/server/sonar-docs/README.md
index 0309fa908d1..5be785224a9 100644
--- a/server/sonar-docs/README.md
+++ b/server/sonar-docs/README.md
@@ -48,7 +48,6 @@ INSTANCE=SonarCloud yarn start
To start the Static docs dev server on port 8000:
```
cd sonar-enterprise/server/sonar-docs
-yarn
yarn develop
```