Don't hardcode "roc/builtins 1.0.0" in docs

This commit is contained in:
Richard Feldman 2022-09-12 20:26:30 -04:00
parent f85f1b84a2
commit 75a0eeacc7
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -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,
};