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 => ({
123
123
// link: '/develop/api/',
124
124
// },
125
125
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
+ // },
134
134
{
135
135
text : '运营规范' ,
136
136
link : '/business/' ,
@@ -143,11 +143,11 @@ module.exports = ctx => ({
143
143
// text: '新特性',
144
144
// link: '/newfeature/',
145
145
// },
146
- newfeatureConfig . nav ,
147
- {
148
- text : '更新日志' ,
149
- link : '/changelog/' ,
150
- } ,
146
+ // newfeatureConfig.nav,
147
+ // {
148
+ // text: '更新日志',
149
+ // link: '/changelog/',
150
+ // },
151
151
] ,
152
152
repo : 'tencent-connect/bot-docs' ,
153
153
editLinks : true ,
Original file line number Diff line number Diff line change 20
20
</div >
21
21
22
22
<!-- repo link -->
23
- <a
23
+ <!-- < a
24
24
v-if="repoLink"
25
25
:href="repoLink"
26
26
class="repo-link"
29
29
>
30
30
{{ repoLabel }}
31
31
<OutboundLink />
32
- </a >
32
+ </a> -->
33
33
</nav >
34
34
</template >
35
35
You can’t perform that action at this time.
0 commit comments