-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
158 lines (143 loc) · 3.86 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
site_name: LITEPODS - Links to Everything PODS
site_description: LInks To Everything PODS
site_url: https://bsc-iitm.github.io/litepods
# Repository
repo_name: bsc-iitm/litepods
repo_url: https://github.com/bsc-iitm/litepods
edit_uri: edit/main/docs/
theme:
name: material
# custom_dir: overrides
favicon: assets/logo.svg
logo: assets/logo.svg
#shortcuts
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 83 # s
highlightjs: true
#when editing a page
theme:
# icon:
# edit: material/pencil
# view: material/eye
palette:
#light mode
- scheme: default
primary: teal
accent: blue
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
#dark mode
- scheme: slate
primary: teal
accent: blue
toggle:
icon: material/lightbulb
name: Switch to light mode
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- search.highlight
- search.share
- search.suggest
- navigation.instant
# - navigation.footer
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- toc.follow
# - toc.integrate
markdown_extensions:
- footnotes
- nl2br
- attr_list
- sane_lists
- meta
- smarty
- tables
- def_list
- toc:
title: On this Page
toc_depth: 2
permalink: true
permalink_title: Copy link to this section for reference
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- admonition
- pymdownx.details
plugins:
- blog:
archive: false
categories: false
post_date_format: full
blog_dir: updates
# post_dir: "{blog}/articles"
archive_date_format: MMMM yyyy
post_readtime: true
blog_toc: true
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- minify:
minify_html: true
extra:
analytics:
# provider: google
# property:
generator: false
#site navigation
nav:
- Home:
- index.html
- For Everyone:
- Academics: everyone/academics.md
- Official: everyone/official.md
- Unofficial: everyone/unofficial.md
- Paradox: everyone/paradox.md
- Foundation:
- Maths 1: foundation/maths_1.md
- Stats 1: foundation/stats_1.md
- CT: foundation/ct.md
- Python: foundation/python.md
- Maths 2: foundation/maths_2.md
- Stats 2: foundation/stats_2.md
- English 1: foundation/english_1.md
- English 2: foundation/english_2.md
- Diploma Programming:
- Courses:
- PDSA: diploma_programming/pdsa.md
- MAD 1: diploma_programming/mad_1.md
- MAD 2: diploma_programming/mad_2.md
- DBMS: diploma_programming/dbms.md
- System Commands: diploma_programming/system_commands.md
- JAVA: diploma_programming/java.md
- Projects:
- MAD 1 - Project: diploma_programming/mad_1_project.md
- MAD 2 - Project: diploma_programming/mad_2_project.md
- Diploma Data Science:
- Courses:
- Machine Learning Foundations: diploma_ds/mlf.md
- Machine Learning Techniques: diploma_ds/mlt.md
- Machine Learning Practice: diploma_ds/mlp.md
- Business Analytics: diploma_ds/ba.md
- Business Data Management: diploma_ds/bdm.md
- Tools in Data Science: diploma_ds/tds.md
- Projects:
- Machine Learning Practice - Project: diploma_ds/mlp_project.md
- Business Data Management - Project: diploma_ds/bdm_project.md
- BSc:
bsc/index.md
- BS:
bs/index.md
- How to Contribute:
- contribute/index.md
- Contributors : contribute/marking-my-presence.md
- Updates: updates/index.html