mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-13 07:23:32 -06:00
fix: add docs
This commit is contained in:
@@ -90,6 +90,18 @@ export default defineConfig({
|
||||
{ text: "トラブルシューティング", link: "/ja/troubleshooting" },
|
||||
],
|
||||
}
|
||||
},
|
||||
it: {
|
||||
label: "Italiano",
|
||||
lang: "it",
|
||||
link: "/it/",
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: "Home", link: "/" },
|
||||
{ text: "Iniziare", link: "/it/get-started" },
|
||||
{ text: "Risoluzione dei problemi", link: "/it/troubleshooting" },
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user