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 672d59d commit 3a01f56Copy full SHA for 3a01f56
.studiorc
@@ -3,15 +3,23 @@
3
# install dependent studios
4
hab pkg install emergence/studio jarvus/mkdocs-studio
5
6
+
7
# disable studios printing their own help
8
export STUDIO_NOHELP="yes"
9
10
11
+# load emergence studio
12
source "$(hab pkg path emergence/studio)/studio.sh"
13
14
+# load mkdocs studio
15
export DOCS_HOLOBRANCH="docs-site"
16
+export DOCS_PARENT_SOURCE="skeleton-v2"
17
source "$(hab pkg path jarvus/mkdocs-studio)/studio.sh"
18
19
20
+# declare shortcuts for this repository's applications
21
22
23
## final init and output
24
studio-help
25
0 commit comments