浏览代码

doc pages not on nav bar

Harlan Iverson 7 年之前
父节点
当前提交
c12f86d833
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      scripts/make-docs-pages.sh

+ 1 - 4
scripts/make-docs-pages.sh

@@ -1,10 +1,6 @@
 #!/bin/bash
 
 
-# we have run download-playlist.sh in $PLAYLIST_DIR
-# we have segmented each video in the playlist
-# there is a thumbnail for each downloaded video
-
 DOCS_DIR="${1:-doc}"
 
 
@@ -13,6 +9,7 @@ DOC_FILES=$( find $DOCS_DIR -maxdepth 1 -type f -name '*.md' )
 i=4000
 for docFile in $DOC_FILES; do
   export PAGE_INDEX="$i"
+  export IS_NAVBAR="false"
   baseName="$(basename -s .md $docFile)"
   pageFile="md-pages/doc-$baseName.md" # todo flatten