-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (63 loc) · 1.69 KB
/
Copy pathmkdocs.yml
File metadata and controls
68 lines (63 loc) · 1.69 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
site_name: bub
repo_url: https://github.com/bubbuild/bub
site_url: https://bub.build
site_description: "An agent partner for real teams: visible execution, reliable collaboration."
site_author: Bub Build
edit_uri: edit/main/docs/
repo_name: bubbuild/bub
copyright: Copyright (c) 2026 Bub Build contributors.
nav:
- Home: index.md
- Key Features: features.md
- Posts:
- "2026-03-01 · Socialized Evaluation and Agent Partnership": posts/2026-03-01-bub-socialized-evaluation-and-agent-partnership.md
- "2025-07-16 · Baby Bub Bootstrap Milestone": posts/2025-07-16-baby-bub-bootstrap-milestone.md
- Deployment: deployment.md
- Architecture: architecture.md
- Channels:
- Overview: channels.md
- CLI (Local): cli.md
- Telegram: telegram.md
- Discord: discord.md
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: ["src/bub"]
theme:
name: terminal
palette: dark
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.share
- content.code.copy
- content.code.select
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/bubbuild/bub
- icon: fontawesome/brands/python
link: https://pypi.org/project/bub