Skip to content

Commit 5f2b38c

Browse files
committed
feat: es
1 parent 8bb9887 commit 5f2b38c

File tree

6 files changed

+49
-0
lines changed

6 files changed

+49
-0
lines changed

docs/product/es/es-net.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# ES-Net
6+
7+
###

docs/product/es/es-pro.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# ES-Pro
6+
7+
###

docs/product/es/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# ES 系列
6+
7+
###

docs/product/start/index.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# 關於
6+
7+
### ExpTech Studio 探索科技
8+
9+
## ExpTech Studio
10+
11+
ExpTech 探索科技是一個由不同專長的成員組成的團隊,致力於程式設計、介面設計、創意、實用等領域的創新與實踐。我們的主要著重於臺灣即時地震監測,利用地震數據和視覺化技術,提供地震預警和資料服務。
12+
13+
## 聯絡資訊
14+
15+
16+
- Discord: [連結](https://exptech.com.tw/dc)
17+
- GitHub: [連結](https://github.com/ExpTechTW)

docusaurus.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ const config: Config = {
5656
position: "left",
5757
label: "API",
5858
},
59+
{
60+
type: "docSidebar",
61+
sidebarId: "productSidebar",
62+
position: "left",
63+
label: "產品",
64+
},
5965
// {
6066
// type: "localeDropdown",
6167
// position: "right",
@@ -77,6 +83,10 @@ const config: Config = {
7783
label: "API",
7884
to: "/docs/api/start/",
7985
},
86+
{
87+
label: "產品",
88+
to: "/docs/product/start/",
89+
},
8090
],
8191
},
8292
{

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
22

33
const sidebars: SidebarsConfig = {
44
apiSidebar: [{ type: "autogenerated", dirName: "api" }],
5+
productSidebar: [{ type: "autogenerated", dirName: "product" }],
56
};
67

78
export default sidebars;

0 commit comments

Comments
 (0)