-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
74 lines (73 loc) · 1.85 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
# Copyright 2025 Google LLC
# SPDX-License-Identifier: Apache-2.0
site_name: Google Dotprompt
repo_url: https://github.com/google/dotprompt
docs_dir: docs
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
logo: assets/google-logo-small.png
favicon: assets/google-logo-small.png
font:
text: Fira Sans
code: Fira Code
features:
- navigation.tabs
- navigation.instant
- navigation.instant.prefetch
- navigation.tracking
- navigation.footer
- content.code.copy
- content.code.annotate
markdown_extensions:
- admonition
- attr_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
plugins:
- autorefs
- d2
- tags
- mermaid2
- search
- mkdocstrings
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/firebase/genkit
- icon: fontawesome/brands/discord
link: https://discord.gg/qXt5zzQKpc
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/user/Firebase
- icon: fontawesome/brands/x-twitter
link: https://x.com/Firebase