BoilerWorks

boilerworks / mkdocs.yml
Blame History Raw 93 lines
1
site_name: Boilerworks
2
site_url: https://boilerworks.dev
3
site_description: The CLI for boilerworks.ai — stop vibe-coding scaffolding
4
site_author: CONFLICT LLC
5
repo_url: https://github.com/ConflictHQ/boilerworks
6
repo_name: ConflictHQ/boilerworks
7
8
theme:
9
name: material
10
logo: assets/images/logo.svg
11
favicon: assets/images/favicon.png
12
font:
13
text: Roboto
14
code: Roboto Mono
15
palette:
16
- media: "(prefers-color-scheme: dark)"
17
scheme: slate
18
primary: custom
19
accent: custom
20
toggle:
21
icon: material/brightness-4
22
name: Switch to light mode
23
- media: "(prefers-color-scheme: light)"
24
scheme: default
25
primary: custom
26
accent: custom
27
toggle:
28
icon: material/brightness-7
29
name: Switch to dark mode
30
features:
31
- navigation.instant
32
- navigation.tabs
33
- navigation.sections
34
- navigation.expand
35
- navigation.top
36
- search.suggest
37
- search.highlight
38
- content.code.copy
39
- content.tabs.link
40
- header.autohide
41
icon:
42
repo: fontawesome/brands/github
43
44
extra_css:
45
- assets/css/custom.css
46
47
plugins:
48
- search
49
50
markdown_extensions:
51
- admonition
52
- pymdownx.details
53
- pymdownx.superfences:
54
custom_fences:
55
- name: mermaid
56
class: mermaid
57
format: !!python/name:pymdownx.superfences.fence_code_format
58
- pymdownx.tabbed:
59
alternate_style: true
60
- pymdownx.highlight:
61
anchor_linenums: true
62
- pymdownx.inlinehilite
63
- pymdownx.snippets
64
- attr_list
65
- md_in_html
66
- toc:
67
permalink: true
68
69
nav:
70
- Home: index.md
71
- Getting Started:
72
- Installation: getting-started/installation.md
73
- Quick Start: getting-started/quickstart.md
74
- Configuration: getting-started/configuration.md
75
- Templates:
76
- Catalogue: guide/templates.md
77
- Choosing a Template: guide/choosing.md
78
- CLI Reference:
79
- setup: cli/setup.md
80
- init: cli/init.md
81
- list: cli/list.md
82
- bootstrap: cli/bootstrap.md
83
- Contributing: contributing.md
84
85
extra:
86
social:
87
- icon: fontawesome/brands/github
88
link: https://github.com/ConflictHQ/boilerworks
89
- icon: fontawesome/solid/globe
90
link: https://boilerworks.ai
91
92
copyright: Copyright © 2026 CONFLICT LLC
93

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button