From 4d63e49c3501fc6cd841540e0fe24db12134ac7c Mon Sep 17 00:00:00 2001 From: Vincent 4J Date: Mon, 3 Aug 2015 14:58:47 +0800 Subject: [PATCH] Create config.json --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 00000000..38e5dc02 --- /dev/null +++ b/config.json @@ -0,0 +1,9 @@ +{ + "name": "The Swift Programming Language 中文版", + "introduction": "自己加下...", + "path": { + "content": "source", + "toc": "source/SUMMARY.md", + "readme": "source/README.md" + } +}