File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ func main() {
76
76
}
77
77
}
78
78
```
79
- ![ ] ( /docs/v2 /images/default-bash-autocomplete.gif)
79
+ ![ ] ( .. /images/default-bash-autocomplete.gif)
80
80
81
81
#### Custom auto-completion
82
82
<!-- {
@@ -126,7 +126,7 @@ func main() {
126
126
}
127
127
}
128
128
```
129
- ![ ] ( /docs/v2 /images/custom-bash-autocomplete.gif)
129
+ ![ ] ( .. /images/custom-bash-autocomplete.gif)
130
130
131
131
#### Enabling
132
132
@@ -229,10 +229,10 @@ $ source path/to/autocomplete/zsh_autocomplete
229
229
```
230
230
231
231
#### ZSH default auto-complete example
232
- ![ ] ( /docs/v2 /images/default-zsh-autocomplete.gif)
232
+ ![ ] ( .. /images/default-zsh-autocomplete.gif)
233
233
234
234
#### ZSH custom auto-complete example
235
- ![ ] ( /docs/v2 /images/custom-zsh-autocomplete.gif)
235
+ ![ ] ( .. /images/custom-zsh-autocomplete.gif)
236
236
237
237
#### PowerShell Support
238
238
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ func main() {
77
77
}
78
78
}
79
79
```
80
- ![ ] ( /docs/v3 /images/default-bash-autocomplete.gif)
80
+ ![ ] ( .. /images/default-bash-autocomplete.gif)
81
81
82
82
#### Custom auto-completion
83
83
<!-- {
@@ -128,7 +128,7 @@ func main() {
128
128
}
129
129
}
130
130
```
131
- ![ ] ( /docs/v3 /images/custom-bash-autocomplete.gif)
131
+ ![ ] ( .. /images/custom-bash-autocomplete.gif)
132
132
133
133
#### Enabling
134
134
@@ -232,10 +232,10 @@ $ source path/to/autocomplete/zsh_autocomplete
232
232
```
233
233
234
234
#### ZSH default auto-complete example
235
- ![ ] ( /docs/v3 /images/default-zsh-autocomplete.gif)
235
+ ![ ] ( .. /images/default-zsh-autocomplete.gif)
236
236
237
237
#### ZSH custom auto-complete example
238
- ![ ] ( /docs/v3 /images/custom-zsh-autocomplete.gif)
238
+ ![ ] ( .. /images/custom-zsh-autocomplete.gif)
239
239
240
240
#### PowerShell Support
241
241
Original file line number Diff line number Diff line change 1
- mkdocs-git-revision-date-localized-plugin~=1.0
2
- mkdocs-material-extensions~=1.0
3
- mkdocs-material~=8.2
4
- mkdocs~=1.3
5
- pygments~=2.12
1
+ mkdocs-git-revision-date-localized-plugin~=1.2
2
+ mkdocs-material-extensions~=1.3
3
+ mkdocs-material~=8.5
4
+ mkdocs~=1.6
5
+ pygments~=2.18
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ markdown_extensions:
92
92
- pymdownx.caret
93
93
- pymdownx.details
94
94
- pymdownx.emoji :
95
- emoji_index : !!python/name:materialx .emoji.twemoji
96
- emoji_generator : !!python/name:materialx .emoji.to_svg
95
+ emoji_index : !!python/name:material.extensions .emoji.twemoji
96
+ emoji_generator : !!python/name:material.extensions .emoji.to_svg
97
97
- pymdownx.highlight
98
98
- pymdownx.inlinehilite
99
99
- pymdownx.keys
You can’t perform that action at this time.
0 commit comments