mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Don't hardcode "roc/builtins 1.0.0" in docs
This commit is contained in:
parent
f85f1b84a2
commit
75a0eeacc7
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ pub fn generate_docs_html(filenames: Vec<PathBuf>) {
|
|||
|
||||
// TODO: get info from a package module; this is all hardcoded for now.
|
||||
let mut package = roc_load::docs::Documentation {
|
||||
name: "roc/builtins".to_string(),
|
||||
version: "1.0.0".to_string(),
|
||||
name: "documentation".to_string(),
|
||||
version: "".to_string(),
|
||||
docs: "Package introduction or README.".to_string(),
|
||||
modules: loaded_modules,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue