ucore_os_docs/book.json

21 lines
432 B
JSON
Raw Normal View History

2014-10-12 22:46:36 +08:00
{
2015-05-17 20:14:43 +08:00
"introduction": {
"path": "README.md",
"title": "介绍" },
"plugins": [
2017-02-18 23:10:26 +08:00
"-mathjax", "rust-playpen","ga","duoshuo", "quizzes", "-lunr", "-search", "search-pro"
2014-10-12 22:46:36 +08:00
],
2015-05-17 20:14:43 +08:00
2014-10-12 22:46:36 +08:00
"pluginsConfig": {
2015-05-17 20:14:43 +08:00
"rust-playpen":{},
"ga": {
"token": "UA-39088953-8"
2015-04-15 12:02:54 +08:00
},
"duoshuo": {
2015-05-17 20:14:43 +08:00
"short_name": "mytest",
2015-04-15 12:02:54 +08:00
"theme": "default"
},
2015-05-17 20:14:43 +08:00
"quizees":{}
}
}