Init Skills
These Tasks for Init command
Task 1: init docs structure
automatically create docs folder structure, the folder structure is as follow:
.
├── Agents.md
├── analysis
├── features
├── index.md
├── quick-start
├── README.md
├── spec
├── tips
└── usage
Task 2: Init docmd setting in current folder
docmd is a zero configuration documentation generator.
docmd
docmd-github
- 请按照上面docs structure 初始化docmd setting
- 如果当前目录的docs和上面docs structure不一致,那就按照当前docs目录初始化docmd setting
- 如果没有全局安装docmd就全局安装
- 初始化好GitHub Action 让docs可以部署到github-pages
Task 3: add docs sub-command to init
- add docs sub-command for spark-cli to init docs structure based on:
.
├── Agents.md
├── analysis
├── features
├── index.md
├── quick-start
├── README.md
├── spec
├── tips
└── usage
- the command is like
spark docs init
- add sub-command
spark docs site to use init docmd site configuration
- make sure
spark docs site to use the docs folder as root folder ,and docmd.config.js using
current git repo's title and url.
Init Skills
These Tasks for Init command
Task 1: init docs structure
automatically create docs folder structure, the folder structure is as follow:
. ├── Agents.md ├── analysis ├── features ├── index.md ├── quick-start ├── README.md ├── spec ├── tips └── usageTask 2: Init docmd setting in current folder
docmd is a zero configuration documentation generator.
docmd
docmd-github
Task 3: add docs sub-command to init
. ├── Agents.md ├── analysis ├── features ├── index.md ├── quick-start ├── README.md ├── spec ├── tips └── usagespark docs initspark docs siteto use init docmd site configurationspark docs siteto use the docs folder as root folder ,and docmd.config.js usingcurrent git repo's title and url.