We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdff46 commit 3a67bb6Copy full SHA for 3a67bb6
bin/update-book-preview
@@ -14,8 +14,14 @@
14
# This script should be run by someone with commit access to the 'gh-pages' branch
15
# at a regular frequency so that the documentation content on the GitHub Pages site
16
# is up-to-date with the content in this repo.
17
-
18
-# To use top-of-tree DocC, set environment variables like the following:
+#
+# To use top-of-tree DocC, clone the following repositories:
19
20
+# https://github.com/apple/swift-docc
21
+# https://github.com/apple/swift-docc-render
22
23
+# Then set environment variables to paths in their working directories,
24
+# like the following, before running this script:
25
#
26
# DOCC_EXEC=~/git/DocC/.build/arm64-apple-macosx/debug/docc
27
# DOCC_HTML_DIR=~/git/DocC-Renderer/dist/
0 commit comments