From 3f8528ecd589a9238a8623a05a13ac3e932a46c3 Mon Sep 17 00:00:00 2001 From: Viktor Vincze Date: Tue, 15 Jan 2019 16:12:30 +0100 Subject: [PATCH] feat: 1.0.0 docs --- book.json | 10 +++++++++- {styles => docs/styles}/website.css | 0 2 files changed, 9 insertions(+), 1 deletion(-) rename {styles => docs/styles}/website.css (100%) diff --git a/book.json b/book.json index 71210b2..eec9753 100644 --- a/book.json +++ b/book.json @@ -1,3 +1,11 @@ { - "root": "docs" + "root": "docs", + "plugins": ["custom-js-css"], + "pluginsConfig": { + "custom-js-css": { + "css": [ + "./styles/website.css" + ] + } + } } \ No newline at end of file diff --git a/styles/website.css b/docs/styles/website.css similarity index 100% rename from styles/website.css rename to docs/styles/website.css