-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (57 loc) · 1.5 KB
/
mkdocs.yml
File metadata and controls
69 lines (57 loc) · 1.5 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
68
site_name: Book Manual — Solutions
site_url: https://ASPIRIN007.github.io/Bertismas-solutions/
repo_url: https://github.com/ASPIRIN007/Bertismas-solutions.git
repo_name: ASPIRIN007/ASPIRIN007.github.io
use_directory_urls: true
theme:
name: material
logo: assets/cover.png
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.instant
- search.suggest
- search.highlight
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- search
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
nav:
- Overview: index.md
- Chapter 1:
- Chapter 1: chapter1/index.md
- Notes: chapter1/notes.md
- Exercise 1.1*: chapter1/ex1-1.md
- Chapter 2:
- Chapter 2: chapter2/index.md
- Notes: chapter2/notes2.md
- Doubts: chapter2/doubts.md
- Chapter 3:
- Chapter 3: chapter3/index.md
- Notes: chapter3/notes.md
- Doubts: chapter3/doubts.md
- Cheatsheet: chapter3/cheatsheet.md
- Chapter 4:
- Chapter 4: chapter4/index.md
- Notes: chapter4/notes.md
- Doubts: chapter4/doubts.md