diff --git a/README.md b/README.md index b5c803dc08..b0597a40d8 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ Backers on Open Collective Sponsors on Open Collective - Unit tests Suite - Linting Checks - Testing the e2e test suites + Build & Test npm donate Join Discord community and chat about Docsify diff --git a/docs/README.md b/docs/README.md index ca396b7b87..64f927f409 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ ## What it is -docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an `index.html` and [deploy it on GitHub Pages](deploy.md). +Docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an `index.html` and [deploy it on GitHub Pages](deploy.md). See the [Quick start](quickstart.md) guide for more details.