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 42
42
- name : Build & Deploy with Mike (versioned)
43
43
if : startsWith(github.ref, 'refs/tags/')
44
44
run : |
45
- mike deploy --update-aliases --push --rebase ${{ steps.git.outputs.tag }} stable
45
+ mike deploy --update-aliases --push ${{ steps.git.outputs.tag }} stable
46
46
47
47
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
3
3
pymdown-extensions == 10.3.1
4
- mkdocs-git-revision-date-localized-plugin == 1.2.9
4
+ mkdocs-git-revision-date-localized-plugin == 1.3.0
5
5
mkdocs-awesome-pages-plugin == 2.9.3
6
6
mdx_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
67
67
68
68
## 4. What's next?
69
69
Check 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)
72
72
73
73
## References
74
74
You can’t perform that action at this time.
0 commit comments