File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4242 - name : Build & Deploy with Mike (versioned)
4343 if : startsWith(github.ref, 'refs/tags/')
4444 run : |
45- mike deploy --update-aliases --push --rebase ${{ steps.git.outputs.tag }} stable
45+ mike deploy --update-aliases --push ${{ steps.git.outputs.tag }} stable
4646
4747
Original file line number Diff line number Diff line change 1- mkdocs == 1.5.3
2- mkdocs-material == 9.5.34
1+ mkdocs == 1.6.1
2+ mkdocs-material == 9.5.46
33pymdown-extensions == 10.3.1
4- mkdocs-git-revision-date-localized-plugin == 1.2.9
4+ mkdocs-git-revision-date-localized-plugin == 1.3.0
55mkdocs-awesome-pages-plugin == 2.9.3
66mdx_truly_sane_lists == 1.3 # https://github.com/radude/mdx_truly_sane_lists
7- mkdocs-include-markdown-plugin == 6.2.2 # https://github.com/mondeja/mkdocs-include-markdown-plugin
8- mike == 1 .1.2 # versioned docs: https://github.com/jimporter/mike
9-
7+ mkdocs-include-markdown-plugin == 7.1.1 # https://github.com/mondeja/mkdocs-include-markdown-plugin
8+ mike == 2 .1.3 # versioned docs: https://github.com/jimporter/mike
9+ mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ kubectl patch installation default --type=merge --patch='{"spec":{"calicoNetwork
6767
6868## 4. What's next?
6969Check out our other guides, here some suggestions:
70- - Add an additional node to your setup. [ see] ( k3d_node.md )
71- - Expose your services. [ see] ( exposing_services.md )
70+ - Add an additional node to your setup. [ see] ( ../commands/ k3d_node.md)
71+ - Expose your services. [ see] ( ../ exposing_services.md)
7272
7373## References
7474
You can’t perform that action at this time.
0 commit comments