UNPKG

657 Bapplication/x-shView Raw
1#!/bin/sh
2
3# 构建 demo 的页面们
4cd docs/ydoc-demo && ../../bin/ydoc build
5
6# 新建目录
7mkdir ../../doc/demo/examples
8mkdir ../../doc/demo/examples/extension
9mkdir ../../doc/demo/examples/hello-world
10mkdir ../../doc/demo/examples/homepage
11mkdir ../../doc/demo/examples/multifiles
12mkdir ../../doc/demo/examples/page
13mkdir ../../doc/demo/examples/sidenav
14
15# 构建子页面
16cd examples/extension && ../../../../bin/ydoc build
17cd ../hello-world && ../../../../bin/ydoc build
18cd ../homepage && ../../../../bin/ydoc build
19cd ../multifiles && ../../../../bin/ydoc build
20cd ../page && ../../../../bin/ydoc build
21cd ../sidenav && ../../../../bin/ydoc build