From f1a040577841f37ca205483ee16dc900f409074d Mon Sep 17 00:00:00 2001 From: Derrick Burns Date: Thu, 18 Jan 2024 03:51:28 -0800 Subject: [PATCH] Added gitbook config --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e1345d..a85f535 100644 --- a/build.sbt +++ b/build.sbt @@ -80,5 +80,6 @@ ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" ThisBuild / pgpSigningKey := Some("0xE3F60B02") // replace with your key ID GitBook / sourceDirectory := sourceDirectory.value / "docs" - +GitBook / gitbookInstallDir := Some(baseDirectory.value / "node_modules" / "gitbook") enablePlugins(SitePreviewPlugin, GitBookPlugin) +