Skip to content

Commit 45b623b

Browse files
committed
docs: index article not showing in navigation
1 parent d38181a commit 45b623b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/build-jekyll-md.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ set -e
44
rm -rf docs-cli
55
npm install --ignore-scripts
66

7-
grunt docs-jekyll
7+
grunt docs-jekyll
8+
cd docs-cli
9+
mv index.md start.md

docs/man_pages/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<% if (isJekyll) { %>---
22
title: NativeScript CLI
3-
description:
43
position: 1
54
---<% } %>
65

7-
# NativeScript
6+
# NativeScript CLI
87

98
Usage | Synopsis
109
------|-------

0 commit comments

Comments
 (0)