Procházet zdrojové kódy

HUE-8815 [doc] Instruction update for releasing doc changes

Romain před 6 roky
rodič
revize
596951834c

+ 10 - 3
docs/docs-site/content/developer/development/_index.md

@@ -101,9 +101,8 @@ Build the doc website:
 Add it to the github page and push:
 
     git checkout gh-pages
-    cp ~/docs/docs-site/public docs-4.4.0 -r
-    rm latest
-    ln -s docs-4.4.0 latest
+    rm -r latest
+    cp ~/docs/docs-site/public latest -r
 
     git push origin HEAD:gh-pages
 
@@ -751,4 +750,12 @@ Instructions:
     docker push gethue/hue
     docker push gethue/hue:4.4.0
 
+Documentation
+
+Refresh the latest and then fork it:
+
+    cp -r latest docs-4.4.0
+    git add docs-4.4.0
+
+
 Then send release notes to hue-user, https://twitter.com/gethue!