1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00
Commit Graph

6210 Commits

Author SHA1 Message Date
Alexander Voss
9d901a3caf
Added note about additional navigation in footer, tags, blog (#7105)
in response to
https://github.com/squidfunk/mkdocs-material/discussions/6995#discussioncomment-8960916
2024-04-26 16:42:32 +07:00
squidfunk
222d9e1b19
Updated Insiders changelog 2024-04-26 11:29:53 +07:00
squidfunk
2e1e109c4a
Updated Insiders changelog 2024-04-25 11:27:10 +07:00
squidfunk
0a39f04cea
Prepare 9.5.19 release 2024-04-25 11:07:01 +07:00
Martin Donath
023e177181
Merge pull request #7082 from squidfunk/chore/update-to-mkdocs-1.6
Updated MkDocs to 1.6.0
2024-04-25 10:57:54 +07:00
squidfunk
2585b82be2
Fixed all anchors after turning on validation 2024-04-25 10:51:05 +07:00
squidfunk
02034087ad
Merge branch 'master' into chore/update-to-mkdocs-1.6 2024-04-25 10:21:10 +07:00
squidfunk
2d07a6aa6e
Fixed rendering of tab indicator of nested content tabs 2024-04-25 10:18:10 +07:00
squidfunk
d98243d24c
Merge branch 'master' into chore/update-to-mkdocs-1.6 2024-04-25 09:44:27 +07:00
squidfunk
374bbab9d3
Updated dependencies 2024-04-25 09:37:50 +07:00
squidfunk
254ee97473
Updated distribution files 2024-04-25 09:35:26 +07:00
godot42
04f177cbd4
Improved resilience of tags plugin (#7098) 2024-04-25 09:33:32 +07:00
squidfunk
bde889fab1
Fixed Japanese translations
Co-authored-by: gh640 <3532528+gh640@users.noreply.github.com>
2024-04-25 09:23:14 +07:00
johnthagen
dca9c27417
Documentation (#7092) 2024-04-24 21:03:58 +07:00
Jeff Widman
5d29ddcf6e
Removed setup.py now that GitHub has caught up (#7084)
This is no longer necessary: https://github.com/orgs/community/discussions/6456#discussioncomment-5244057
2024-04-24 15:38:26 +07:00
squidfunk
8b8cd3b101
Updated MkDocs to 1.6.0 2024-04-23 16:35:54 +07:00
Paul Brussee
aaa7ce8e19
Updated Docker image to latest Alpine Linux (#7079) 2024-04-23 16:02:20 +07:00
Simon Marquis
5f40a53374
Documentation (#7058) 2024-04-18 07:30:52 +07:00
Simon Marquis
992e882ee3
Documentation (#7059)
See https://squidfunk.github.io/mkdocs-material/contributing/#contributing_1
2024-04-18 07:29:29 +07:00
squidfunk
6a761ed418
Improved interop of social plugin with other themes 2024-04-17 11:43:59 +07:00
Alexander Voss
324ccdb737
Documentation (#7054) 2024-04-16 21:31:51 +07:00
squidfunk
3b592abc21
Prepare 9.5.18 release 2024-04-16 10:46:11 +07:00
Martin Donath
f028004c59
Merge pull request #7045 from squidfunk/refactor/tooltip-positioning
Refactor tooltips
2024-04-16 10:21:04 +07:00
squidfunk
29658ed970
Merge branch 'master' into refactor/tooltip-positioning 2024-04-16 10:14:19 +07:00
squidfunk
851e5bb194
Fixed rendering glitch when hovering contributor avatar 2024-04-15 14:19:25 +07:00
squidfunk
599193edfa
Fixed overly long tooltips 2024-04-14 14:33:47 +07:00
squidfunk
e15518cfa5
Refactored tooltips 2024-04-14 13:30:52 +07:00
squidfunk
4eb1a43937
Added missing CSS for highlight fix 2024-04-14 11:49:14 +07:00
squidfunk
5707773ce3
Updated dependencies 2024-04-14 10:52:10 +07:00
squidfunk
9d33f8aaa6
Fixed highlighted lines in code blocks being cutoff on mobile 2024-04-14 10:38:40 +07:00
squidfunk
cd086110bf
Updated dependencies 2024-04-08 13:55:41 +08:00
Hudson
0e8ed32bda
Added missing icons and their defaults to JSON schema (#7020)
* add missing `icon`s to theme schema

https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/?h=icons#site-icons

* Add missing schema defaults
2024-04-07 07:43:56 +08:00
hanghuge
e4eb74e7ff chore: fix comment
Signed-off-by: hanghuge <cmoman@outlook.com>
2024-04-06 21:05:39 +08:00
squidfunk
68126abb56
Updated Insiders changelog 2024-04-05 09:55:42 +08:00
squidfunk
570161ab3f
Prepare 9.5.17 release 2024-04-02 13:13:23 +08:00
squidfunk
78e93ac0af
Improved keyboard interactions for palette toggle 2024-04-02 13:07:34 +08:00
squidfunk
a3655e8307
Updated Serbian translations
Co-authored-by: stcksmsh <107367925+stcksmsh@users.noreply.github.com>
2024-04-02 12:04:26 +08:00
squidfunk
1041766d81
Fixed time sneaking into default post format string 2024-04-02 12:02:04 +08:00
Martin Donath
e741f80fbe
Documentation
Fix typos
2024-04-02 07:40:55 +08:00
Andreas Deininger
7e13ae602f Fix typos 2024-04-01 16:50:08 +02:00
Kuan-Yi Li
7d6d8d7a7c Updated slugify documentation
Unicode, case-sensitive reference setting causes error below.

```
yaml.constructor.ConstructorError: expected a mapping node, but found scalar
```

Update related sections in the documentation to address this issue.

Newer Python-Markdown has `slugify_unicode` built-in, so this

```yaml
markdown_extensions:
  - toc:
      slugify: !!python/name:markdown.extensions.toc.slugify_unicode
```

also works for case-insensitive use cases.

Fixes: ee1e675da6 ("Update slug reference")
2024-04-01 07:34:10 +08:00
squidfunk
e71f00b4c9
Fixed backporting of social plugin font loading logic 2024-03-31 21:17:44 +08:00
squidfunk
8956524097
Updated Insiders changelog 2024-03-31 17:35:08 +08:00
squidfunk
0db4e667da
Updated changelog 2024-03-31 17:33:14 +08:00
squidfunk
29cf44b71c
Improved resilience of privacy plugin 2024-03-31 17:30:44 +08:00
squidfunk
6c9ba875bf
Prepare 9.5.16 release 2024-03-31 17:20:16 +08:00
squidfunk
f2bfab91fe
Updated dependencies 2024-03-31 17:05:43 +08:00
squidfunk
9e40207bb6
Updated dependencies 2024-03-31 17:05:36 +08:00
Julien
a2cb35d4c5
Improved error handling on social plugin (#6818)
* fix(social): CairoSVG OSError handling in social plugin

Related issue: #6817

Co-authored-by: Guts <1596222+Guts@users.noreply.github.com>

* feat(docs): Add troubleshooting guide for CairoSVG crash

---------

Co-authored-by: Kamil Krzyśków <kamilzary@gmail.com>
Co-authored-by: Guts <1596222+Guts@users.noreply.github.com>
Co-authored-by: Martin Donath <martin.donath@squidfunk.com>
2024-03-31 17:00:27 +08:00
Alexander Payne
abfac1a93e
Switched to Babel's format_datetime to allow for time in formatted dates (#6981)
* Use Babel's `format_datetime`, not `format_date`

I am using MkDocs-Material 9.5.15 and Babel 2.14.0. When setting the config value `blog.post_date_format: "yyyy-MM-dd hh:mm:ss"`, the blog plugin crashes during compilation with the error "date objects have no hour field".

I believe this is occurring because the plugin provides a `datetime` to `babel.dates.format_date`, which upcasts it to a plain, timeless, `date`. Making this change to use `babel.dates.format_datetime` instead resolved the error and demonstrated expected behavior.

While I recognize that it is likely uncommon for a blog to want to include sub-date timestamps in any of these fields, I believe that the current documentation,

> The format string must adhere to babel's pattern syntax and should not contain whitespace

implies that _any_ of Babel's pattern markers are acceptable here. I would consider 

> The format string must adhere to Babel's pattern syntax for calendar dates and should not contain whitespace

to also be a sufficient fix for this case.

----

Thank you for your effort in creating this project; it has been a wonderful benefit to my team, and this is the first minor problem we've had in months of using it.

* Make the change in src/, not material/
2024-03-31 15:45:47 +08:00