Skip to content

Commit 55807cd

Browse files
authored
Add 3.6 to Chisel Website (#3183)
* Add 3.6 to Chisel Website * [website] Remove chisel/ baseUrl Remove the "chisel/" base URL from all website links. This is no longer necessary once the website changes to chisel-lang.org. --------- Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
1 parent 04e1528 commit 55807cd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

website/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val micrositeSettings = Seq(
2222
micrositeName := "Chisel/FIRRTL",
2323
micrositeDescription := "Chisel/FIRRTL\nHardware Compiler Framework",
2424
micrositeUrl := "https://chipsalliance.github.io/",
25-
micrositeBaseUrl := "chisel",
25+
micrositeBaseUrl := "",
2626
micrositeConfigYaml := ConfigYml(
2727
yamlCustomProperties = Map("plugins" -> Seq("jekyll-redirect-from"))
2828
),

website/docs/src/main/resources/microsite/data/menu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,7 @@ options:
200200
nested_options:
201201
- title: Latest
202202
url: api/chisel3/latest/
203+
- title: 3.6
204+
url: api/chisel3/3.6/
203205
- title: 3.5
204206
url: api/chisel3/3.5/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
redirect_to: https://javadoc.io/doc/edu.berkeley.cs/chisel3_2.13/3.6
3+
---

website/docs/src/main/tut/api/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ section: "chisel3"
99
Please see the page about [Versioning](../chisel3/docs/appendix/versioning.html) for more information about major and minor versioning and binary compatibility.
1010

1111
* [latest](latest)
12+
* [3.6](3.6/)
1213
* [3.5](3.5/)
13-
14-

0 commit comments

Comments
 (0)