Skip to content

Commit e13e7b6

Browse files
Merge pull request #5734 from wso2/fixing-product-is-issue-21296-1764133825
Fix: Enable clickable and zoomable screenshots for all versions (Product IS issue #21296)
2 parents c5c5afe + 805c8a3 commit e13e7b6

File tree

14 files changed

+127
-5
lines changed

14 files changed

+127
-5
lines changed

en/identity-server/5.10.0/mkdocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,19 @@ markdown_extensions:
824824

825825
plugins:
826826
- search
827+
- glightbox:
828+
touchNavigation: true
829+
loop: false
830+
effect: zoom
831+
slide_effect: slide
832+
width: 100%
833+
height: auto
834+
zoomable: true
835+
draggable: true
836+
skip_classes:
837+
- custom-skip-class-name
838+
auto_caption: false
839+
caption_position: bottom
827840
- redirects:
828841
redirect_maps:
829842
'setup/migration-process.md': 'https://is.docs.wso2.com/en/5.10.0/setup/upgrade-wso2-is/'

en/identity-server/5.10.0/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ mkdocs-material==4.2.0
33
markdown-include>=0.5.1
44
pymdown-extensions==5.0.0
55
mkdocs-redirects==1.0.0
6-
mkdocs-markdownextradata-plugin==0.2.5
6+
mkdocs-markdownextradata-plugin==0.2.5
7+
mkdocs-glightbox==0.3.4

en/identity-server/5.11.0/mkdocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,19 @@ markdown_extensions:
848848

849849
plugins:
850850
- search
851+
- glightbox:
852+
touchNavigation: true
853+
loop: false
854+
effect: zoom
855+
slide_effect: slide
856+
width: 100%
857+
height: auto
858+
zoomable: true
859+
draggable: true
860+
skip_classes:
861+
- custom-skip-class-name
862+
auto_caption: false
863+
caption_position: bottom
851864
- redirects:
852865
redirect_maps:
853866
'develop/setting-up-my-account-in-a-dev-environment.md': 'https://github.com/wso2/identity-apps/'

en/identity-server/5.11.0/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ mkdocs-material==4.2.0
33
markdown-include>=0.5.1
44
pymdown-extensions==10.3.1
55
mkdocs-redirects==1.0.0
6-
mkdocs-markdownextradata-plugin==0.2.5
6+
mkdocs-markdownextradata-plugin==0.2.5
7+
mkdocs-glightbox==0.3.4

en/identity-server/5.9.0/mkdocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,19 @@ markdown_extensions:
768768

769769
plugins:
770770
- search
771+
- glightbox:
772+
touchNavigation: true
773+
loop: false
774+
effect: zoom
775+
slide_effect: slide
776+
width: 100%
777+
height: auto
778+
zoomable: true
779+
draggable: true
780+
skip_classes:
781+
- custom-skip-class-name
782+
auto_caption: false
783+
caption_position: bottom
771784
- redirects:
772785
redirect_maps:
773786
'setup/migration-process.md': 'https://is.docs.wso2.com/en/5.9.0/setup/upgrade-wso2-is/'

en/identity-server/5.9.0/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ mkdocs-material==4.2.0
33
markdown-include>=0.5.1
44
pymdown-extensions==5.0.0
55
mkdocs-redirects==1.0.0
6-
mkdocs-markdownextradata-plugin==0.2.5
6+
mkdocs-markdownextradata-plugin==0.2.5
7+
mkdocs-glightbox==0.3.4

en/identity-server/6.0.0/mkdocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,19 @@ markdown_extensions:
815815
plugins:
816816
- search
817817
- markdownextradata: {}
818+
- glightbox:
819+
touchNavigation: true
820+
loop: false
821+
effect: zoom
822+
slide_effect: slide
823+
width: 100%
824+
height: auto
825+
zoomable: true
826+
draggable: true
827+
skip_classes:
828+
- custom-skip-class-name
829+
auto_caption: false
830+
caption_position: bottom
818831
- redirects:
819832
redirect_maps:
820833
'learn/tutorials.md': 'https://is.docs.wso2.com/en/6.0.0/guides/before-you-start/'

en/identity-server/6.0.0/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ mkdocs-material==4.2.0
33
markdown-include>=0.5.1
44
pymdown-extensions==10.3.1
55
mkdocs-redirects==1.0.0
6-
mkdocs-markdownextradata-plugin==0.2.5
6+
mkdocs-markdownextradata-plugin==0.2.5
7+
mkdocs-glightbox==0.3.4

en/identity-server/6.1.0/mkdocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,19 @@ markdown_extensions:
812812
plugins:
813813
- search
814814
- markdownextradata: {}
815+
- glightbox:
816+
touchNavigation: true
817+
loop: false
818+
effect: zoom
819+
slide_effect: slide
820+
width: 100%
821+
height: auto
822+
zoomable: true
823+
draggable: true
824+
skip_classes:
825+
- custom-skip-class-name
826+
auto_caption: false
827+
caption_position: bottom
815828
- redirects:
816829
redirect_maps:
817830
'guides/access-delegation/uma.md': 'https://is.docs.wso2.com/en/latest/references/about-this-release/'

en/identity-server/6.1.0/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ mkdocs-material==4.2.0
33
markdown-include>=0.5.1
44
pymdown-extensions==10.3.1
55
mkdocs-redirects==1.0.0
6-
mkdocs-markdownextradata-plugin==0.2.5
6+
mkdocs-markdownextradata-plugin==0.2.5
7+
mkdocs-glightbox==0.3.4

0 commit comments

Comments
 (0)