forked from erachelson/RLclass_MVA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (30 loc) · 853 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
site_name: Reinforcement learning class @ MVA Master of Science
site_description: Introduction to reinforcement learning class
site_url: https://erachelson.github.io/RLclass_MVA/
site_dir: site
strict: false
use_directory_urls: false
theme:
name: 'cinder'
logo: 'https://raw.githubusercontent.com/erachelson/RLclass_MVA/main/docs/img/favicon/favicon.ico'
favicon: 'https://raw.githubusercontent.com/erachelson/RLclass_MVA/main/docs/img/favicon/favicon.ico'
features:
- toc.autohide
- navigation.sections
repo_name: erachelson/RLclass_MVA
repo_url: https://github.com/erachelson/RLclass_MVA
nav:
- RL class home: index.md
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- toc:
permalink: 🔗
- admonition
- codehilite
- extra
- attr_list
- pymdownx.details
- pymdownx.superfences
plugins:
- search