Redesign: 雑記 by swallow - トップページ刷新、ナビバー整理
Deploy Docusaurus Site / deploy (push) Successful in 28s

This commit is contained in:
2026-02-19 04:23:56 +00:00
parent 7141ad7f5a
commit 516972ab1a
8 changed files with 396 additions and 80 deletions
+5 -7
View File
@@ -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: '.',
},
],
};