-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (33 loc) · 1.2 KB
/
mkdocs.yml
File metadata and controls
34 lines (33 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
site_name: CN Course Creator Docs
site_description: Information on how to create engaging course content.
site_author: Martin Breuss
nav:
- Custom Markdown Syntax: temp.md
- Contributing Workflow: contributing.md
# - Overview: README.md
# - Course Creation Basics: 00-basics.md
# - Content Creation Guidelines: 01-content-guidelines.md
# - Using Markdown: 02-markdown-course-creation.md
# - Course Completion Settings: 03-course-completion.md
# - Creating Text-Based Lessons: 01b-text-based-lessons.md
# - Creating Quiz Resources: 04-creating-quizzes.md
# - Creating Quiz Questions: 05-quiz-question-types.md
# - Creating Assignments: 06-creating-assignments.md
# - Creating Lab Challenges: 07-creating-labs.md
# - Creating Video Lessons: 08-creating-videos.md
# - CodingNomads Forum: 09-forum.md
# - Publishing Pipeline: 10-publishing-pipeline.md
# - Style Guide: 11-platform-style.md
# - Style Snippets Quick Reference: 12-snippets-reference.md
theme:
name: readthedocs
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 83 # s
markdown_extensions:
- toc:
permalink: True
repo_url: https://github.com/CodingNomads/creator-docs
repo_name: GitHub