Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
site_name: Title # Insert the Module Code and Module Title, i.e. 4061CEM: Programming and Algorithms 1
nav:
- Home: index.md
- Assessments: assessments/index.md
- Lectures:
- Week 1: lectures/week1.md
- Labs:
- Week 1: labs/week1.md
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- mkdocs-video
# Do not change any details below this line.
theme:
name: null
custom_dir: 'theme/'
logo: images/icon.png
# DEBUG
watch:
- theme/css/admonition.css
- theme/css/theme.css
- theme/css/keyboard_shortcuts.css
- theme/base.html
- theme/nav.html