Skip to content
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
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Open up a terminal and install MaterialX with:
=== "Pin"

```
pip install mkdocs-materialx==10.1.3
pip install mkdocs-materialx==10.1.5
```

=== "Upgrade"
Expand Down Expand Up @@ -62,7 +62,7 @@ and pull the image with:
=== "Pin"

```
docker pull jaywhj/mkdocs-materialx:10.1.4
docker pull jaywhj/mkdocs-materialx:10.1.5
```

[Docker image]: https://hub.docker.com/r/jaywhj/mkdocs-materialx
Expand Down
6 changes: 5 additions & 1 deletion docs/setup/adding-a-git-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,11 @@ After applying this configuration, an HTML link relation of type `text/markdown`

!!! warning "Note"
- This feature relies on the [`repo_url`][repo_url]{target="_blank"} and [`edit_uri`][edit_uri]{target="_blank"} settings, you need to configure both properties correctly
- If the default branch of your GitHub repository is `main`, add the configuration: `edit_uri: edit/main/docs/`
- If the default branch of your GitHub repository is `main`, add the configuration:

``` yaml
edit_uri: edit/main/docs/
```

Related introduction: [Introducing Markdown for Agents](https://blog.cloudflare.com/zh-cn/markdown-for-agents/){target="_blank"}

Expand Down
4 changes: 2 additions & 2 deletions docs/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ configuration or alter the appearance.

<div class="grid cards" markdown>

- :material-brush-variant: __[Colors]__ – Change colors with an existing color palette or customize with CSS
- :material-format-font: __[Fonts]__ – Choose among 1,000 Google Fonts or load self-hosted fonts
- :lucide-palette: __[Colors]__ – Change colors with an existing color palette or customize with CSS
- :material-format-text: __[Fonts]__ – Choose among 1,000 Google Fonts or load self-hosted fonts
- :material-google-downasaur: __[Logo & Icons]__ – Change the logo, use any of the 8,000+ icons, or add new ones
- :material-cards-variant: __[Social Cards]__ – Automatically create social media previews when sharing links

Expand Down