Skip to content

Commit 51078c8

Browse files
committed
feat: add product guides and lowercase routes
1 parent ddc7332 commit 51078c8

6 files changed

Lines changed: 685 additions & 106 deletions

File tree

components/footer/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ const linkGroups = [
1010
{
1111
title: "核心项目",
1212
links: [
13-
{label: "IoTSharp", link: "/IoTSharp/"},
14-
{label: "SonnetDB", link: "/SonnetDB/"},
15-
{label: "IoTCoWork", link: "/IoTCoWork/"},
16-
{label: "IoTEdge", link: "/IoTEdge/"},
17-
{label: "IoTEmBASIC", link: "/IoTEmBASIC/"}
13+
{label: "IoTSharp", link: "/iotsharp/"},
14+
{label: "SonnetDB", link: "/sonnetdb/"},
15+
{label: "IoTCoWork", link: "/iotcowork/"},
16+
{label: "IoTEdge", link: "/iotedge/"},
17+
{label: "IoTEmBASIC", link: "/iotembasic/"}
1818
]
1919
},
2020
{

components/navbar/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ export interface INavBarProps {
1313

1414
const navLinks = [
1515
{label: "首页", href: "/"},
16-
{label: "IoTSharp", href: "/IoTSharp/"},
17-
{label: "SonnetDB", href: "/SonnetDB/"},
18-
{label: "IoTCoWork", href: "/IoTCoWork/"},
19-
{label: "IoTEdge", href: "/IoTEdge/"},
20-
{label: "IoTEmBASIC", href: "/IoTEmBASIC/"},
16+
{label: "IoTSharp", href: "/iotsharp/"},
17+
{label: "SonnetDB", href: "/sonnetdb/"},
18+
{label: "IoTCoWork", href: "/iotcowork/"},
19+
{label: "IoTEdge", href: "/iotedge/"},
20+
{label: "IoTEmBASIC", href: "/iotembasic/"},
2121
{label: "更多项目", href: "/projects/"},
2222
{label: "企业服务", href: "https://iotsharp.net/console"}
2323
];

0 commit comments

Comments
 (0)