Merge branch '17217-collection-signatures' into main
[arvados.git] / doc / Rakefile
index baa3d9d304f35bd09562ec50d8536f169100c20f..2b4b6af2e0cb2385a95835033fc69c90c5dd8ce3 100644 (file)
@@ -8,6 +8,16 @@
 # generating the documentation for the SDKs, which (the R docs
 # especially) take a fair bit of time and slow down the edit-preview
 # cycle.
+#
+# To generate and view the documentation locally, run this command
+#
+#   rake && sensible-browser .site/index.html
+#
+# Or alternatively:
+#
+#   baseurl=http://localhost:8000 rake && rake run
+#
+# and then visit http://localhost:8000 in a browser.
 
 require "rubygems"
 require "colorize"
@@ -168,7 +178,7 @@ task :import_vscode_training do
 ---
 layout: default
 navsection: userguide
-title: "Developing Workflows with VSCode"
+title: "Developing CWL Workflows with VSCode"
 ...
 {% comment %}
 Copyright (C) The Arvados Authors. All rights reserved.