From 5e1a660363785fe7cd61a9cf931745663b6da3aa Mon Sep 17 00:00:00 2001 From: Cael Date: Mon, 12 Feb 2024 14:00:47 +0800 Subject: [PATCH] fix: fix discussion category id --- example/book.toml | 2 +- example/src/third-party/giscus.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/book.toml b/example/book.toml index 4228a4b..2fd9e34 100644 --- a/example/book.toml +++ b/example/book.toml @@ -64,7 +64,7 @@ giscus.enable = true giscus.repo = "MR-Addict/mdbook-embedify" giscus.repo-id = "R_kgDOLCxX0Q" giscus.category = "General" -giscus.category-id = "DIC_kwDOLCxX0c4CdGx" +giscus.category-id = "DIC_kwDOLCxX0c4CdGx-" giscus.reactions-enabled = "1" giscus.theme = "light" giscus.lang = "en" diff --git a/example/src/third-party/giscus.md b/example/src/third-party/giscus.md index d8cb08e..0a0b6c6 100644 --- a/example/src/third-party/giscus.md +++ b/example/src/third-party/giscus.md @@ -29,7 +29,7 @@ giscus.enable = true giscus.repo = "MR-Addict/mdbook-embedify" giscus.repo-id = "R_kgDOLCxX0Q" giscus.category = "General" -giscus.category-id = "DIC_kwDOLCxX0c4CdGx" +giscus.category-id = "DIC_kwDOLCxX0c4CdGx-" giscus.reactions-enabled = "1" giscus.theme = "light" giscus.lang = "en"