diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b3d511c2c..375ebff74 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -42,6 +42,6 @@ jobs: - name: Build & Deploy with Mike (versioned) if: startsWith(github.ref, 'refs/tags/') run: | - mike deploy --update-aliases --push --rebase ${{ steps.git.outputs.tag }} stable + mike deploy --update-aliases --push ${{ steps.git.outputs.tag }} stable diff --git a/docs/requirements.txt b/docs/requirements.txt index 242e557ea..c803f1a12 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,9 +1,9 @@ -mkdocs==1.5.3 -mkdocs-material==9.5.34 +mkdocs==1.6.1 +mkdocs-material==9.5.46 pymdown-extensions==10.3.1 -mkdocs-git-revision-date-localized-plugin==1.2.9 +mkdocs-git-revision-date-localized-plugin==1.3.0 mkdocs-awesome-pages-plugin==2.9.3 mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists -mkdocs-include-markdown-plugin==6.2.2 # https://github.com/mondeja/mkdocs-include-markdown-plugin -mike==1.1.2 # versioned docs: https://github.com/jimporter/mike - +mkdocs-include-markdown-plugin==7.1.1 # https://github.com/mondeja/mkdocs-include-markdown-plugin +mike==2.1.3 # versioned docs: https://github.com/jimporter/mike +mkdocs-material-extensions==1.3.1 diff --git a/docs/usage/advanced/calico.md b/docs/usage/advanced/calico.md index ae1ae67e2..3deb1a586 100644 --- a/docs/usage/advanced/calico.md +++ b/docs/usage/advanced/calico.md @@ -67,8 +67,8 @@ kubectl patch installation default --type=merge --patch='{"spec":{"calicoNetwork ## 4. What's next? Check out our other guides, here some suggestions: -- Add an additional node to your setup. [see](k3d_node.md) -- Expose your services. [see](exposing_services.md) +- Add an additional node to your setup. [see](../commands/k3d_node.md) +- Expose your services. [see](../exposing_services.md) ## References