-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
140 lines (140 loc) · 4.51 KB
/
Copy pathmkdocs.yml
File metadata and controls
140 lines (140 loc) · 4.51 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
site_name: LazyWorktree
site_description: Easy Git worktree management for the terminal
site_url: https://chmouel.github.io/lazyworktree/
repo_name: chmouel/lazyworktree
repo_url: https://github.com/chmouel/lazyworktree
docs_dir: docs
site_dir: site/docs
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo.png
favicon: assets/logo.png
font:
text: Space Grotesk
code: IBM Plex Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue-grey
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- header.autohide
- navigation.instant
- navigation.footer
- content.action.edit
- content.action.view
- navigation.tabs
- navigation.indexes
- navigation.expand
- navigation.sections
- navigation.tracking
- navigation.top
- toc.follow
- content.code.copy
- content.tabs.link
- search.suggest
- search.highlight
extra_css:
- stylesheets/website-theme.css
plugins:
- search
- glightbox
markdown_extensions:
- admonition
- tables
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Documentation:
- Getting Started:
- Introduction: index.md
- Installation: installation.md
- Quickstart: getting-started.md
- Shell Integration: shell-integration.md
- Core Features:
- Worktree Operations: core/worktree-operations.md
- Navigation and Keybindings: core/navigation-and-keybindings.md
- Notes and Taskboard: core/notes-and-taskboard.md
- CI and PR/MR Status: core/ci-and-pr-status.md
- Command Palette: core/command-palette.md
- Configuration:
- Overview: configuration/overview.md
- Reference: configuration/reference.md
- Display and Themes: configuration/display-and-themes.md
- Refresh and Performance: configuration/refresh-and-performance.md
- Diff, Pager, and Editor: configuration/diff-pager-and-editor.md
- Lifecycle Hooks (.wt): configuration/lifecycle-hooks.md
- Branch Naming: configuration/branch-naming.md
- Custom Themes: configuration/custom-themes.md
- Guides:
- Multiplexer Integration: guides/multiplexer-integration.md
- AI Integration: guides/ai-integration.md
- Container Execution: guides/container-execution.md
- Reference:
- Action IDs: action-ids.md
- Keybindings: keybindings.md
- Configuration: configuration.md
- Custom Commands: custom-commands.md
- CLI Usage: cli.md
- Themes: themes.md
- Branch Naming: branch-naming.md
- CI Status: ci-status.md
- Worktree Lifecycle: worktree-lifecycle.md
- Worktree Notes: worktree-notes.md
- Troubleshooting:
- Diagnostic Guide: troubleshooting/diagnostic-guide.md
- Fonts and Rendering: troubleshooting/fonts-and-rendering.md
- Integration Caveats: troubleshooting/integration-caveats.md
- FAQ: troubleshooting/faq.md
- Development:
- Contributing: development/contributing.md
- Architecture: development/architecture.md
- Appendix:
- Screenshots: screenshots.md
- About: about.md
- CLI Reference:
- Overview: cli/overview.md
- Commands Reference: cli/commands.md
- Flags Reference: cli/flags.md
- doctor: cli/doctor.md
- worktrees: cli/worktrees.md
- notes: cli/notes.md
- list: cli/list.md
- create: cli/create.md
- delete: cli/delete.md
- rename: cli/rename.md
- exec: cli/exec.md
- note: cli/note.md
- describe: cli/describe.md
extra:
generator: false
social:
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@chmouel
- icon: fontawesome/brands/twitter
link: https://twitter.com/chmouel
- icon: fontawesome/brands/github
link: https://github.com/chmouel
copyright: Made with Material for MkDocs - © <a href="https://github.com/chmouel">Chmouel Boudjnah</a>