Skip to content

Commit b1c64bc

Browse files
committed
chore: update docs deps
1 parent 4faec4e commit b1c64bc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
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

docs/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
mkdocs==1.5.3
2-
mkdocs-material==9.5.34
1+
mkdocs==1.6.1
2+
mkdocs-material==9.5.46
33
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
55
mkdocs-awesome-pages-plugin==2.9.3
66
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

docs/usage/advanced/calico.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ kubectl patch installation default --type=merge --patch='{"spec":{"calicoNetwork
6767

6868
## 4. What's next?
6969
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)
7272

7373
## References
7474

0 commit comments

Comments
 (0)