-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathmkdocs.yml
More file actions
125 lines (114 loc) · 4.09 KB
/
Copy pathmkdocs.yml
File metadata and controls
125 lines (114 loc) · 4.09 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
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
# Project information .........................................
site_name: "Model Mondays"
site_url: https://microsoft.github.io/model-mondays
site_author: Nitya Narasimhan
site_description: >-
Welcome to Model Mondays - a weekly 30-minute livestream series that helps you keep track of the fast-paced growth of the AI models ecosystem in actionable ways.
# Repository ..................................................
repo_name: microsoft/model-mondays
repo_url: https://github.com/microsoft/model-mondays
# Copyright ...................................................
copyright: >
© 2025 Microsoft |
<a href="https://go.microsoft.com/fwlink/?LinkId=521839">Privacy </a> |
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy </a> |
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use </a> |
<a href="https://www.microsoft.com/trademarks">Trademarks </a>
# Configuration ...............................................
theme:
name: material
font:
code: Roboto Mono #Monospaced
text: Roboto #Regular
logo: img/mm-flames.png
language: en
# Theme Modes ...............................................
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: pink
toggle:
icon: material/brightness-2
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: pink
toggle:
icon: material/brightness-4
name: Switch to system preference
# Theme Features ...............................................
features:
- navigation.instant
- navigation.expand # sidebar collapsible sections open
- navigation.instant.progress # load progress indicator
- navigation.tracking # tracks anchor tags in URL
- navigation.tabs # tabbed on desktop, single in mobile
- navigation.tabs.sticky # tabs stick when scrolling downtheme:
- navigation.path # add breadcrumbs
- navigation.indexes # index.md is default page for section
- navigation.top
- toc.follow
- navigation.footer
- content.code.copy # allow copy-paste from codeblocks
- content.tabs.link # Ensures site-wide switch to same tab name
# Extras ...............................................
extra:
generator: false
# Plugins ...............................................
plugins:
- search
- blog:
categories_allowed:
- Recaps
- Tutorials
- Season-01
- Season-02
- tags
# Extensions ...............................................
markdown_extensions:
- abbr
- admonition
- attr_list
- toc:
permalink: true
toc_depth: 3
- pymdownx.details
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
auto_title: true
linenums: true
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
# Navigation ...............................................
nav:
- Overview: index.md
- Season 01:
- 01 | GitHub Models : season-01/ep-01.md
- 02 | Reasoning Models : season-01/ep-02.md
- 03 | Search & Retrieval : season-01/ep-03.md
- 04 | Visual Generative AI : season-01/ep-04.md
- 05 | Fine-Tuning Models : season-01/ep-05.md
- 06 | Synthetic Datasets : season-01/ep-06.md
- 07 | Open Source Projects : season-01/ep-07.md
- 08 | Forecasting Models : season-01/ep-08.md
- Blog:
- blog/index.md
- Tags: blog/tags.md