File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed
Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : 加入我们
3+ sidebar : sig_Sidebar
4+ sidebar_position : 3
5+ ---
6+
7+ ## 加入方式
8+ 微信群:添加OB SIG 小助手(微信号:OBCE888),待小助手同意好友申请后等待邀请入群。
Original file line number Diff line number Diff line change 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 |
Original file line number Diff line number Diff line change @@ -101,8 +101,7 @@ const sigs = [
101101const 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments