diff --git a/index.html b/index.html index fc96588..973d28b 100644 --- a/index.html +++ b/index.html @@ -58,39 +58,50 @@ // if it is ask jerry console.log(url); if (url.includes("askjerry")) { - document.getElementById("chooseHeader").innerHTML = ''; + document.getElementById("chooseHeader").innerHTML = ''; } else { document.getElementById("chooseHeader").innerHTML = ''; } // TODO: add GH-issues, add mailing lists var projects = [ [ - "Chipyard", + "Chipyard Docs", "chipyard.readthedocs.io", ["latest", "stable", "1.10.0", "1.9.1", "1.9.0", "1.8.1", "1.8.0", "1.7.1", "1.7.0", "1.6.2", "1.6.1", "1.6.0", "1.5.0", "1.4.0", "1.3.0", "1.2.0", "1.1.0", "1.0.0", "main"] ], [ - "FireSim", + "FireSim Docs", "docs.fires.im", - ["latest", "stable", "1.17.1", "1.17.0", "1.16.0", "1.15.2", "1.15.1", "1.15.0", "1.14.2", "1.14.1", "1.14.0", "1.13.6", "1.13.5", "1.13.4", "1.13.3", "1.13.2", "1.13.1", "1.13.0", "1.12.0", "1.11.0", "1.10.1", "1.10.0", "1.9.0", "1.8.0", "1.7.0", "1.6.0", "1.5.0", "1.4.0", "1.3.2", "1.3.1", "1.3.0", "1.2", "1.1", "williamlyh", "main"] + ["latest", "stable", "1.17.1", "1.17.0", "1.16.0", "1.15.2", "1.15.1", "1.15.0", "1.14.2", "1.14.1", "1.14.0", "1.13.6", "1.13.5", "1.13.4", "1.13.3", "1.13.2", "1.13.1", "1.13.0", "1.12.0", "1.11.0", "1.10.1", "1.10.0", "1.9.0", "1.8.0", "1.7.0", "1.6.0", "1.5.0", "1.4.0", "1.3.2", "1.3.1", "1.3.0", "1.2", "1.1", "main"] ], [ - "FireMarshal", + "FireMarshal Docs", "firemarshal.readthedocs.io", ["latest", "stable", "v1.12.1", "v1.12.0", "v1.11.0", "v1.10.0"] ], [ - "BOOM", + "BOOM Docs", "docs.boom-core.org", ["latest", "stable"] ], [ - "Hammer", + "Hammer Docs", "hammer-vlsi.readthedocs.io", ["latest", "stable", "1.2.0", "1.1.2", "1.1.1", "1.1.0", "1.0.4", "1.0.1", "1.0.0", "0.1.0"] ] ]; +var misc_sites = [ + [ "Chipyard Issues", "https://github.com/ucb-bar/chipyard/issues" ], + [ "FireSim Issues", "https://github.com/firesim/firesim/issues" ], + [ "FireMarshal Issues", "https://github.com/firesim/FireMarshal/issues" ], + [ "BOOM Issues", "https://github.com/riscv-boom/riscv-boom/issues" ], + [ "Hammer Issues", "https://github.com/ucb-bar/hammer/issues" ], + [ "Chipyard Mailing List", "https://groups.google.com/forum/#!forum/chipyard" ], + [ "FireSim Mailing List", "https://groups.google.com/forum/#!forum/firesim" ], + [ "BOOM Mailing List", "https://groups.google.com/forum/#!forum/riscv-boom" ] +] + for (var i = 0; i < projects.length; i++) { var drop_name = projects[i][0]; var dropdownContents = '