Skip to content

Commit ce0b9ff

Browse files
docs: add navigation link for code explorer (#19285)
docs: add nav link to code explorer
1 parent e255cc9 commit ce0b9ff

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

docs/src/_data/links.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"blog": "/blog",
77
"docs": "/docs/latest/",
88
"playground": "/play",
9+
"codeExplorer": "https://explorer.eslint.org/",
910
"getStarted": "/docs/latest/use/getting-started",
1011
"sponsors": "/sponsors",
1112
"branding": "/branding",

docs/src/_data/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
{
2020
"text": "Playground",
2121
"url": "https://eslint.org/play"
22+
},
23+
{
24+
"text": "Code Explorer",
25+
"url": "https://explorer.eslint.org/"
2226
}
2327
]
2428
}

docs/src/_data/sites/en.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ navigation:
6262
target: _blank
6363
- text: Playground
6464
link: playground
65+
- text: Code Explorer
66+
link: codeExplorer
67+
target: _blank
6568

6669
#------------------------------------------------------------------------------
6770
# Footer

docs/src/_data/sites/zh-hans.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ navigation:
6060
target: _blank
6161
- text: 演练场
6262
link: playground
63+
- text: Code Explorer
64+
link: codeExplorer
65+
target: _blank
6366

6467
#------------------------------------------------------------------------------
6568
# Footer

0 commit comments

Comments
 (0)