-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (38 loc) · 911 Bytes
/
mkdocs.yml
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
35
36
37
38
site_name: Responsible AI, Law, Ethics & Society
site_url: https://learn.responsibly.ai/
nav:
- Home: index.md
- Past:
- Spring 2024 - US: 2024-spring-bu-berkeley.md
- Spring 2024 - IL: 2024-spring-tau-technion.md
- Fall 2023: 2023-fall.md
- Spring 2023: 2023-spring.md
- Spring 2022: 2022-spring.md
- Spring 2021: 2021-spring.md
- Spring 2020: 2020-spring.md
theme:
name: material
favicon: assets/logo-visual.png
palette:
primary: deep purple
features:
- navigation.expand
- navigation.top
markdown_extensions:
- toc:
permalink: true
- footnotes
- abbr
- attr_list
- pymdownx.snippets
- tables
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tilde
extra:
generator: false
extra_css:
- stylesheets/extra.css
plugins: []