docs: add get started for threads

This commit is contained in:
kawamataryo
2024-12-05 15:42:51 +09:00
parent 249ef321d1
commit 2d4beb8d70
6 changed files with 92 additions and 1 deletions

View File

@@ -32,7 +32,12 @@ export default defineConfig({
nav: [
{ text: "Home", link: "/" },
{ text: "Getting Started", link: "/get-started" },
{
text: "Getting Started", items: [
{ text: "For 𝕏", link: "/get-started" },
{ text: "For Threads", link: "/get-started-for-threads" },
]
},
{ text: "Troubleshooting", link: "/troubleshooting" },
],