-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
47 lines (42 loc) · 1.15 KB
/
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
39
40
41
42
43
44
45
46
47
site_name: SDD
site_description: Data and Decision Sciences Engineering Program
site_url: https://supaerodatascience.github.io/
site_dir: site
strict: false
use_directory_urls: false
theme:
name: 'material'
palette:
primary: light blue
accent: light blue
logo: 'https://raw.githubusercontent.com/SupaeroDataScience/SupaeroDataScience.github.io/master/favicon.ico'
favicon: 'https://raw.githubusercontent.com/SupaeroDataScience/SupaeroDataScience.github.io/master/favicon.ico'
features:
- navigation.sections
- navigation.expand
repo_name: SupaeroDataScience
repo_url: https://github.com/SupaeroDataScience/
nav:
- Home: index.md
- Classes:
- Algorithms in Machine Learning: aml.md
- Data Engineering: 'https://supaerodatascience.github.io/DE/'
- Applied Data Science: ads.md
- Seminars: seminars.md
- Resources:
- For current students: infostudents.md
- For prospective students: students.md
- For partners: partners.md
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- toc:
permalink: 🔗
- admonition
- codehilite
- extra
- attr_list
- pymdownx.details
- pymdownx.superfences
plugins:
- search