Skip to content

Commit

Permalink
workspace child docs moved to subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineCox committed Apr 12, 2022
1 parent 1302cdb commit b47ac5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 02-pis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Billing permissions on Terra can be confusing. For this reason, **We recommend

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "_child_workspace_create.Rmd",
doc_path = "child/_child_workspace_create.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
Expand Down Expand Up @@ -267,7 +267,7 @@ To add a member to a Workspace:

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "_child_workspace_add_members.Rmd",
doc_path = "child/_child_workspace_share.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
Expand Down
8 changes: 4 additions & 4 deletions 05-workspaces.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are part of a research team, you may have been added to some existing Wor

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "_child_workspace_open.Rmd",
doc_path = "child/_child_workspace_open.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
Expand All @@ -37,7 +37,7 @@ The following steps show you how to clone a Workspace that has already been deve

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "_child_workspace_clone.Rmd",
doc_path = "child/_child_workspace_clone.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
Expand All @@ -54,7 +54,7 @@ The following steps show you how to create a Workspace so you can get started.

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "_child_workspace_create.Rmd",
doc_path = "child/_child_workspace_create.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
Expand All @@ -80,7 +80,7 @@ To add a member to a Workspace:

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "_child_workspace_add_members.Rmd",
doc_path = "child/_child_workspace_share.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```

0 comments on commit b47ac5c

Please sign in to comment.