mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Simplify some templatized links
This commit is contained in:
parent
d3ae8b719b
commit
789090a514
2 changed files with 2 additions and 5 deletions
|
@ -102,9 +102,6 @@ pub fn generate_docs_html(root_file: PathBuf) {
|
|||
// Insert asset urls & sidebar links
|
||||
let template_html = assets
|
||||
.raw_template_html
|
||||
.replace("<!-- search.js -->", "search.js")
|
||||
.replace("<!-- styles.css -->", "styles.css")
|
||||
.replace("<!-- favicon.svg -->", "/favicon.svg")
|
||||
.replace(
|
||||
"<!-- Prefetch links -->",
|
||||
loaded_module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue