From 35e7d919713c38c34e22ed320d3b65e7dd293708 Mon Sep 17 00:00:00 2001 From: yongchao Date: Thu, 21 Jul 2022 14:55:25 +0800 Subject: [PATCH 1/2] mkdir dir Signed-off-by: yongchao --- README.md | 10 +++++----- anolis-solutions/README.md | 0 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 anolis-solutions/README.md diff --git a/README.md b/README.md index 57211e4..3fac7e5 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ anolis-lab-courses 课程仓库的目录结构定义: │ │ │   ├── poster.png │ │ │   └── cover.png │ │ ├── committing-code -│ │ │ ├── assets -│ │ │   │ ├── centos_to_anolis_migrations.avi +│ │ │ ├── assets +│ │ │   │ ├── committing-code.avi │ │ │   │ └── cover.png │ │ │   ├── index.yaml │ │ │   ├── start.md @@ -41,7 +41,7 @@ anolis-lab-courses 课程仓库的目录结构定义: │ │ │   ├── step2.md │ │ │   └── step3.md │ │ ├── working-remotely -│ │ │ ├── assets +│ │ │ ├── assets │ │ │   │ ├── centos_to_anolis_migrations.avi │ │ │   │ └── cover.png │ │ │   ├── index.yaml @@ -58,7 +58,7 @@ anolis-lab-courses 课程仓库的目录结构定义: │ │ │   ├── poster.png │ │ │   └── cover.png │ │ ├── centos7_to_anolisos7 -│ │ │ ├── assets +│ │ │ ├── assets │ │ │   │ ├── centos_to_anolis_migrations.avi │ │ │   │ └── cover.png │ │ │   ├── index.yaml @@ -70,7 +70,7 @@ anolis-lab-courses 课程仓库的目录结构定义: │ │ │   ├── step4.md │ │ │   └── step5.md │ │ ├── centos8_to_anolisos8 -│ │ │ ├── assets +│ │ │ ├── assets │ │ │   │ ├── centos_to_anolis_migrations.avi │ │ │   │ └── cover.png │ │ │   ├── index.yaml diff --git a/anolis-solutions/README.md b/anolis-solutions/README.md new file mode 100644 index 0000000..e69de29 -- Gitee From 70f6c31d749c3e88cf5fb3dd69bfcfe9c15f1e50 Mon Sep 17 00:00:00 2001 From: yongchao Date: Thu, 21 Jul 2022 14:56:38 +0800 Subject: [PATCH 2/2] update doc Signed-off-by: yongchao --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3fac7e5..1b49563 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ anolis-lab-courses 课程仓库的目录结构定义: │ │ │   └── step3.md │ │ ├── working-remotely │ │ │ ├── assets -│ │ │   │ ├── centos_to_anolis_migrations.avi +│ │ │   │ ├── working-remotely.avi │ │ │   │ └── cover.png │ │ │   ├── index.yaml │ │ │   ├── start.md @@ -59,7 +59,7 @@ anolis-lab-courses 课程仓库的目录结构定义: │ │ │   └── cover.png │ │ ├── centos7_to_anolisos7 │ │ │ ├── assets -│ │ │   │ ├── centos_to_anolis_migrations.avi +│ │ │   │ ├── centos7_to_anolisos7.avi │ │ │   │ └── cover.png │ │ │   ├── index.yaml │ │ │   ├── start.md @@ -71,7 +71,7 @@ anolis-lab-courses 课程仓库的目录结构定义: │ │ │   └── step5.md │ │ ├── centos8_to_anolisos8 │ │ │ ├── assets -│ │ │   │ ├── centos_to_anolis_migrations.avi +│ │ │   │ ├── centos8_to_anolisos8.avi │ │ │   │ └── cover.png │ │ │   ├── index.yaml │ │ │   ├── start.md @@ -85,7 +85,7 @@ anolis-lab-courses 课程仓库的目录结构定义: #### 1. 课程和章节配置 - 课程及解决方案index.yaml 中的 type 字段选项有:course,solution ;分别对应页面上的课程和解决方案 -- 章节中:details 与 video 可以选填,两者必须填一个,根据情况展示。 +- 章节中:details 与 video 可以选填,两者必须填一个,根据情况展示。 - 机器审请规则:根据 chapter/scen 中的 image, live_time, machine 等字段去资源服务中审请相应机器。 - 超出 live_time 时长,则自动释放机器。 - poster、cover 等非必填,若不填则使用默认配图。 -- Gitee