1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-10 21:31:49 +01:00

6457 Commits

Author SHA1 Message Date
squidfunk
365dc24062
Updated copyright year 2025-01-04 10:27:13 +01:00
Niclas Heinz
3d36ce799c
Documentation (#7868)
* docs(admonitions): Add example for nested admonitions

* docs(admonitions): Update description of nested admonitions

* docs(admonitions): Update title for nested admonitions
2025-01-04 09:31:24 +01:00
Niclas Heinz
307fceb49f
Updated publish comment on gitlab (#7853)
* docs(publish gitlab pages): Update publish comment on gitlab

* docs(publish gitlab): Add guide how to disable unique domains

* docs(publish gitlab pages): Solve some styling issues
2024-12-31 09:16:04 +01:00
squidfunk
8e4bcb151b
Switched to monthly dependency updates 2024-12-30 11:07:02 +01:00
squidfunk
e11c79fbdb
Updated dependencies 2024-12-30 11:04:33 +01:00
Niclas Heinz
b4180d4aac
Documentation (#7851) 2024-12-28 17:02:59 +01:00
Niclas Heinz
0b327bcf21
Updated version range of mkdocs-git-committers-plugin-2 (#7844)
* deps(mkdocs-git-committers-plugin-2) Bump to v2.4.1

* deps(mkdocs-git-committers-plugin-2): Change version flexibility to allow >=1.1,<3
2024-12-27 18:49:46 +01:00
Eric Holscher
20c7631486
Documentation (#7835) 2024-12-24 10:30:39 +01:00
squidfunk
34ec8b4e71
Updated dependencies 2024-12-23 11:59:43 +01:00
squidfunk
aa101f7ff9
Documentation 2024-12-22 21:07:44 +01:00
squidfunk
268c0b98f9
Updated social profiles 2024-12-21 18:38:50 +01:00
Bzly
7199342dd1
Added "relative_to_docs" value to absolute_links enum (#7812)
* Add `"relative_to_docs"` value to `absolute_links` enum

* refactor to use `oneOf`

---------

Co-authored-by: Jake Beazley <jake.beazley@johnlewis.co.uk>
2024-12-21 12:46:50 +01:00
Niclas Heinz
51e4d4b212
Documentation (#7816)
* docs(philosophy): Update trusted by users count

* docs(philosophy): adopt text from readme

* docs(blog tutorial): Fix line highlighting in code block

* docs(philosophy): Change trust user count to 50,000+

* docs(philosophy): adopt text from readme
2024-12-20 11:24:09 +01:00
squidfunk
1f78e37dda
Updated README 2024-12-18 10:49:16 +01:00
squidfunk
f947bbe64a
Prepare 9.5.49 release 9.5.49 2024-12-16 11:22:30 +01:00
squidfunk
968fbe1ae2
Fixed privacy plugin interop with generated files 2024-12-16 11:16:16 +01:00
squidfunk
c97270c8f1
Updated dependencies 2024-12-16 11:16:16 +01:00
Niclas Heinz
7fb3a39bbc
Documentation (#7794) 2024-12-14 19:33:43 +01:00
squidfunk
1ee1115226
Updated dependencies 2024-12-11 12:44:10 +01:00
squidfunk
b368cee13f
Fixed diagram title not switching color in dark mode 2024-12-10 11:52:18 +01:00
Adrian Walker
0f97a8d5f0
Documentation (#7784)
* Configure changed to Admin

Google has updated its Analytics dashboard, replacing the "Configure" menu item with "Admin".

* Typo. On, not in
2024-12-10 10:13:38 +01:00
squidfunk
622bf7a691
Prepare 9.5.48 release 9.5.48 2024-12-08 16:41:59 +01:00
squidfunk
bedd3fb2c8
Updated dependencies 2024-12-08 13:52:40 +01:00
squidfunk
a7dc57c239
Fixed disabling of social cards 2024-12-06 21:13:18 +01:00
squidfunk
6c796c06ec
Documentation 2024-12-05 17:13:20 +01:00
squidfunk
eab6959d0c
Documentation 2024-12-04 21:23:48 +01:00
squidfunk
8ff76b0327
Updated dependencies 2024-12-02 10:58:58 +01:00
squidfunk
fbf9d02806
Updated dependencies 2024-12-02 10:57:39 +01:00
squidfunk
65997ae16e
Updated dependencies 9.5.47 2024-12-01 08:47:52 +01:00
squidfunk
f6b67b1b77
Prepare 9.5.47 release 2024-12-01 08:46:15 +01:00
Alina Derkach
60c0dc1b8a
Documentation (#7756)
Update navigation.md
2024-11-27 17:06:08 +01:00
squidfunk
d468344751
Fixed numeric tags breaking search 2024-11-25 18:24:01 +01:00
perpil
6288b26b90
Fixed timezone when draft_if_future_date: true (#7749)
* Set timezone to UTC when draft_if_future_date: true Fixes #7748

* Use more compact form of setting timezone
2024-11-25 18:13:00 +01:00
squidfunk
b88d1f0eb9
Prepare 9.5.46 release 9.5.46 2024-11-25 11:56:40 +01:00
squidfunk
b3f1eb27fe
Fixed uppercasing of code blocks in H5 headlines 2024-11-25 11:51:10 +01:00
squidfunk
226321e48b
Updated dependencies 2024-11-25 11:43:23 +01:00
Nejc Habjan
6a0a790e8f
Added preload hints in privacy plugin replacements (#7733) 2024-11-22 14:24:58 +01:00
perpil
eee4934efd
Fixed blog plugin crashing on missing timezone (regression) (#7730)
* Default timezone to UTC for blog plugin created date

Fix for https://github.com/squidfunk/mkdocs-material/issues/7725

* Fix variable name

* Run build
2024-11-20 18:22:48 +01:00
squidfunk
0947f73db3
Prepare 9.5.45 release 9.5.45 2024-11-20 09:14:34 +01:00
perpil
a08809a0f3
Fixed blog plugin crashing on dates with timezones (#7708)
* Normalize datetime values to UTC in blog plugin

Fixes #7705

Normalize datetime values to UTC in blog plugin to handle offset-naive and offset-aware datetimes correctly.

* Import `timezone` from `datetime` in `material/plugins/blog/structure/options.py`.
* Modify `pre_validation` method to set `tzinfo=timezone.utc` for datetime values.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/squidfunk/mkdocs-material/issues/7705?shareId=XXXX-XXXX-XXXX-XXXX).

* Normalize datetime values to UTC in blog plugin

Fixes #7705

+ Move changes to src directory
2024-11-19 13:39:37 +01:00
Yulong Ming
d4f0b6693f
Added Caption extension to JSON schema (#7718) 2024-11-19 13:35:13 +01:00
squidfunk
51c9f9acb0
Updated dependencies 2024-11-18 11:01:13 +01:00
bubbletroubles
596aeea30a Updated link for Material Design Icons 2024-11-16 23:02:58 +01:00
squidfunk
5c9ee60ab8
Revert "Temporarily pin hatchling to fix build"
This reverts commit d56a9dd34ad72c301d9702df0103315582564ece.
2024-11-13 08:51:34 +01:00
squidfunk
c4edbbca00
Updated README 2024-11-12 16:42:08 +01:00
squidfunk
d56a9dd34a
Temporarily pin hatchling to fix build 2024-11-11 19:15:20 +01:00
Alina Derkach
1cec53f34d
Documentation (#7693)
Update basic.md
2024-11-11 15:04:40 +01:00
squidfunk
01585d17a1
Updated dependencies 2024-11-11 09:52:05 +01:00
François Capon
9ec2ee094c
Reduced image size of Docker image (#7675) 2024-11-08 14:13:21 +01:00
Peter Barber
117e35d1a5
Documentation (#7679)
Should publish new blog post not public new blog post
2024-11-08 14:10:50 +01:00