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() {
7676 }
7777}
7878```
79- ![ ] ( /docs/v2 /images/default-bash-autocomplete.gif)
79+ ![ ] ( .. /images/default-bash-autocomplete.gif)
8080
8181#### Custom auto-completion
8282<!-- {
@@ -126,7 +126,7 @@ func main() {
126126 }
127127}
128128```
129- ![ ] ( /docs/v2 /images/custom-bash-autocomplete.gif)
129+ ![ ] ( .. /images/custom-bash-autocomplete.gif)
130130
131131#### Enabling
132132
@@ -229,10 +229,10 @@ $ source path/to/autocomplete/zsh_autocomplete
229229```
230230
231231#### ZSH default auto-complete example
232- ![ ] ( /docs/v2 /images/default-zsh-autocomplete.gif)
232+ ![ ] ( .. /images/default-zsh-autocomplete.gif)
233233
234234#### ZSH custom auto-complete example
235- ![ ] ( /docs/v2 /images/custom-zsh-autocomplete.gif)
235+ ![ ] ( .. /images/custom-zsh-autocomplete.gif)
236236
237237#### PowerShell Support
238238
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ func main() {
7777 }
7878}
7979```
80- ![ ] ( /docs/v3 /images/default-bash-autocomplete.gif)
80+ ![ ] ( .. /images/default-bash-autocomplete.gif)
8181
8282#### Custom auto-completion
8383<!-- {
@@ -128,7 +128,7 @@ func main() {
128128 }
129129}
130130```
131- ![ ] ( /docs/v3 /images/custom-bash-autocomplete.gif)
131+ ![ ] ( .. /images/custom-bash-autocomplete.gif)
132132
133133#### Enabling
134134
@@ -232,10 +232,10 @@ $ source path/to/autocomplete/zsh_autocomplete
232232```
233233
234234#### ZSH default auto-complete example
235- ![ ] ( /docs/v3 /images/default-zsh-autocomplete.gif)
235+ ![ ] ( .. /images/default-zsh-autocomplete.gif)
236236
237237#### ZSH custom auto-complete example
238- ![ ] ( /docs/v3 /images/custom-zsh-autocomplete.gif)
238+ ![ ] ( .. /images/custom-zsh-autocomplete.gif)
239239
240240#### PowerShell Support
241241
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:
9292 - pymdownx.caret
9393 - pymdownx.details
9494 - 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
9797 - pymdownx.highlight
9898 - pymdownx.inlinehilite
9999 - pymdownx.keys
You can’t perform that action at this time.
0 commit comments