Skip to content

Commit a7bc99e

Browse files
authored
Solved no option in webui for Integration (#30)
* Created a guide for Non-GKI devices * Solved no option in webui for Integration
1 parent bebcdad commit a7bc99e

3 files changed

Lines changed: 423 additions & 1 deletion

File tree

docs/.vitepress/locales/en_US.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default defineConfig({
1818
items: [
1919
{ text: 'Installation', link: '/pages/installation' },
2020
{ text: 'Devices', link: '/pages/devices' }
21+
{ text: 'Integration', link: '/pages/how-to-integrate-for-non-gki' }
2122
]
2223
}
2324
],

docs/.vitepress/locales/zh_CN.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export default defineConfig({
1818
text: 'Guide',
1919
items: [
2020
{ text: '安装', link: '/zh_CN/pages/installation' },
21-
{ text: '设备', link: '/zh_CN/pages/devices' }
21+
{ text: '设备', link: '/zh_CN/pages/devices' },
22+
{ text: '一体化', link: '/zh_CN/pages/how-to-integrate-for-non-gki' }
2223
]
2324
}
2425
],

0 commit comments

Comments
 (0)