-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
88 lines (83 loc) · 2.47 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
site_name: c-pro
theme:
name: material
palette:
primary: teal
accent: light green
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
plugins:
- search
repo_url: https://github.com/Karthik-d-k/c-pro
markdown_extensions:
- pymdownx.highlight:
use_pygments: True
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets:
base_path:
- src/Chapter_01/
- src/Chapter_02/
- src/Chapter_03/
- src/Chapter_04/
- src/Chapter_05/
check_paths: True
extra_css:
- stylesheets/extra.css
# Social links
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/Karthik_d_k
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/karthik-d-k-319853166/
# Page tree
nav:
- Home: index.md
- Docs:
- Chapter 1:
- Example 1: Chapter_01/EX1_01.md
- Example 2: Chapter_01/EX1_02.md
- Example 3: Chapter_01/EX1_03.md
- Example 4: Chapter_01/EX1_04.md
- Example 5: Chapter_01/EX1_05.md
- Example 6: Chapter_01/EX1_06.md
- Example 7: Chapter_01/EX1_07.md
- Example 8: Chapter_01/EX1_08.md
- Example 9: Chapter_01/EX1_09.md
- Example 10: Chapter_01/EX1_10.md
- Example 11: Chapter_01/EX1_11.md
- Example 12: Chapter_01/EX1_12.md
- Example 13: Chapter_01/EX1_13.md
- Example 14: Chapter_01/EX1_14.md
- Example 15: Chapter_01/EX1_15.md
- Example 16: Chapter_01/EX1_16.md
- Chapter 2:
- Example 1: Chapter_02/EX2_01.md
- Example 2: Chapter_02/EX2_02.md
- Example 3: Chapter_02/EX2_03.md
- Example 4: Chapter_02/EX2_04.md
- Example 5: Chapter_02/EX2_05.md
- Example 6: Chapter_02/EX2_06.md
- Example 7: Chapter_02/EX2_07.md
- Example 8: Chapter_02/EX2_08.md
- Example 9: Chapter_02/EX2_09.md
- Example 10: Chapter_02/EX2_10.md
- Chapter 3:
- Example 1: Chapter_03/EX3_01.md
- Example 2: Chapter_03/EX3_02.md
- Example 3: Chapter_03/EX3_03.md
- Example 4: Chapter_03/EX3_04.md
- Example 5: Chapter_03/EX3_05.md
- Example 6: Chapter_03/EX3_06.md
- Chapter 4:
- Example 1: Chapter_04/EX4_01.md
- Example 2: Chapter_04/EX4_02.md
- Example 3: Chapter_04/EX4_03.md
- Example 4: Chapter_04/EX4_04.md
- Example 5: Chapter_04/EX4_05.md
- Chapter 5:
- Example 1: Chapter_05/EX5_01.md