Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mkdocs and dependencies #1978

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/v2/examples/bash-completions.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func main() {
}
}
```
![](/docs/v2/images/default-bash-autocomplete.gif)
![](../images/default-bash-autocomplete.gif)

#### Custom auto-completion
<!-- {
Expand Down Expand Up @@ -126,7 +126,7 @@ func main() {
}
}
```
![](/docs/v2/images/custom-bash-autocomplete.gif)
![](../images/custom-bash-autocomplete.gif)

#### Enabling

Expand Down Expand Up @@ -229,10 +229,10 @@ $ source path/to/autocomplete/zsh_autocomplete
```

#### ZSH default auto-complete example
![](/docs/v2/images/default-zsh-autocomplete.gif)
![](../images/default-zsh-autocomplete.gif)

#### ZSH custom auto-complete example
![](/docs/v2/images/custom-zsh-autocomplete.gif)
![](../images/custom-zsh-autocomplete.gif)

#### PowerShell Support

Expand Down
8 changes: 4 additions & 4 deletions docs/v3/examples/bash-completions.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func main() {
}
}
```
![](/docs/v3/images/default-bash-autocomplete.gif)
![](../images/default-bash-autocomplete.gif)

#### Custom auto-completion
<!-- {
Expand Down Expand Up @@ -128,7 +128,7 @@ func main() {
}
}
```
![](/docs/v3/images/custom-bash-autocomplete.gif)
![](../images/custom-bash-autocomplete.gif)

#### Enabling

Expand Down Expand Up @@ -232,10 +232,10 @@ $ source path/to/autocomplete/zsh_autocomplete
```

#### ZSH default auto-complete example
![](/docs/v3/images/default-zsh-autocomplete.gif)
![](../images/default-zsh-autocomplete.gif)

#### ZSH custom auto-complete example
![](/docs/v3/images/custom-zsh-autocomplete.gif)
![](../images/custom-zsh-autocomplete.gif)

#### PowerShell Support

Expand Down
10 changes: 5 additions & 5 deletions mkdocs-reqs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs-git-revision-date-localized-plugin~=1.0
mkdocs-material-extensions~=1.0
mkdocs-material~=8.2
mkdocs~=1.3
pygments~=2.12
mkdocs-git-revision-date-localized-plugin~=1.2
mkdocs-material-extensions~=1.3
mkdocs-material~=8.5
mkdocs~=1.6
pygments~=2.18
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
Expand Down
Loading