This repository was archived by the owner on Feb 24, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
103 lines (93 loc) · 2.63 KB
/
mkdocs.yml
File metadata and controls
103 lines (93 loc) · 2.63 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
site_name: WireFlow
site_description: A flexible CLI tool for building persistent AI workflows anywhere you want
site_author: Joseph Monaco
repo_url: https://github.com/jdmonaco/wireflow
repo_name: wireflow
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.expand
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- First Workflow: getting-started/first-workflow.md
- User Guide:
- Projects: user-guide/projects.md
- Workflows: user-guide/workflows.md
- Prompts & Templates: user-guide/prompts.md
- Context & Input: user-guide/context.md
- Execution Modes: user-guide/execution.md
- Configuration: user-guide/configuration.md
- Reference:
- CLI Overview: reference/index.md
- wfw init: reference/init.md
- wfw new: reference/new.md
- wfw edit: reference/edit.md
- wfw config: reference/config.md
- wfw run: reference/run.md
- wfw task: reference/task.md
- wfw batch: reference/batch.md
- wfw cat: reference/cat.md
- wfw open: reference/open.md
- wfw tasks: reference/tasks.md
- wfw prompts: reference/prompts.md
- wfw list: reference/list.md
- wfw shell: reference/shell.md
- wfw help: reference/help.md
- Developer Guide:
- Overview: developer-guide/index.md
- Architecture: developer-guide/architecture.md
- Implementation: developer-guide/implementation.md
- Configuration: developer-guide/configuration.md
- Content & I/O: developer-guide/content.md
- Execution: developer-guide/execution.md
- API Layer: developer-guide/api.md
- Troubleshooting: troubleshooting.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- admonition
- tables
- toc:
permalink: true
toc_depth: 3
- attr_list
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- autorefs
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jdmonaco