mirror of
https://github.com/labring/sealos.git
synced 2026-08-30 17:58:09 +08:00
9ebba04d7c
* Docs: fix typo for sync_docs workflow Signed-off-by: Carson Yang <yangchuansheng33@gmail.com> * Docs: fix err links Signed-off-by: Carson Yang <yangchuansheng33@gmail.com> --------- Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
23 lines
877 B
YAML
23 lines
877 B
YAML
fanux/sealos-site:
|
|
- source: docs/4.0/docs/
|
|
dest: docs/
|
|
deleteOrphaned: true
|
|
- source: docs/4.0/i18n/zh-Hans/
|
|
dest: i18n/zh-Hans/docusaurus-plugin-content-docs/current/
|
|
deleteOrphaned: true
|
|
- source: docs/4.0/i18n/zh-Hans/current.json
|
|
dest: i18n/zh-Hans/docusaurus-plugin-content-docs/current.json
|
|
- source: docs/4.0/img/
|
|
dest: static/docs/4.0/img/
|
|
deleteOrphaned: true
|
|
- source: CONTRIBUTING.md
|
|
dest: docs/lifecycle-management/CONTRIBUTING.md
|
|
- source: CONTRIBUTING.md
|
|
dest: i18n/zh-Hans/docusaurus-plugin-content-docs/current/lifecycle-management/CONTRIBUTING.md
|
|
- source: DEVELOPGUIDE.md
|
|
dest: docs/lifecycle-management/DEVELOPGUIDE.md
|
|
- source: DEVELOPGUIDE.md
|
|
dest: i18n/zh-Hans/docusaurus-plugin-content-docs/current/lifecycle-management/DEVELOPGUIDE.md
|
|
- source: docs/4.0/sidebar.json
|
|
dest: sidebar.json
|