From 5bbb40a6a646123e04c4e182165bd8ed58192b5e Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Mon, 15 Mar 2021 18:56:08 +0800 Subject: [PATCH] update --- src/README.md | 10 +++++----- src/SUMMARY.md | 3 +-- src/course/create.md | 4 ++-- src/course/edit/README.md | 10 +++++----- src/course/edit/config.md | 8 ++++---- src/user/q&a.md | 7 +++++++ 6 files changed, 24 insertions(+), 18 deletions(-) diff --git a/src/README.md b/src/README.md index ab6a929..0bf4a54 100644 --- a/src/README.md +++ b/src/README.md @@ -7,9 +7,9 @@ Learning Lab 是一种依托于仓库进行交互学习的新型方式,基于 本项目将主要向大家介绍 Learning Lab (alpha) 的具体用法,内容包括: 1. Learning Lab 是什么 -2. course 的创建过程 -3. 目前支持的事件类型 -4. 常见 QA 等内容 +2. [course 的创建过程](course/README.html) +3. [目前支持的事件类型](course/actions.html) +4. [常见 QA 等内容](user/q&a.html) ## Learning Lab 是什么 @@ -17,5 +17,5 @@ Learning Lab 是一种依托于仓库进行交互学习的新型方式,基于 在 Learning Lab 的课程(course)中,通常会包含两个仓库: -1. course-config 仓库,该仓库为课程的课件仓库,课程的步骤、每个步骤中的学习任务、学习任务达成条件以及课程与学员之间的交互等内容均在`course-config`仓库中进行配置 -2. course-template 仓库,该仓库为课程的学习仓库,学员在开始课程学习之后的交互都将发生在`course-template`仓库中,老师也可以通过`course-config`仓库初始化`course-template`中的内容,包括但不限于 项目代码、Issue、Wiki、Branch 等 \ No newline at end of file +1. [course-config](course/edit/config.html) 仓库,该仓库为课程的课件仓库,课程的步骤、每个步骤中的学习任务、学习任务达成条件以及课程与学员之间的交互等内容均在`course-config`仓库中进行配置 +2. [course-template](course/edit/template.html) 仓库,该仓库为课程的学习仓库,学员在开始课程学习之后的交互都将发生在`course-template`仓库中,老师也可以通过`course-config`仓库初始化`course-template`中的内容,包括但不限于 项目代码、Issue、Wiki、Branch 等 \ No newline at end of file diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 5d17b6c..460a034 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -23,5 +23,4 @@ --- -[常见Q&A](user/q&a.md) -[问题反馈](https://codechina.csdn.net/codechina_dev/learning-lab/-/issues) \ No newline at end of file +[常见Q&A](user/q&a.md) \ No newline at end of file diff --git a/src/course/create.md b/src/course/create.md index 7960670..1493621 100644 --- a/src/course/create.md +++ b/src/course/create.md @@ -6,7 +6,7 @@ ## 从现有仓库创建课程(建议) -在创建好 `course-config` 及 `course-template` 仓库后,你就可以在 coures-admin 中来添加课程了。 +在创建好 [`course-config`](edit/config.html) 及 [`course-template`](edit/template.html) 仓库后,你就可以在 coures-admin 中来添加课程了。 ![从现有仓库创建课程](../img/create-from-repo.png) @@ -18,4 +18,4 @@ ## 课程管理 -在创建好课程后,你可以对课程进行`课程编辑`、`课程测试`、`课程发布`以及`课程删除`等操作。 \ No newline at end of file +在创建好课程后,你可以对课程进行`课程编辑`、[`课程测试`](test.html)、[`课程发布`](publish.html)以及`课程删除`等操作。 \ No newline at end of file diff --git a/src/course/edit/README.md b/src/course/edit/README.md index 35baf71..6dc2ec7 100644 --- a/src/course/edit/README.md +++ b/src/course/edit/README.md @@ -2,9 +2,9 @@ 在课程设计好之后,我们就可以开始课程的制作过程了。通常,课程制作需要我们完善`course-config`仓库下的全部内容,其中包括: -- 课程简介 `course-detail.md` 文件 -- 课程配置 `manifest.yml`文件 -- 课程 response `*.md` 文件 -- 课程步骤 `*.yml` 文件 +- [课程简介](detail.html) `course-detail.md` 文件 +- [课程配置](basic.html) `manifest.yml`文件 +- [课程 response](responses.html) `*.md` 文件 +- [课程步骤](tasks.html) `*.yml` 文件 -如果你有特定的内容需要提供给学员的话,你还需要将这些内容存放在 `course-template`仓库中。 \ No newline at end of file +如果你有特定的内容需要提供给学员的话,你还需要将这些内容存放在 [`course-template`仓库](template.html)中。 \ No newline at end of file diff --git a/src/course/edit/config.md b/src/course/edit/config.md index 0eedfe5..e4b6df1 100644 --- a/src/course/edit/config.md +++ b/src/course/edit/config.md @@ -4,10 +4,10 @@ 课件仓库至少需要包含以下内容: -- 课程简介 `course-detail.md` 文件 -- 课程配置 `manifest.yml`文件 -- 课程 response `*.md` 文件 -- 课程步骤 `*.yml` 文件 +- [课程简介](detail.html) `course-detail.md` 文件 +- [课程配置](basic.html) `manifest.yml`文件 +- [课程 response](responses.html) `*.md` 文件 +- [课程步骤](tasks.html) `*.yml` 文件 课程仓库可以随时更新,更新后可以通过课程测试按钮对课程进行测试;但如果需要将新的课程发布,则需要重新发布课程。 diff --git a/src/user/q&a.md b/src/user/q&a.md index a1980db..449fb0f 100644 --- a/src/user/q&a.md +++ b/src/user/q&a.md @@ -11,3 +11,10 @@ A: 在课程设计、制作过程中如果你遇到了任何问题,欢迎前 ### Q:我制作的课程想让更多的人看到怎么办? A:在你的课程发布之后,我们运营人员会收到邮件通知。在确认你的课程会给用户带来帮助的情况下,我们会将您的课程推荐到**学习广场**中,也会通过其他渠道对你的课程进行推广。当然,如果我们认为你的课程还存在优化的空间,我们也会给你提出相应的意见或建议。 + + +
+ +# 问题反馈 + +[点击这里](https://codechina.csdn.net/codechina_dev/learning-lab/-/issues/)向我们提交 Issue 反馈 \ No newline at end of file -- GitLab