We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361e66d commit 393364aCopy full SHA for 393364a
2 files changed
.github/workflows/pages.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install MkDocs + Material
18
run: |
19
pip install --upgrade pip
20
- pip install mkdocs-material
+ pip install mkdocs-material mkdocs-glightbox
21
- name: Build site
22
run: mkdocs build --site-dir site
23
- name: Upload artifact
mkdocs.yml
@@ -13,6 +13,10 @@ theme:
13
- content.code.copy
14
- content.tabs.link # タブ切替を強化
15
16
+plugins:
+ - search
+ - glightbox
+
extra_css:
- stylesheets/extra.css
0 commit comments