mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Put generated docs into generated-docs folder
This commit is contained in:
parent
2268a1dde3
commit
bf4b2b823f
1 changed files with 5 additions and 1 deletions
|
@ -90,7 +90,11 @@ pub fn build_app<'a>() -> App<'a> {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn docs(files: Vec<PathBuf>) {
|
pub fn docs(files: Vec<PathBuf>) {
|
||||||
roc_docs::generate(files, roc_builtins::std::standard_stdlib(), Path::new("./"))
|
roc_docs::generate(
|
||||||
|
files,
|
||||||
|
roc_builtins::std::standard_stdlib(),
|
||||||
|
Path::new("./generated-docs"),
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn build(target: &Triple, matches: &ArgMatches, run_after_build: bool) -> io::Result<()> {
|
pub fn build(target: &Triple, matches: &ArgMatches, run_after_build: bool) -> io::Result<()> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue