From 01320ddb5baee80f60190b6e7f5fd4db015ef4d4 Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Sun, 8 Jul 2018 21:56:50 -0700 Subject: [PATCH] Update gitbook settings. --- docs/book.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/book.json diff --git a/docs/book.json b/docs/book.json new file mode 100644 index 000000000..a4bfa3157 --- /dev/null +++ b/docs/book.json @@ -0,0 +1,10 @@ +{ + "root": "./docs", + "title": "Apache SkyWalking 6 Documents", + "links": { + "sidebar" : { + "Home": "http://skywalking.apache.org/", + "GitHub": "https://github.com/apache/incubator-skywalking" + } + } +} \ No newline at end of file -- GitLab