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" + } +}