This commit is contained in:
+5
-7
@@ -1,14 +1,12 @@
|
||||
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
|
||||
|
||||
// サイドバーは目次のみ表示(記事一覧は非表示)
|
||||
// 各記事ページでは自動生成される目次を使用
|
||||
const sidebars: SidebarsConfig = {
|
||||
docsSidebar: [
|
||||
blogSidebar: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'DGX Spark',
|
||||
items: [
|
||||
'dgx-spark-minimax/index',
|
||||
'dgx-spark-dual/index',
|
||||
],
|
||||
type: 'autogenerated',
|
||||
dirName: '.',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user