mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-21 18:24:29 +08:00
18739bd8e0
Split the root README.md in multiple Markdown files (in the `docs/` folder) to make easier reading, editing and extending the documentation. An online version is also available on netlify (https://qtpromise.netlify.com). Building it requires Node.js installed, then: - npm install -g gitbook-cli - gitbook install ./ - gitbook build . dist/docs
41 lines
808 B
JSON
41 lines
808 B
JSON
{
|
|
"title": "QtPromise",
|
|
"description": "Promises/A+ implementation for Qt/C++",
|
|
"author": "Simon Brunel",
|
|
"gitbook": "3.2.3",
|
|
"root": "docs",
|
|
"plugins": [
|
|
"-lunr",
|
|
"-search",
|
|
"search-plus",
|
|
"anchorjs",
|
|
"edit-link",
|
|
"expand-active-chapter",
|
|
"ga",
|
|
"github"
|
|
],
|
|
"pluginsConfig": {
|
|
"anchorjs": {
|
|
"icon": "#",
|
|
"placement": "left",
|
|
"visible": "always"
|
|
},
|
|
"edit-link": {
|
|
"base": "https://github.com/simonbrunel/qtpromise/edit/master/docs"
|
|
},
|
|
"ga": {
|
|
"token": "UA-113899811-1",
|
|
"configuration": "auto"
|
|
},
|
|
"github": {
|
|
"url": "https://github.com/simonbrunel/qtpromise"
|
|
},
|
|
"theme-default": {
|
|
"showLevel": false,
|
|
"styles": {
|
|
"website": "assets/style.css"
|
|
}
|
|
}
|
|
}
|
|
}
|