book.toml: add cname and custom css placeholder

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-09-29 13:28:22 +02:00
parent d71dce929b
commit 6f5e1b5e53
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 9 additions and 0 deletions

View File

@ -4,3 +4,11 @@ language = "en"
multilingual = false
src = "src"
title = "DappConnect Docs"
[output.html]
cname = "docs.dappconnect.dev"
default-theme = "light"
path = "book/"
additional-css = ["custom.css"]
git-repository-url = "https://github.com/vacp2p/docs.dappconnect.dev"
git-branch = "master"

1
custom.css Normal file
View File

@ -0,0 +1 @@
/* Placeholder for custom page-wide CSS. */