Skip to content

Commit

Permalink
chore: update docs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Nov 26, 2024
1 parent 4faec4e commit b1c64bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

12 changes: 6 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions docs/usage/advanced/calico.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b1c64bc

Please sign in to comment.