File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -123,14 +123,14 @@ module.exports = ctx => ({
123123 // link: '/develop/api/',
124124 // },
125125 apiConfig . nav ,
126- {
127- text : 'SDK文档' ,
128- items : [
129- nodesdkConfig . nav ,
130- pythonsdkConfig . nav ,
131- gosdkConfig . nav ,
132- ] ,
133- } ,
126+ // {
127+ // text: 'SDK文档',
128+ // items: [
129+ // nodesdkConfig.nav,
130+ // pythonsdkConfig.nav,
131+ // gosdkConfig.nav,
132+ // ],
133+ // },
134134 {
135135 text : '运营规范' ,
136136 link : '/business/' ,
@@ -143,11 +143,11 @@ module.exports = ctx => ({
143143 // text: '新特性',
144144 // link: '/newfeature/',
145145 // },
146- newfeatureConfig . nav ,
147- {
148- text : '更新日志' ,
149- link : '/changelog/' ,
150- } ,
146+ // newfeatureConfig.nav,
147+ // {
148+ // text: '更新日志',
149+ // link: '/changelog/',
150+ // },
151151 ] ,
152152 repo : 'tencent-connect/bot-docs' ,
153153 editLinks : true ,
Original file line number Diff line number Diff line change 2020 </div >
2121
2222 <!-- repo link -->
23- <a
23+ <!-- < a
2424 v-if="repoLink"
2525 :href="repoLink"
2626 class="repo-link"
2929 >
3030 {{ repoLabel }}
3131 <OutboundLink />
32- </a >
32+ </a> -->
3333 </nav >
3434</template >
3535
You can’t perform that action at this time.
0 commit comments