diff --git a/docs/build-jekyll-md.sh b/docs/build-jekyll-md.sh index e107423367..df30621d91 100755 --- a/docs/build-jekyll-md.sh +++ b/docs/build-jekyll-md.sh @@ -4,4 +4,6 @@ set -e rm -rf docs-cli npm install --ignore-scripts -grunt docs-jekyll \ No newline at end of file +grunt docs-jekyll +cd docs-cli +mv index.md start.md \ No newline at end of file diff --git a/docs/man_pages/index.md b/docs/man_pages/index.md index d2b8d291a4..ca542d27e3 100644 --- a/docs/man_pages/index.md +++ b/docs/man_pages/index.md @@ -1,10 +1,9 @@ <% if (isJekyll) { %>--- title: NativeScript CLI -description: position: 1 ---<% } %> -# NativeScript +# NativeScript CLI Usage | Synopsis ------|-------