樂台計畫的靜態資料庫
- 合作夥伴列表 https://cdn.jsdelivr.net/gh/ngseke/mcip.ml-static@master/json/partner.json
- 常見問題 https://cdn.jsdelivr.net/gh/ngseke/mcip.ml-static@master/json/faq.json
Execute the following commands:
pnpm i
pnpm run buildThe files will be output to the dist/json directory.
- Checkout the
devbranch - Edit the files under
json/directory. For example:index.tsdefines the JSON files to be exported and their filenames.faq.tscontains the FAQ data itself.faqSchema.tsdefines the schema of the FAQ data. This will be used to validate the FAQ data and provide type hints.
- Create a PR. JSON files will be generated and deployed automatically after the PR is merged.