fix: add docs

This commit is contained in:
kawamataryo
2024-11-17 10:58:57 +09:00
parent 5b90cd424a
commit 8dbd0dc2e0
4 changed files with 246 additions and 0 deletions

View File

@@ -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" },
],
}
}
}
});