Skip to content

Commit fa6d60c

Browse files
authored
docs: add playground to navbar (#11384)
* Add REPL to nav * Update texts
1 parent c28a0a2 commit fa6d60c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

website/docs/en/_nav.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"link": "/contribute/index",
3535
"activeMatch": "/contribute"
3636
},
37+
{
38+
"text": "Playground",
39+
"link": "https://repl.rspack.rs/"
40+
},
3741
{
3842
"text": "Version",
3943
"items": [

website/docs/zh/_nav.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"link": "/contribute/index",
3535
"activeMatch": "/contribute"
3636
},
37+
{
38+
"text": "在线体验",
39+
"link": "https://repl.rspack.rs/"
40+
},
3741
{
3842
"text": "版本",
3943
"items": [

0 commit comments

Comments
 (0)