Lines Matching refs:page
25 # remove "JSON for Modern C++" from page titles (fallback)
27 # replace page titles with name from index, if available
28 for page in $(MKDOCS_PAGES); do \
29 case "$$page" in \
30 */index.md) path=$${page/\/index.md/} ;; \
31 *) path=$${page/.md/} ;; \
57 @for page in $(MKDOCS_PAGES); do \
58 case "$$page" in \
59 */index.md) path=$${page/\/index.md/} ;; \
60 *) path=$${page/.md/} ;; \
62 if [ "x$$page" != "xindex.md" -a "x$$(sqlite3 docSet.dsidx "SELECT COUNT(*) FROM searchIndex WHERE path='$$path/index.html'")" = "x0" ]; then \
63 echo $$page; \
67 # list paths in the docset index without a corresponding mkdocs page
71 page=$${path/\/index.html/.md}; \
75 if [ "x$$p" = "x$$page" -o "x$$p" = "x$$page_index" ]; then \