-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
76 lines (68 loc) · 1.8 KB
/
Copy pathmkdocs.yaml
File metadata and controls
76 lines (68 loc) · 1.8 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
# pip3 install mkdocs mkdocs-material
# or
# brew install mkdocs-material
# mkdocs serve
site_name: Trailblaze
repo_name: Trailblaze
repo_url: https://github.com/block/trailblaze
site_description: "AI-powered UI testing framework."
site_author: Block, Inc.
remote_branch: gh-pages
copyright: 'Copyright © 2025 Block, Inc.'
# Build hooks (see docs_hooks.py): fills missing per-trail report-gallery assets with the
# committed generic placeholder so strict builds pass without committing per-trail binaries.
hooks:
- docs_hooks.py
# The showcase manifest is config for docs_hooks.py + the CI trail scripts, not a page —
# keep it out of the published site. It still lives under docs/ (read from disk by the
# hook) so the gallery's showcase choices sit next to the gallery they drive.
exclude_docs: |
showcase-trails.yml
theme:
name: 'material'
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: 'white'
accent: 'green'
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: 'black'
accent: 'green'
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: 'Inter'
code: 'Fira Code'
features:
- content.code.copy
- content.code.select
- navigation.expand
#extra_css:
# - 'css/app.css'
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.emoji
- pymdownx.tabbed:
alternate_style: true
- tables
- admonition
- attr_list
- md_in_html