6742 Commits

Author SHA1 Message Date
Kevin Zhang
74f6007e31 Updated JSON schema (#8264)
* Update schema.json

* Update schema.json

change the order
2025-06-14 09:08:51 +02:00
Vedran Miletić
2313e0c536 Also add Asahi Linux 2025-06-13 20:31:58 +02:00
Vedran Miletić
371b107ed1 Added more open-source projects 2025-06-13 20:31:58 +02:00
squidfunk
406a3ad81a Updated Premium sponsors 2025-06-10 11:21:44 +02:00
squidfunk
462c94e88f Updated Mongolian translations
Co-authored-by: russhustle <57210715+russhustle@users.noreply.github.com>
2025-06-01 13:13:26 +02:00
russ
84279c1bc3 Updated Mongolian translations (#8251) 2025-06-01 13:12:15 +02:00
squidfunk
8c5dded697 Updated dependencies 2025-06-01 07:00:13 +02:00
Edwin Amsler
d205ef549c Documentation (#8234)
* Small grammar fix

I took the wording from here:
https://squidfunk.github.io/mkdocs-material/setup/building-for-offline-usage/

* Proper grammatical usage

* Fix grammar in building-for-offline-usage

* Missed a word, fixed column alignment
2025-05-27 10:43:35 +02:00
squidfunk
1b09cb6d96 Added distribution files 2025-05-15 18:21:22 +02:00
James
dbce2f0b25 Added rel=edit to edit button link (#8217)
* Update actions.html

* move from view to edit link
2025-05-15 18:20:21 +02:00
squidfunk
2e9bd81018 Prepare 9.6.14 release 9.6.14 2025-05-13 15:26:15 +02:00
squidfunk
e45972a8cd Fixed social plugin crashing for CairoSVG >= 2.8
Co-authored-by: kamilkrzyskow <34622465+kamilkrzyskow@users.noreply.github.com>
2025-05-13 13:04:38 +02:00
squidfunk
bce053afc3 Fixed social plugin crashing for CairoSVG >= 2.8
Co-authored-by: kamilkrzyskow <34622465+kamilkrzyskow@users.noreply.github.com>
2025-05-13 12:49:01 +02:00
squidfunk
ca656243de Updated changelog 2025-05-10 08:38:06 +02:00
squidfunk
8670a01be3 Prepare 9.6.13 release 9.6.13 2025-05-10 08:34:07 +02:00
Martin Donath
8485881411 Fixed entity-relationship diagram styling after Mermaid upgrade (#8211) 2025-05-10 08:29:46 +02:00
Keith W. Campbell
5a0adb8905 Documentation (#8205)
Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
2025-05-06 16:20:06 +02:00
squidfunk
572da4f57c Fixed annotations showing list markers in print view 2025-05-06 13:25:18 +02:00
Kathi
6d04f2cd2c Updated Change Request guide (#8201)
* backlog

* backlog

* backlog
2025-05-05 17:57:56 +02:00
squidfunk
e56efb2398 Updated dependencies 2025-05-01 10:53:50 +02:00
squidfunk
4c0004e16b Prepare 9.6.12 release 9.6.12 2025-04-17 12:39:39 +02:00
squidfunk
45584df953 Updated dependencies 2025-04-17 12:36:08 +02:00
squidfunk
475fa22685 WIP 2025-04-15 13:42:55 +02:00
squidfunk
6a1600f9c7 Documentation 2025-04-12 11:12:17 +02:00
squidfunk
efe44f6c08 Fixed footnote back reference icon orientation for RTL languages 2025-04-11 10:04:13 +02:00
Matthias Schoettle
5d99a9fcf7 Documentation (#8155) 2025-04-10 23:29:52 +02:00
Sezai Burak Kantarcı
99fefe8dfb Documentation (#8157) 2025-04-09 23:23:45 +02:00
squidfunk
f6480d791c Update README 2025-04-07 15:53:27 +02:00
Deborah Barnard
9baaad9238 Updated publishing guide (#8150)
* Update publishing-your-site.md

* Update publishing-your-site.md
2025-04-06 17:13:12 +02:00
squidfunk
cbe74214d6 Updated premium sponsors 2025-04-04 11:26:21 +02:00
Ayussh Verma
047d56bf50 Documentation (#8144) 2025-04-02 00:03:30 +02:00
squidfunk
7661f07752 Prepare 9.6.11 release 9.6.11 2025-04-01 09:03:31 +02:00
squidfunk
bf1fe5a072 Upgraded dependencies 2025-04-01 08:58:39 +02:00
blumbra63
3e9bb531fb Bumped required version of jinja2 to ~=3.1 (#8132)
Commit fb0c27c382 switched to using the
jinja2 'items' filter. That filter, however, was not added until jinja
version 3.1.0 [1]. Therefore, bump the required version to prevent
breakage.

On systems without an outdated jinja version, an error similar to the
following will occur when running 'mkdocs build':

Traceback (most recent call last):
  File "/tmp/mkdocsbug/venv/bin/mkdocs", line 8, in <module>
    sys.exit(cli())
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/click/core.py", line 1161, in __call__
    return self.main(*args, **kwargs)
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/click/core.py", line 1082, in main
    rv = self.invoke(ctx)
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/click/core.py", line 1697, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/click/core.py", line 1443, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/click/core.py", line 788, in invoke
    return __callback(*args, **kwargs)
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/mkdocs/__main__.py", line 288, in build_command
    build.build(cfg, dirty=not clean)
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/mkdocs/commands/build.py", line 328, in build
    _build_theme_template(template, env, files, config, nav)
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/mkdocs/commands/build.py", line 103, in _build_theme_template
    output = _build_template(template_name, template, files, config, nav)
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/mkdocs/commands/build.py", line 83, in _build_template
    output = template.render(context)
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/jinja2/environment.py", line 1304, in render
    self.environment.handle_exception()
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/jinja2/environment.py", line 925, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/material/templates/404.html", line 4, in <module>
    {% extends "main.html" %}
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/material/templates/main.html", line 4, in <module>
    {% extends "base.html" %}
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/jinja2/environment.py", line 925, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "/tmp/mkdocsbug/venv/lib/python3.10/site-packages/material/templates/base.html", line 80, in <module>
    <meta {% for key, value in tag | items %} {{ key }}="{{value}}" {% endfor %}>
jinja2.exceptions.TemplateAssertionError: No filter named 'items'.

[1]: https://jinja.palletsprojects.com/en/stable/changes/#version-3-1-0

Co-authored-by: Brandon Lumbra <brandon.lumbra@sense.com>
2025-04-01 08:57:10 +02:00
squidfunk
64635ba5c4 Fixed search not honoring enabled setting in templates 2025-03-31 19:16:46 +02:00
squidfunk
5d308158a3 Updated README 2025-03-31 15:29:13 +02:00
squidfunk
8438fed40a Updated premium sponsors 2025-03-31 14:31:06 +02:00
Reinhard Koehn
2f4f3844ad Updated Alpine base image in Dockerfile 2025-03-31 12:51:28 +02:00
squidfunk
7bd6b9225c Prepare 9.6.10 release 9.6.10 2025-03-30 12:01:50 +02:00
squidfunk
dc7d75e432 Updated dependencies 2025-03-30 11:53:57 +02:00
squidfunk
c18630fc88 Removed usage of circular members in nav_item partial 2025-03-30 11:51:20 +02:00
squidfunk
fb0c27c382 Replaced items call with use of filter 2025-03-30 11:51:20 +02:00
squidfunk
ec38e30daf Ensured compatibility with minijinja (Rust) 2025-03-30 11:51:20 +02:00
squidfunk
e66107eb86 Documentation 2025-03-26 11:59:48 +01:00
squidfunk
646c7ab30d Prepare 9.6.9 release 9.6.9 2025-03-17 10:27:25 +01:00
Kamil Krzyśków
27d57ea184 Updated twemoji cdn for icon search index (#8093)
Updated twemoji docs
2025-03-15 10:11:53 +01:00
Kamil Krzyśków
091865798f Fixed build:all output on Windows (#8089)
* Fixed handling for paths with windows separator during build

* Fixed icon index order on windows during build

* Updated icon search index

Removed obsolete icon search index
2025-03-14 20:19:21 +01:00
squidfunk
0e75aef9ea Updated Serbo-Croatian translations
Co-authored-by: nelebadnjak <6325682+nelebadnjak@users.noreply.github.com>
2025-03-14 10:01:50 +01:00
Adrian Föder
52b584f9cb Added urlencode to fix # in custom icons (#8087)
When using custom SVGs that contained
characters breaking a URL, like a hash #
sign that is consiered a URL fragment,
the rendering broke. This adds a jinja
urlencode filter to the output.

Fixes #8086
2025-03-14 10:00:35 +01:00
squidfunk
3296cdf203 Fixed sidebar on Firefox mobile 2025-03-13 13:44:19 +01:00