File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,9 @@ plugins:
105105 border : 0 # increase or decrease the border / margin around your diagrams (default: 5)
106106 - mike :
107107 deploy_prefix : preview
108-
108+ - privacy :
109+ links_attr_map :
110+ target : _blank
109111hooks :
110112 - hooks/sha256_filter.py
111113
Original file line number Diff line number Diff line change 11# get version via `pip freeze`
22mkdocs == 1.6.1
3- mkdocs-material == 9.5.49
3+ mkdocs-material == 9.7.1
44mkdocs-git-revision-date-localized-plugin == 1.3.0
55mkdocs-glightbox == 0.4.0
66git+https://github.com/jldiaz/mkdocs-plugin-tags.git
Original file line number Diff line number Diff line change 11podman run -ti --rm -v \
2- $( pwd) :/opt/app-root/src quay.io/openshift-examples/builder:202511251107 \
2+ $( pwd) :/opt/app-root/src quay.io/openshift-examples/builder:202601121657 \
33 ./helper/run-pre-commit.sh
Original file line number Diff line number Diff line change 11podman run -ti --user 0 --rm \
22 -v $( pwd) :/opt/app-root/src:z \
3- -p 8080:8080 quay.io/openshift-examples/builder:202511251107
3+ -p 8080:8080 quay.io/openshift-examples/builder:202601121657
44
You can’t perform that action at this time.
0 commit comments