From eccd5cd5a067f5659982685afdeea209b1888efb Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 14 Feb 2026 10:08:30 +0800 Subject: first commit --- build/main.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/main.php (limited to 'build/main.php') diff --git a/build/main.php b/build/main.php new file mode 100644 index 0000000..0446be3 --- /dev/null +++ b/build/main.php @@ -0,0 +1,31 @@ + Processing %s %s'.PHP_EOL, $product['code'], $version); + + $apiDocsPath = sprintf('%s/%s/%s/api-docs.php', __DIR__.'/../data', $product['code'], $version); + $apiDocs = Strip::apiDocs(require $apiDocsPath); + + $contents = sprintf(' Done!'.PHP_EOL); -- cgit v1.2.3