Skip to content

Commit

Permalink
docs: add navigation link for code explorer (eslint#19285)
Browse files Browse the repository at this point in the history
docs: add nav link to code explorer
  • Loading branch information
Tanujkanti4441 authored Dec 31, 2024
1 parent e255cc9 commit ce0b9ff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/_data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"blog": "/blog",
"docs": "/docs/latest/",
"playground": "/play",
"codeExplorer": "https://explorer.eslint.org/",
"getStarted": "/docs/latest/use/getting-started",
"sponsors": "/sponsors",
"branding": "/branding",
Expand Down
4 changes: 4 additions & 0 deletions docs/src/_data/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
{
"text": "Playground",
"url": "https://eslint.org/play"
},
{
"text": "Code Explorer",
"url": "https://explorer.eslint.org/"
}
]
}
3 changes: 3 additions & 0 deletions docs/src/_data/sites/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ navigation:
target: _blank
- text: Playground
link: playground
- text: Code Explorer
link: codeExplorer
target: _blank

#------------------------------------------------------------------------------
# Footer
Expand Down
3 changes: 3 additions & 0 deletions docs/src/_data/sites/zh-hans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ navigation:
target: _blank
- text: 演练场
link: playground
- text: Code Explorer
link: codeExplorer
target: _blank

#------------------------------------------------------------------------------
# Footer
Expand Down

0 comments on commit ce0b9ff

Please sign in to comment.