mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Merge pull request #5413 from roc-lang/roc-lang-org-fix
fix roc-lang.org
This commit is contained in:
commit
a0f4436886
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