-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
99 lines (94 loc) · 2.52 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
site_name: ACM Coding Bootcamp
docs_dir: './docs'
remote_branch: gh-pages
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
icon: assets/logo.png
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.top
- navigation.sections
- navigation.instant
nav:
- Home: 'index.md'
- Sessions:
- '1: HTML/CSS': './01-HTML-CSS/README.md'
- '2: JavaScript (Basics)': './02-JavaScript-1/README.md'
- '3: JavaScript (Advanced)': './03-JavaScript-2/README.md'
- '4: APIs': './04-API/README.md'
- '5: CLI & Git': './05-CLI-Git/README.md'
- '6: GitHub': './06-GitHub/README.md'
plugins:
- search
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
#site_name: ACMBPDC
#theme:
#name: null
#custom_dir: 'theme'
#nav:
#- Home: 'index.md'
#- Sessions:
#- '1: HTML/CSS': './01-HTML-CSS/README.md'
#- '2: JavaScript (Basics)': './02-JavaScript-1/README.md'
#- '3: JavaScript (Advanced)': './03-JavaScript-2/README.md'
#- '4: APIs': './04-API/README.md'
#- '5: CLI & Git': './05-CLI-Git/README.md'
#- '6: GitHub': './06-GitHub/README.md'
#plugins:
#- search
#- spellcheck
#- with-pdf:
#author: ACM BITS Pilani Dubai Campus
#copyright: ANY TEXT
#
#cover: false
#back_cover: true
#cover_title: TITLE TEXT
#cover_subtitle: SUBTITLE TEXT
#custom_template_path: TEMPLATES PATH
#
#toc_title: TOC TITLE TEXT
#heading_shift: false
#toc_level: 3
#ordered_chapter_level: 2
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#
#exclude_pages:
# - 'bugs/'
# - 'appendix/contribute/'
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
#two_columns_level: 3
#
#render_js: true
#headless_chrome_path: headless-chromium
#
#output_path: any-place/document.pdf
#enabled_if_env: ENABLE_PDF_EXPORT
#
#debug_html: true
#show_anchors: true
#verbose: true