From 299c2c85c06e5792cda97374f559a0d7aa2c0997 Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Wed, 3 Jan 2018 09:56:15 +0800 Subject: [PATCH] docs: update quickstart --- README.md | 20 +------------------- docs/de-de/quickstart.md | 7 ++++++- docs/quickstart.md | 7 ++++++- docs/zh-cn/quickstart.md | 7 ++++++- 4 files changed, 19 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index c61fbf92..caf8b5b3 100644 --- a/README.md +++ b/README.md @@ -33,25 +33,7 @@ ## Quick start -Create an `index.html`. - -```html - - - - - - - - - - - -
- - - -``` +Look at [this tutorial](https://docsify.js.org/#/quickstart) or [online demo](https://jsfiddle.net/7ztb8qsr/1/). ## Browser Support diff --git a/docs/de-de/quickstart.md b/docs/de-de/quickstart.md index 27c313b9..c68f67c5 100644 --- a/docs/de-de/quickstart.md +++ b/docs/de-de/quickstart.md @@ -51,8 +51,13 @@ Wenn du `npm` nicht verwenden möchtest, oder Probleme bei der Installation des
+ + - ``` diff --git a/docs/quickstart.md b/docs/quickstart.md index 768f869b..d1481a8e 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -51,8 +51,13 @@ If you don't like `npm` or have trouble installing the tool, you can manually cr
+ + - ``` diff --git a/docs/zh-cn/quickstart.md b/docs/zh-cn/quickstart.md index ca0019a2..cd331b31 100644 --- a/docs/zh-cn/quickstart.md +++ b/docs/zh-cn/quickstart.md @@ -51,8 +51,13 @@ docsify serve docs
+ + - ```