mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
add issue to TODO
This commit is contained in:
parent
f8e53e33e5
commit
6bc090dc64
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ pub fn generate_docs_html(root_file: PathBuf) {
|
|||
let loaded_module = load_module_for_docs(root_file);
|
||||
|
||||
// TODO get these from the platform's source file rather than hardcoding them!
|
||||
// github.com/roc-lang/roc/issues/5712
|
||||
let package_name = "Documentation".to_string();
|
||||
|
||||
// Clear out the generated-docs dir (we'll create a fresh one at the end)
|
||||
|
@ -353,6 +354,7 @@ fn base_url() -> String {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO render version as well
|
||||
fn render_name_link(name: &str) -> String {
|
||||
let mut buf = String::new();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue