Skip to content

Commit 3a01f56

Browse files
chore(studio): update .studiorc
1 parent 672d59d commit 3a01f56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.studiorc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@
33
# install dependent studios
44
hab pkg install emergence/studio jarvus/mkdocs-studio
55

6+
67
# disable studios printing their own help
78
export STUDIO_NOHELP="yes"
89

10+
11+
# load emergence studio
912
source "$(hab pkg path emergence/studio)/studio.sh"
1013

14+
# load mkdocs studio
1115
export DOCS_HOLOBRANCH="docs-site"
16+
export DOCS_PARENT_SOURCE="skeleton-v2"
1217
source "$(hab pkg path jarvus/mkdocs-studio)/studio.sh"
1318

1419

20+
# declare shortcuts for this repository's applications
21+
22+
1523
## final init and output
1624
studio-help
1725

0 commit comments

Comments
 (0)