mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
fix roc-lang.org
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
f2a033d0da
commit
662a0beceb
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue