Skip to content

Commit 2220a19

Browse files
authored
add sig list (#214)
1 parent 6f96e4a commit 2220a19

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

docs/sig/overview/join_us.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 加入我们
3+
sidebar: sig_Sidebar
4+
sidebar_position: 3
5+
---
6+
7+
## 加入方式
8+
微信群:添加OB SIG 小助手(微信号:OBCE888),待小助手同意好友申请后等待邀请入群。

docs/sig/overview/list.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: SIG 列表
3+
sidebar_position: 1
4+
---
5+
6+
| SIG 英文名称 | SIG 中文名称 | 地址 |
7+
|----|----|---------|
8+
|AI SIG|OceanBase 人工智能与大模型集成组|https://oceanbase.github.io/docs/sig/AI/sig_intro|
9+
|cloud-native SIG|OceanBase 云原生组|https://oceanbase.github.io/docs/sig/cloud-native/sig_intro|
10+
|compilation SIG|OceanBase 编译与兼容小组|https://oceanbase.github.io/docs/sig/compilation/sig_intro|
11+
|develop-tools SIG|OceanBase 开发者工具组|https://oceanbase.github.io/docs/sig/develop-tools/sig_intro|
12+
|miniob SIG|MiniOB 轻量级数据库技术探索组 |https://oceanbase.github.io/docs/sig/miniob/sig_intro|
13+
|obdiag SIG|OceanBase 诊断工具组|https://oceanbase.github.io/docs/sig/obdiag/sig_intro|
14+
|operation SIG|OceanBase 运维管控组|https://oceanbase.github.io/docs/sig/operation/sig_intro|

docusaurus.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ const sigs = [
101101
const community = [
102102
{
103103
label: 'Special Interest Group(SIG)',
104-
href: "https://github.com/oceanbase",
105-
dropdownItems: sigs,
104+
href: "/docs/sig/overview/list",
106105
},
107106
{
108107
label: 'GitHub Discussion',

sidebars.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ const sidebars: SidebarsConfig = {
6868
'sig/operation/meeting',
6969
'sig/operation/other'
7070
],
71+
sigsSidebar: [
72+
'sig/overview/list',
73+
'sig/overview/join_us'
74+
],
7175
quick_starts_and_hands_on_practices_in_englishSidebar: [
7276
{
7377
type: 'category',

0 commit comments

Comments
 (0)