forked from KeithGalli/Connect4-Python
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (58 loc) · 1.74 KB
/
mkdocs.yml
File metadata and controls
68 lines (58 loc) · 1.74 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: Implementando um jogador para Liga4
theme:
feature:
tabs: true
name: material
docs_dir: content
site_dir: docs
site_url: https://fbarth.github.io/Connect4-Python/
repo_name: "Connect4-Python"
repo_url: https://github.com/fbarth/Connect4-Python
edit_uri: edit/main/content/
nav:
- Introdução: index.md
- Jogando entre humanos: parte1.md
- Colocando um robô na partida: parte2.md
- Implementando um jogador de verdade: parte3.md
- Implementando um robô ainda melhor: parte4.md
- Algoritmo Min-Max (parte 1): parte5.md
- Algoritmo Min-Max (parte 2): parte6.md
- Máquina contra máquina: parte7.md
- Um pouco de história e tendências: parte8.md
- Instalação e configuração: configuracao.md
- Min-Max com poda alpha-beta: alpha_beta.md
- Material adicional: slides.md
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.0.0/js-yaml.min.js
- js/markdown-enhancer.js
markdown_extensions:
- admonition
- markdown.extensions.admonition
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.magiclink
- pymdownx.critic:
mode: view
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- attr_list
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- git-revision-date-localized
# - active-exercises:
# report_url: http://localhost:8000/api/offerings/1/exercises/