Skip to content

Commit

Permalink
fix seperator warning (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr authored Aug 13, 2024
1 parent 3fdfbd6 commit 8f31d1d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pages/docs/sdks/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"react": "React",
"svelte": "Svelte",
"vue": "Vue",
"----": {
"type": "separator"
"---": {
"type": "separator",
"title": ""
},
"core-client": "Core/Client",
"quickstart": "Quickstart",
"---": {
"type": "separator"
},
"---1": {
"type": "separator",
"title": ""
},
"config": "hello.config.js",
"environment": "Environment Vars",
"faqs": "FAQs"
Expand Down

0 comments on commit 8f31d1d

Please sign in to comment.