UNPKG

324 Bapplication/x-shView Raw
1#!/bin/sh
2
3# 构建 ydoc 的页面
4bin/ydoc build
5
6# 构建子页面
7cd examples/init && ../../bin/ydoc build && cp -r ./_site ../../_site/examples/init/
8cd ../homepage && ../../bin/ydoc build && cp -r ./_site ../../_site/examples/homepage/
9cd ../plugin && ../../bin/ydoc build && cp -r ./_site ../../_site/examples/plugin/