Skip to content

Commit 6bfa7df

Browse files
committed
fix: "improve this" btn doesn't work for CLI docs
Related to: https://github.com/NativeScript/docs/issues/1711
1 parent 81fa73d commit 6bfa7df

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/build-jekyll-md.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ rm -rf docs-cli
55
npm install --ignore-scripts
66

77
grunt docs-jekyll
8-
if [ -d docs-cli ]; then
9-
cd docs-cli
10-
mv index.md start.md
11-
fi

docs/man_pages/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<script type="text/javascript">
2+
window.location = 'start.html';
3+
</script>
File renamed without changes.

0 commit comments

Comments
 (0)