-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathmkdocs.yml
More file actions
93 lines (84 loc) · 2.79 KB
/
mkdocs.yml
File metadata and controls
93 lines (84 loc) · 2.79 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
# Project information .........................................
site_name: "JavaScript AI Build-a-thon"
site_url: https://Azure-Samples.github.io/JavaScript-AI-Buildathon
repo_url: https://github.com/Azure-Samples/JavaScript-AI-Buildathon
# Copyright ...................................................
copyright: >
© 2026 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 onclick="window.manageConsent();">Cookies </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
icon:
repo: fontawesome/brands/github
admonition:
note: fontawesome/solid/note-sticky
info: fontawesome/solid/circle-info
tip: fontawesome/solid/bullhorn
success: fontawesome/solid/check
question: fontawesome/solid/circle-question
warning: fontawesome/solid/triangle-exclamation
example: fontawesome/solid/flask
quote: fontawesome/solid/quote-left
font:
code: JetBrains Mono
text: Inter
logo: media/logo.svg
language: en
# Theme Modes ...............................................
palette:
- scheme: default
primary: black
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
# Theme Features ...............................................
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.top
- content.code.copy
# Extras ...............................................
extra:
generator: false
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- manage
# Navigation ...............................................
nav:
- Overview: index.md
- Quests: quests.md
- Discussions: https://aka.ms/JSAI_Discussions
# Extensions ...............................................
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
toc_depth: 3
- tables
- attr_list
- md_in_html
extra_css:
- stylesheets/extra.css