diff --git a/docs/installation.md b/docs/installation.md index 6518b57ff..ef0df8863 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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" @@ -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 diff --git a/docs/setup/adding-a-git-repository.md b/docs/setup/adding-a-git-repository.md index 51669a6d3..7be8de710 100644 --- a/docs/setup/adding-a-git-repository.md +++ b/docs/setup/adding-a-git-repository.md @@ -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"} diff --git a/docs/setup/index.md b/docs/setup/index.md index 7b344401c..5f09f6991 100644 --- a/docs/setup/index.md +++ b/docs/setup/index.md @@ -42,8 +42,8 @@ configuration or alter the appearance.