我不知道我是否做错了什么,但我有以下问题:
我有一个包含一些.md文件的文件夹,包括SUMMARY.md和README.md. 我还有一个localtheme文件夹,其中包含一些 HTML 更改。
book.json看起来像这样:
"theme": "./localtheme",
"gitbook": ">=2.0.0",
"styles": {
"website": "styles/website.css"
}
我在文件夹中添加了styles/website.css一个localtheme。
现在我的 gitbook 有了我在 localtheme 文件夹中所做的更改,除了styles/website.css.
我究竟做错了什么?