Commit Graph

6743 Commits

Author SHA1 Message Date
squidfunk
37b57d5712 Documentation 2023-11-17 11:44:29 +01:00
squidfunk
c0546f5686 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-11-17 11:22:53 +01:00
squidfunk
97c7b54505 Fixed blog plugin custom templates not working with pagination 2023-11-17 11:21:23 +01:00
squidfunk
1095a4e523 Updated distribution files 2023-11-17 11:20:53 +01:00
Alexander Voss
8fb97e7132 Added md-ellipsis span to toc-item.html 2023-11-17 10:26:04 +01:00
Martin Donath
fc07e0a557 Merge pull request #6347 from sisp/docs/vscode-custom-tag-relative
Add custom tag `!relative` to VS Code settings docs
2023-11-17 09:58:41 +01:00
Netanel Haber
436ed8b8c2 Fixed instant loading indicator in Chrome when serving gzipped (#6322)
* bypass chrome event.total 0 when content gzipped by getting total off of Content-Length header

* styling; NaN should be replaced with 0 as well, so no nullish coalescing won't work
2023-11-17 09:58:10 +01:00
Kathi
86c76c4461 Documentation (#6342)
* Merge

* Deleted Community Ambassadors

* Updated faq list
2023-11-17 09:44:25 +01:00
squidfunk
283938a5b5 Documentation 2023-11-17 09:43:30 +01:00
Kathi
76d26fe756 Documentation (#6341)
* Merge

* Deleted Community Ambassadors

* Updated Enterprise Support Page
2023-11-17 09:42:10 +01:00
Sigurd Spieckermann
6cc974a385 Documentation 2023-11-16 10:21:46 +01:00
Couleur
c7f927bc4e Documentation (#6331) 2023-11-14 23:04:58 +01:00
James Ding
142573fc0c Updated publishing-your-site.md (#6335) 2023-11-14 23:01:25 +01:00
squidfunk
34d789bf82 Remove trailing whitespace when copying 2023-11-14 09:41:17 +01:00
squidfunk
88470b38cd Added monochrome logo to icons 2023-11-14 09:37:59 +01:00
squidfunk
9c73460e2c Fixed blog plugin crashing for pt-BR locale 2023-11-14 09:33:48 +01:00
squidfunk
9ff75d1183 Added monochrome logo 2023-11-12 16:34:05 +01:00
squidfunk
830011eb1c Updated dependencies 2023-11-12 16:18:13 +01:00
squidfunk
b298194b23 Updated distribution files 2023-11-12 15:45:19 +01:00
raymond-u
e4d1353f0c Added support for specifying version strings as defaults (#6302) 2023-11-12 15:44:30 +01:00
Sigurd Spieckermann
ec86acbce3 Added type property to theme:font schema to support font: false (#6317) 2023-11-12 15:40:34 +01:00
squidfunk
1e313416e3 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-11-09 16:57:00 +01:00
squidfunk
62de852ce8 Added Trendpop to Silver sponsors 2023-11-09 16:56:54 +01:00
Alexander Voss
06ef698ab2 Documentation (#6311) 2023-11-07 20:23:15 +01:00
Brian Campbell
441e05b5ee Upgrade to Mermaid 10.6.1
Bump the version of Mermaid up to 10.6.1. Per the release notes at
https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md the
render function is async now, so update to the new async render
function.

There's also apparently a change to use ESM, but I didn't seem to have
any trouble with just bumping the version and updating it to use async.
It looks like it's working without any change to how we load it, but I'm
not much of a frontend developer so I could be missing something.
2023-11-07 12:58:41 -05:00
Rafał
40a042e405 Documentation (#6305) 2023-11-07 11:44:29 +01:00
Andre_601
2d66c32ba7 Add link for Codeberg Pages guide 2023-11-06 13:47:51 +01:00
squidfunk
e509bd73e0 Updated dependencies 2023-11-06 10:40:02 +01:00
Sigurd Spieckermann
47e7c3e87d Fixed visible artifacts on rotation of details marker (Firefox) (#6268)
* Work around collapsible block icon rotation bug

* Minify link to upstream issue
2023-11-06 10:34:44 +01:00
squidfunk
c0755bf247 Prepare 9.4.8 release 9.4.8 2023-11-05 19:50:30 +01:00
squidfunk
fabc9bd6b8 Documentation 2023-11-04 08:37:31 +01:00
squidfunk
87d69a95b8 Fixed invalid local address when using instant loading 2023-11-03 07:33:35 +01:00
Alexander Voss
9a7a185f9d Documentation (#6267)
* added short description + links to MkDocs docu

* hopefully better wording
2023-11-02 11:52:33 +01:00
Letian W
7353c7d7cf Documentation (#6277)
KaTeX also needs Arithmatex to prevent conflict with the markdown parser.
2023-11-02 11:52:10 +01:00
squidfunk
ca5f5174a3 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-11-02 11:50:53 +01:00
squidfunk
494cae1e36 Fixed crash after navigation caused 404 when using instant loading 2023-11-02 11:50:45 +01:00
eleanor-arc-boats
1698708b23 Documentation (#6260)
* Update reporting-a-bug.md

fix discussion board link

* space
2023-10-30 21:45:13 +01:00
Sigurd Spieckermann
551d98e6de Documentation (#6222) 2023-10-30 21:14:42 +01:00
dependabot[bot]
dfa5f03138 Bump actions/setup-node from 3 to 4 (#6259)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 10:23:14 +01:00
squidfunk
3b0ce54ed8 Updated dependencies 2023-10-30 10:21:32 +01:00
squidfunk
ff76068e41 Prepare 9.4.7 release 9.4.7 2023-10-27 19:15:44 +02:00
squidfunk
525fc94cd3 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-10-27 13:19:10 +02:00
squidfunk
92ef0e2804 Updated Premium sponsors 2023-10-27 13:19:02 +02:00
Alexander Voss
8feb512267 fixed typo: "hosting" -> "hoisting" (#6244) 2023-10-25 21:04:53 +02:00
squidfunk
565a5e804b Updated dependencies 2023-10-25 17:54:59 +02:00
squidfunk
6044863a8f Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-10-24 14:11:28 +02:00
Sigurd Spieckermann
874b9dbf1d Documentation (#6239) 2023-10-24 12:11:41 +02:00
squidfunk
7b61a2f1f5 Added documentation chat bot (experimental) 2023-10-24 12:02:01 +02:00
squidfunk
997da1efc5 Updated dependencies 2023-10-24 11:37:50 +02:00
squidfunk
0341516fe5 Updated dependencies 2023-10-23 16:50:25 +02:00