Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Update sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmjohnson committed Mar 7, 2023
1 parent 4849f04 commit 051850b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/instructors/module-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,19 @@ morea_sort_order: 7
* You can create GitHub repos containing small Dart applications.
```

:::info Morea uses Markdown
When writing outcomes, readings, experiences, and assessments, you'll use Markdown to format your code. If you're not familiar with Markdown, here are a few resources:
* [Overview of Markdown](https://www.markdownguide.org/getting-started/)
* [Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)

In addition, Morea provides some useful extensions. For example, see the Reference pages on
[equation support](/docs/instructors/equation-support),
[formatting code](/docs/instructors/formatting-code),
[embedding video](/docs/instructors/embed-video),
[icons](/docs/instructors/icons),
[tables](/docs/instructors/tables), and
[admonitions](/docs/instructors/admonitions).
:::
Next, we have to update the module-dart.md file to include this Morea entity by providing its `morea_id` in the `morea_outcomes:` section:

```md
Expand Down Expand Up @@ -493,7 +506,7 @@ Our design document said that the Intro to Dart for Java Developers experience w

When you're all finished, do a `control-c`, `control-p`, `return` and refresh the Schedule page. It should look something like this:

![](/img/module-design/module-design-11.png)
![](/img/module-design/module-design-15.png)


Notice that all of the schedule entries are clickable URLs: the module entry takes you to the module page, and the experience and assessment entries take you to their pages as well.
Expand Down
8 changes: 8 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,21 @@ module.exports = {
type: 'category',
label: 'Instructor Guide',
collapsed: false,
link: {type: 'generated-index'},
items: [
'instructors/overview',
{
type: 'category',
label: 'Getting Started',
collapsed: true,
link: {type: 'generated-index'},
items: [
'instructors/quick-start',
{
type: 'category',
label: 'Cloud development',
collapsed: true,
link: {type: 'generated-index'},
items: [
'instructors/cloud-installation',
'instructors/cloud-development',
Expand All @@ -42,6 +45,7 @@ module.exports = {
type: 'category',
label: 'Local development',
collapsed: true,
link: {type: 'generated-index'},
items: [
'instructors/local-installation',
'instructors/local-development',
Expand All @@ -56,6 +60,7 @@ module.exports = {
type: 'category',
label: 'Reference',
collapsed: true,
link: {type: 'generated-index'},
items: [
'instructors/pedagogical-pattern',
'instructors/entity-types',
Expand Down Expand Up @@ -87,6 +92,7 @@ module.exports = {
type: 'category',
label: 'Change-HI',
collapsed: false,
link: {type: 'generated-index'},
items: [
'change-hi/overview',
'change-hi/getting-started',
Expand All @@ -99,6 +105,7 @@ module.exports = {
type: 'category',
label: 'Developer Guide',
collapsed: true,
link: {type: 'generated-index'},
items: [
'developers/overview',
'developers/morea-generator',
Expand All @@ -111,6 +118,7 @@ module.exports = {
{
type: 'category',
label: 'Evaluation',
link: {type: 'generated-index'},
collapsed: true,
items: [
'evaluation/case-study-may-2015',
Expand Down

0 comments on commit 051850b

Please sign in to comment.