Skip to content

Commit d231d62

Browse files
authored
Docs: bump mkdocs-material version (librenms#17720)
1 parent 3cb8d12 commit d231d62

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/doc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: doc
1+
name: Docs
22

33
on:
44
push:
@@ -26,6 +26,12 @@ jobs:
2626
-
2727
name: Checkout
2828
uses: actions/checkout@v4
29+
with:
30+
fetch-depth: 0
31+
sparse-checkout-cone-mode: false
32+
sparse-checkout: |
33+
/doc
34+
/mkdocs.yml
2935
-
3036
name: Build mkdocs Docker image
3137
run: |

doc/Alerting/Transports/Telegram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
**Template Example:**
4949

50-
This will send a set of images (photos or files) followed by the text message, every [signedGraphTag](../Templates/#signedgraphtag) helper will be removed from the message content.
50+
This will send a set of images (photos or files) followed by the text message, every [signedGraphTag](../Templates.md/#signedgraphtag) helper will be removed from the message content.
5151

5252
```php
5353
{{ $alert->title }}

doc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM squidfunk/mkdocs-material:9.5.20
1+
FROM squidfunk/mkdocs-material:9.6.14
22

33
RUN \
44
pip install --no-cache-dir \

doc/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
User-agent: *
2-
Disallow:
2+
Allow: /
33
Sitemap: https://docs.librenms.org/sitemap.xml

0 commit comments

Comments
 (0)