Websoft9 / doc.websoft9.com

Websoft9 Documentation and Support
https://support.websoft9.com/docs
38 stars 17 forks source link

Github action generate meta_data from contentful's data #109

Closed qiaofeng1227 closed 7 months ago

qiaofeng1227 commented 9 months ago
  1. use meta-zh.jinja2 template, fill it with contentful's data
  2. action execute only on workflow_dispatch
zhaojing1987 commented 9 months ago
  1. 英文是否需要生成?英文模板在哪里? 答:中英文模板已经全部放到 /template/meta 下。 zh.jinja2, en.jinja2
  2. 生成的文件的命名格式是怎么样的?是按照key,还是trademark?
    答:key
  3. 生成的文件存放的目录? 答:各个语言的 apps/_include 下
  4. License 用 key
chendelin1982 commented 8 months ago

new request:

模板如下:

## 人工智能

- [{{Title}}](https://www.websoft9.com/apps/{{key}})
- [AIGC](https://www.websoft9.com/apps/aigc)

## 大数据分析

- [{{Title}}](https://www.websoft9.com/apps/{{key}})
zhaojing1987 commented 7 months ago

已完成,请验证:通过执行 Generate Apps list for docs 这个Action