Skip to content

Commit 18027f5

Browse files
committed
properly import other files in gitbook (fix #971)
reference: http://toolchain.gitbook.com/templating/conrefs.html
1 parent 4561ecf commit 18027f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SUMMARY.md
1+
{% include "./SUMMARY.md" %}

docs/ja/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SUMMARY.md
1+
{% include "./SUMMARY.md" %}

docs/zh-cn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SUMMARY.md
1+
{% include "./SUMMARY.md" %}

0 commit comments

Comments
 (0)