diff --git a/README.md b/README.md index 57211e430010e7cd869716dcdbcf14429ee6fdbe..1b49563876807b5a9a4373107c54301beccd2e2f 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,8 +41,8 @@ anolis-lab-courses 课程仓库的目录结构定义: │ │ │   ├── step2.md │ │ │   └── step3.md │ │ ├── working-remotely -│ │ │ ├── assets -│ │ │   │ ├── centos_to_anolis_migrations.avi +│ │ │ ├── assets +│ │ │   │ ├── working-remotely.avi │ │ │   │ └── cover.png │ │ │   ├── index.yaml │ │ │   ├── start.md @@ -58,8 +58,8 @@ anolis-lab-courses 课程仓库的目录结构定义: │ │ │   ├── poster.png │ │ │   └── cover.png │ │ ├── centos7_to_anolisos7 -│ │ │ ├── assets -│ │ │   │ ├── centos_to_anolis_migrations.avi +│ │ │ ├── assets +│ │ │   │ ├── centos7_to_anolisos7.avi │ │ │   │ └── cover.png │ │ │   ├── index.yaml │ │ │   ├── start.md @@ -70,8 +70,8 @@ anolis-lab-courses 课程仓库的目录结构定义: │ │ │   ├── step4.md │ │ │   └── step5.md │ │ ├── centos8_to_anolisos8 -│ │ │ ├── assets -│ │ │   │ ├── centos_to_anolis_migrations.avi +│ │ │ ├── assets +│ │ │   │ ├── 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 等非必填,若不填则使用默认配图。 diff --git a/anolis-solutions/README.md b/anolis-solutions/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391