Commit Graph

2190 Commits

Author SHA1 Message Date
squidfunk
aef6175f04
Added type selection to icon and emoji search 2024-05-03 18:50:43 +02:00
Michael Vorburger
b0c5fe6aef
Updated JSON schema (#7150)
Since https://github.com/mkdocs/mkdocs/pull/92 for https://github.com/mkdocs/mkdocs/issues/91, an extra_javascript item does not necessarily have to end in *.js; e.g. in https://github.com/enola-dev/enola/pull/669 I have a extra_javascript: - https://unpkg.com/mustache@latest, which this flags up as wrong - although it's not (it works great); ergo it's better to remove this constraint.
2024-05-03 18:48:34 +02:00
squidfunk
5cb3117f50
Prepare 9.5.20 release 2024-04-29 16:49:02 +07:00
squidfunk
edcc5362fe
Documentation 2024-04-28 09:53:07 +07:00
squidfunk
2dd88aec48
Documentation 2024-04-28 09:52:23 +07:00
Alexander Voss
57d82dc253
Documentation (#7102) 2024-04-28 09:49:40 +07:00
Andre_601
400108301e
Documentation (#7112) 2024-04-28 09:49:06 +07:00
Alexander Voss
c427e1cb9f
Documentation (#7103)
* added note on importance of site_url

this was in response to
https://github.com/squidfunk/mkdocs-material/issues/4678#issuecomment-1327681673

* re-wording to say why site_url is always needed
2024-04-28 09:43:24 +07:00
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
squidfunk
2585b82be2
Fixed all anchors after turning on validation 2024-04-25 10:51:05 +07:00
squidfunk
374bbab9d3
Updated dependencies 2024-04-25 09:37:50 +07:00
johnthagen
dca9c27417
Documentation (#7092) 2024-04-24 21:03:58 +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
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
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
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
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
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
6c9ba875bf
Prepare 9.5.16 release 2024-03-31 17:20:16 +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
squidfunk
f27b93ece3
Updated dependencies 2024-03-27 18:11:52 +08:00
squidfunk
5458039778
Updated Insiders changelog 2024-03-23 13:38:07 +08:00
squidfunk
99d15d158f
Prepare 9.5.15 release 2024-03-23 13:26:32 +08:00
Meysam
1b2d48455d
Documentation (#6951) 2024-03-22 13:53:49 +08:00
squidfunk
495c64e719
Restructured funding goals 2024-03-20 15:59:01 +08:00
squidfunk
8addc95d9d
Added support for font variants in social plugin 2024-03-20 15:45:21 +08:00
Steven Maude
3f09228249
Documentation (#6933)
To "commercial use" section.
2024-03-20 08:52:05 +08:00
squidfunk
cc78979185
Updated Insiders changelog 2024-03-18 07:40:29 +07:00
squidfunk
c51eb2ff83
Prepare 9.5.14 release 2024-03-18 07:25:21 +07:00
squidfunk
3311a615fa
Updated dependencies 2024-03-18 07:19:31 +07:00
squidfunk
dc97a56659
Updated dependencies 2024-03-12 09:59:20 +07:00
squidfunk
fdeafbb875
Documentation 2024-03-09 14:22:56 +07:00
Blake Netzeband
9d387d0428
Added schema reference to mkdocs-table-reader-plugin (#6887) 2024-03-09 08:23:28 +07:00
Berk Karaal
6b239db64e
Documentation (#6878) 2024-03-06 17:10:28 +07:00
squidfunk
c8a2142263
Updated Premium sponsors 2024-03-06 13:22:40 +07:00
squidfunk
800b07ea50
Updated Insiders changelog 2024-03-06 13:12:51 +07:00
squidfunk
6ace043247
Updated changelog 2024-03-06 13:03:04 +07:00
squidfunk
36e9cff9db
Prepare 9.5.13 release 2024-03-06 13:01:06 +07:00
Y.D.X
c7de6ef260
Documentation (#6873)
The section was moved to a new page.
2024-03-06 07:23:30 +07:00
squidfunk
dc808ca90a
Updated dependencies 2024-03-05 11:01:58 +07:00
squidfunk
3e862b5e99
Updated changelog 2024-03-01 07:27:51 +07:00
squidfunk
5108432a39
Updated changelog 2024-02-29 10:20:08 +07:00