File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ custom_categories:
1818 - Tweak Preferences
1919 - Orion Directives
2020 - Using Orion Without Theos
21+ - Troubleshooting
2122 - name : Class Hooking
2223 children :
2324 - ClassHook
Original file line number Diff line number Diff line change 1+ # Troubleshooting
2+
3+ (TODO)
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ elif [[ $# = 2 ]]; then
1818 perma_args=(--module-version " ${version} " --github-file-prefix " ${file_prefix} " --root-url " ${root_url} versions/${version} /" )
1919 outdir=" .."
2020else
21- echo " Usage: $0 [cached|<<git hash> <version>>]" >&2
21+ echo " Usage: $0 [watch| cached|<<git hash> <version>>]" >&2
2222 exit 1
2323fi
2424common_args=(--head " $( cat head.html) " --separate-global-declarations --sourcekitten-sourcefile docs.json)
2525
2626rm -rf " ${outdir} /docs" " ${outdir} /docs-perm"
2727
28- # if $# = 1 then it's a cached build; use the existing docs.json
28+ # if it's a cached build, use the existing docs.json
2929if [[ $# = 1 && $1 = " cached" ]]; then
3030 if [[ ! -r docs.json ]]; then
3131 echo " Error: You cannot perform a cached build without having normally generated the docs at least once." >&2
You can’t perform that action at this time.
0 commit comments