Skip to content

Commit 98f9257

Browse files
committed
Open all links in a new tab
1 parent 3bf1a54 commit 98f9257

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
109111
hooks:
110112
- hooks/sha256_filter.py
111113

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# get version via `pip freeze`
22
mkdocs==1.6.1
3-
mkdocs-material==9.5.49
3+
mkdocs-material==9.7.1
44
mkdocs-git-revision-date-localized-plugin==1.3.0
55
mkdocs-glightbox==0.4.0
66
git+https://github.com/jldiaz/mkdocs-plugin-tags.git

run-local-pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
podman 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

run-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
podman 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

0 commit comments

Comments
 (0)