From 25a640c6b5cf090de173a21e69a086eb0313e669 Mon Sep 17 00:00:00 2001 From: Juser0 Date: Sun, 26 Nov 2023 15:22:04 +0900 Subject: [PATCH] =?UTF-8?q?[Add]=20book.json=20=EC=84=A4=EC=A0=95=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 book.json diff --git a/book.json b/book.json new file mode 100644 index 0000000..a2cfc16 --- /dev/null +++ b/book.json @@ -0,0 +1,14 @@ +{ + "plugins": [ + "collapsible-chapters", + "comment", + "hide-published-with", + "github" + ], + "pluginsConfig": { + "collapsible-chapters": {}, + "github": { + "url": "https://github.com/inu-appcenter/server-tech-blog" + } + } + } \ No newline at end of file