-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (48 loc) · 1.13 KB
/
mkdocs.yml
File metadata and controls
52 lines (48 loc) · 1.13 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
site_name: scheduling-kit
site_description: Backend-agnostic scheduling library with Effect workflows, Bazel metadata, and Svelte checkout components
repo_url: https://github.com/Jesssullivan/scheduling-kit
repo_name: Jesssullivan/scheduling-kit
docs_dir: docs
site_dir: site
strict: true
theme:
name: material
language: en
font:
text: IBM Plex Sans
code: IBM Plex Mono
palette:
- scheme: default
primary: teal
accent: amber
features:
- navigation.instant
- navigation.sections
- navigation.footer
- search.highlight
- content.code.copy
- content.code.annotate
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- tables
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Build & Release: build-and-release.md
- Testing: testing.md
- Tracing: tracing.md
- Generated:
- Package Surface: generated/package-surface.md
- Release Metadata: generated/release-metadata.md