@@ -195,7 +195,7 @@ const config = {
195
195
explicitSearchResultPath : true ,
196
196
searchBarShortcut : true ,
197
197
searchBarShortcutHint : true ,
198
- searchResultLimits : 100
198
+ searchResultLimits : 100 ,
199
199
} ,
200
200
] ,
201
201
] ,
@@ -293,61 +293,6 @@ const config = {
293
293
type : 'docsVersionDropdown' ,
294
294
position : 'right' ,
295
295
} ,
296
- // {
297
- // label: '快速开始',
298
- // position: 'left',
299
- // // to: '/docs/gettingStarted/what-is-new',
300
- // type: 'doc',
301
- // docId: 'gettingStarted/what-is-new',
302
- // activeBaseRegex: 'what-is-new|what-is-apache-doris|quick-start|tutorials',
303
- // },
304
- // {
305
- // label: '使用指南',
306
- // position: 'left',
307
- // // to: '/docs/install/source-install/compilation-with-docker',
308
- // type: 'doc',
309
- // docId: 'install/source-install/compilation-with-docker',
310
- // activeBaseRegex:
311
- // 'summary|install/cluster-deployment|install/source-install|db-connect|table-design|data-operate|query|lakehouse|compute-storage-decoupled|admin-manual|practical-guide|sql-manual',
312
- // },
313
- // {
314
- // label: '性能测试',
315
- // position: 'left',
316
- // // to: '/docs/benchmark/ssb',
317
- // type: 'doc',
318
- // docId: 'benchmark/ssb',
319
- // activeBaseRegex: 'benchmark',
320
- // },
321
- // {
322
- // label: '生态工具',
323
- // position: 'left',
324
- // // to: '/docs/ecosystem/spark-doris-connector',
325
- // type: 'doc',
326
- // docId: 'ecosystem/spark-doris-connector',
327
- // activeBaseRegex: 'ecosystem',
328
- // },
329
- // {
330
- // label: '常见问题',
331
- // position: 'left',
332
- // // to: '/docs/faq/install-faq',
333
- // type: 'doc',
334
- // docId: 'faq/install-faq',
335
- // activeBaseRegex: 'faq',
336
- // },
337
- // {
338
- // label: '版本发布',
339
- // position: 'left',
340
- // // to: '/docs/releasenotes/all-release',
341
- // type: 'doc',
342
- // docId: 'releasenotes/all-release',
343
- // activeBaseRegex: 'releasenotes',
344
- // },
345
- // {
346
- // type: 'html',
347
- // position: 'left',
348
- // value: `<a href="https://ask.selectdb.com/" target="_blank" style="display: flex; align-items: center; justify-content: center; text-decoration: none">技术论坛<img style="width: 1.2rem; height: 1.2rem; margin-left: 0.2rem;font-family: 'SF Pro Display', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif;" src="/images/forum-logo.svg">
349
- // </a>`,
350
- // },
351
296
] ,
352
297
} ,
353
298
docNavbarEN : {
@@ -370,61 +315,48 @@ const config = {
370
315
type : 'docsVersionDropdown' ,
371
316
position : 'right' ,
372
317
} ,
373
- // {
374
- // label: 'Getting Started',
375
- // position: 'left',
376
- // // to: '/docs/gettingStarted/what-is-new',
377
- // type: 'doc',
378
- // docId: 'gettingStarted/what-is-new',
379
- // activeBaseRegex: 'what-is-new|what-is-apache-doris|quick-start|tutorials',
380
- // },
381
- // {
382
- // label: 'Guides',
383
- // position: 'left',
384
- // // to: '/docs/install/source-install/compilation-with-docker',
385
- // type: 'doc',
386
- // docId: 'install/source-install/compilation-with-docker',
387
- // activeBaseRegex:
388
- // 'summary|install/cluster-deployment|install/source-install|db-connect|table-design|data-operate|query|lakehouse|compute-storage-decoupled|admin-manual|practical-guide|sql-manual',
389
- // },
390
- // {
391
- // label: 'Benchmark',
392
- // position: 'left',
393
- // // to: '/docs/benchmark/ssb',
394
- // type: 'doc',
395
- // docId: 'benchmark/ssb',
396
- // activeBaseRegex: 'benchmark',
397
- // },
398
- // {
399
- // label: 'Ecosystem',
400
- // position: 'left',
401
- // // to: '/docs/ecosystem/spark-doris-connector',
402
- // type: 'doc',
403
- // docId: 'ecosystem/spark-doris-connector',
404
- // activeBaseRegex: 'ecosystem',
405
- // },
406
- // {
407
- // label: 'FAQ',
408
- // position: 'left',
409
- // // to: '/docs/faq/install-faq',
410
- // type: 'doc',
411
- // docId: 'faq/install-faq',
412
- // activeBaseRegex: 'faq',
413
- // },
414
- // {
415
- // label: 'Releases',
416
- // position: 'left',
417
- // // to: '/docs/releasenotes/all-release',
418
- // type: 'doc',
419
- // docId: 'releasenotes/all-release',
420
- // activeBaseRegex: 'releasenotes',
421
- // },
422
- // {
423
- // type: 'html',
424
- // position: 'left',
425
- // value: `<a href="https://github.com/apache/doris/discussions" target="_blank" style="display: flex; align-items: center; justify-content: center; text-decoration: none;">Forum<img style="width: 1.2rem; height: 1.2rem; margin-left: 0.2rem;" src="/images/forum-logo.svg">
426
- // </a>`,
427
- // },
318
+ ] ,
319
+ } ,
320
+ communityNavbar : {
321
+ title : '' ,
322
+ logo : {
323
+ alt : 'Apache Doris' ,
324
+ src : logoImg ,
325
+ } ,
326
+ items : [
327
+ {
328
+ position : 'left' ,
329
+ label : 'Docs' ,
330
+ to : '/docs/gettingStarted/what-is-new' ,
331
+ target : '_blank' ,
332
+ } ,
333
+ { to : '/blog' , label : 'Blog' , position : 'left' } ,
334
+ { to : '/users' , label : 'Users' , position : 'left' } ,
335
+ {
336
+ label : 'Discussions' ,
337
+ to : 'https://github.com/apache/doris/discussions' ,
338
+ position : 'left' ,
339
+ } ,
340
+ {
341
+ label : 'Ecosystem' ,
342
+ to : '/ecosystem/cluster-management' ,
343
+ position : 'left' ,
344
+ } ,
345
+ {
346
+ label : 'Community' ,
347
+ to : '/community/join-community' ,
348
+ position : 'left' ,
349
+ } ,
350
+ {
351
+ href : '/download' ,
352
+ className : 'header-right-button-primary navbar-download-mobile' ,
353
+ label : 'Download' ,
354
+ position : 'right' ,
355
+ } ,
356
+ {
357
+ type : 'localeDropdown' ,
358
+ position : 'right' ,
359
+ } ,
428
360
] ,
429
361
} ,
430
362
footer : {
0 commit comments