Merge pull request #5413 from roc-lang/roc-lang-org-fix

fix roc-lang.org
This commit is contained in:
Richard Feldman 2023-05-15 13:24:15 -04:00 committed by GitHub
commit a0f4436886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ pub fn generate_docs_html(root_file: PathBuf) {
};
// Write index.html for package (/index.html)
{
/*{
let rendered_package = template_html
.replace(
"<!-- Page title -->",
@ -155,7 +155,7 @@ pub fn generate_docs_html(root_file: PathBuf) {
error
)
});
}
}*/
// Write each package module's index.html file
for module_docs in loaded_module.docs_by_module.values() {