fix roc-lang.org

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-05-15 19:21:38 +02:00 committed by GitHub
parent f2a033d0da
commit 662a0beceb
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() {