-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
95 update website documentation for viash 090 #97
95 update website documentation for viash 090 #97
Conversation
…site-documentation-for-viash-090
…e into 95-update-website-documentation-for-viash-090
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking good. Some minor remarks.
_includes/_clone_template.qmd
Outdated
@@ -2,7 +2,7 @@ | |||
```{r setup, include=FALSE} | |||
repo_path <- system("git rev-parse --show-toplevel", intern = TRUE) | |||
proj_dir <- paste0(repo_path, "/guide/_viash_project_template") | |||
branch <- "v0.2" | |||
branch <- "main" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to use a pinned version of the template? It's a serious problem if we ever have to rerun the website render and the template was changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
release/0.3.x
also works, is that better? or what do you mean by pinned version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the only difference between the release/0.3.0
and main
is just a newline. So that should be fine. I suggest to use the v0.3.0
tag though.
updated example scripts, guide and quickstart for viash 0.9.0