We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38181a commit 45b623bCopy full SHA for 45b623b
docs/build-jekyll-md.sh
@@ -4,4 +4,6 @@ set -e
4
rm -rf docs-cli
5
npm install --ignore-scripts
6
7
-grunt docs-jekyll
+grunt docs-jekyll
8
+cd docs-cli
9
+mv index.md start.md
docs/man_pages/index.md
@@ -1,10 +1,9 @@
1
<% if (isJekyll) { %>---
2
title: NativeScript CLI
3
-description:
position: 1
---<% } %>
-# NativeScript
+# NativeScript CLI
Usage | Synopsis
10
------|-------
0 commit comments