Skip to content

Commit

Permalink
Fix document bug and add book.json
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Rui <vowstar@gmail.com>
  • Loading branch information
vowstar committed Dec 21, 2018
1 parent c5995b7 commit 16f9cdf
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 0 deletions.
27 changes: 27 additions & 0 deletions en/book.json
@@ -0,0 +1,27 @@
{
"plugins": [
"-highlight",
"prism",
"footnote-string-to-number",
"search-pro",
"anchors",
"flow",
"sequence",
"uml",
"katex-plus",
"echarts"
],
"pdf": {
"margin": {
"top": 36,
"bottom": 36
},
"toc": true
},
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"title": "Kendryte Standalone SDK Programming Guide",
"language": "en"
}
27 changes: 27 additions & 0 deletions zh-Hans/book.json
@@ -0,0 +1,27 @@
{
"plugins": [
"-highlight",
"prism",
"footnote-string-to-number",
"search-pro",
"anchors",
"flow",
"sequence",
"uml",
"katex-plus",
"echarts"
],
"pdf": {
"margin": {
"top": 36,
"bottom": 36
},
"toc": true
},
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"title": "Kendryte Standalone SDK 编程指南",
"language": "zh-hans"
}
27 changes: 27 additions & 0 deletions zh-Hant/book.json
@@ -0,0 +1,27 @@
{
"plugins": [
"-highlight",
"prism",
"footnote-string-to-number",
"search-pro",
"anchors",
"flow",
"sequence",
"uml",
"katex-plus",
"echarts"
],
"pdf": {
"margin": {
"top": 36,
"bottom": 36
},
"toc": true
},
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"title": "Kendryte Standalone SDK 编程指南",
"language": "zh-hant"
}

0 comments on commit 16f9cdf

Please sign in to comment.