1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 10:57:41 +01:00
Commit Graph

6167 Commits

Author SHA1 Message Date
Martin Donath
d077263ee5
Merge pull request #6563 from squidfunk/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 2 to 3
2023-12-27 12:19:27 +01:00
squidfunk
533d02e740
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-12-27 12:18:10 +01:00
squidfunk
0202126c17
Updated dependencies 2023-12-27 12:17:54 +01:00
Simon Marquis
fc75fcd79e
Documentation (#6568)
Closes #6567
2023-12-27 10:44:57 +01:00
dependabot[bot]
1431c588fa
Bump actions/upload-pages-artifact from 2 to 3
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 04:24:18 +00:00
dependabot[bot]
981726c855
Bump actions/deploy-pages from 3 to 4
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 04:24:15 +00:00
squidfunk
43ed6fac8d
Updated Insiders changelog 2023-12-23 21:50:44 +01:00
squidfunk
ae1c63d43d
Updated Insiders changelog 2023-12-23 21:32:20 +01:00
squidfunk
284264a37e
Prepare 9.5.3 release 2023-12-23 21:12:18 +01:00
Alexander Voss
6b690e9acd
Documentation (#6549)
This is in response to
https://github.com/squidfunk/mkdocs-material/discussions/6542
to add a section on setting up navigation for a blog so that the archive
and category pages appear in the right place.
2023-12-21 09:37:24 +01:00
squidfunk
175df61397
Updated distribution files 2023-12-19 10:00:42 +01:00
Sigurd Spieckermann
6a2b62b4f9
Removed unnecessary quotes from type annotation (#6540) 2023-12-19 09:44:20 +01:00
Sigurd Spieckermann
9956bf1dc4
Replaced mutable argument default by None (#6541) 2023-12-19 09:43:08 +01:00
squidfunk
05596664a5
Updated dependencies 2023-12-18 16:08:14 +01:00
Sigurd Spieckermann
13aa1565fb
Formatting (#6533)
* Removed unused imports

* Replaced nested `if` statements by single one

* Removed unnecessary `dict()` constructor around `dict` literal
2023-12-18 11:11:01 +01:00
Kamil Krzyśków
55fe1ccc53
Improved Group plugin initialization for mike (#6534) 2023-12-18 11:09:29 +01:00
Sigurd Spieckermann
6e0b497ee8
Documentation (#6519) 2023-12-17 17:45:21 +01:00
squidfunk
257b89952f
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-12-16 13:08:08 +01:00
squidfunk
1b3bfaa226
Limit MkDocs to <1.6 as breaking changes might happen 2023-12-16 13:08:02 +01:00
Sigurd Spieckermann
1dc8bc004f
Documentation (#6514) 2023-12-16 12:50:32 +01:00
squidfunk
285c9cc6f5
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-12-15 22:45:58 +01:00
squidfunk
e8745daa60
Updated Macedonian translations
Co-authored-by: LordDeatHunter <26803198+LordDeatHunter@users.noreply.github.com>
2023-12-15 22:45:50 +01:00
squidfunk
b6972b8fa9
Formatting 2023-12-15 10:41:37 +01:00
Alexander Voss
fc685e3a95
Documentation (#6506)
* added code and tooltips to custom site feedback

- clarifying that the feedback widget needs to be turned on
- showing how to disable the form and
- show the notes that are configured

* undoing a minor change that we unnecessary

- I changed a colon to a full stop at some point because I thought I
  would add another sentence, decided not to and then the unneeded
  change ended up in the previous commit.

* turned a comment I deleted into a tooltip
2023-12-14 09:23:29 +01:00
Florian Haas
9b98c77725
Only show authors' email addresses if so configured in git-authors (#6494)
Honour the git-authors plugin's setting to render the authors' names
as links pointing to their email address:

* If the git-authors plugin is enabled and its show_email_address
  option is not set, or is set to true, render the author's name as a
  "mailto:" link.
* If the git-authors plugin is enabled and its show_email_address
  option is set to false, render the author's name in plain text with
  no link.
* If the git-authors plugin is not enabled (or not installed), don't
  show author information.
2023-12-12 17:35:20 +01:00
squidfunk
2ca5cf0ea0
Prepare 9.5.2 release 2023-12-11 16:21:03 +01:00
squidfunk
52feaba403
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-12-11 10:14:58 +01:00
squidfunk
649db51429
Updated dependencies 2023-12-11 10:14:32 +01:00
Martin Donath
738dd7dc3f
Merge pull request #6486 from squidfunk/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2023-12-11 10:11:47 +01:00
Martin Donath
ef00a474f5
Merge pull request #6487 from squidfunk/dependabot/github_actions/actions/deploy-pages-3
Bump actions/deploy-pages from 2 to 3
2023-12-11 10:11:38 +01:00
dependabot[bot]
cc03f10d63
Bump actions/deploy-pages from 2 to 3
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 05:00:06 +00:00
dependabot[bot]
85a3298713
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 05:00:02 +00:00
Ofek Lev
419898a337
Documentation (#6477) 2023-12-10 16:48:03 +01:00
squidfunk
afd9d0af4c
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-12-10 15:19:16 +01:00
squidfunk
adad8238c6
Fixed config types for blog plugin slugify functions 2023-12-10 15:19:11 +01:00
Ofek Lev
6290ed7567
Documentation (#6474) 2023-12-10 10:27:32 +01:00
squidfunk
6c1cee0a01
Documentation 2023-12-09 22:27:33 +01:00
Alexander Voss
2bb907d0d9
Added guide for creating Pull Requests (#6429)
* added first draft of instructions for pull requests

* added a diagram to explain process

* added description of the process, moved specific instructions

- split the diagram into two parts to easy comperehension and
  allow people to better follow the process

- added descriptions of the conceptual steps, keeping them
  separate from specific instructions

- moved the specific instructions under a common heading to make
  the ToC more readable

* added explanations

- added link to GitHub docu on forks
- added note on philosophy followed
- improved ToC structure

* tried to finalize process description (see below)

- added airline-style "pay attention to the instructions" tip
- added bit about testing with Material for MkDocs documentation
  and examples from the examples repo
- added note on being respectful in discussion and on how sometimes
  PRs do not get accepted for good reason
- improvements for readability

* moved the "philosophy" bit to the steps

IMHO this is a better place to make this point as the comments are
mainly about what tools are used, which is more relevant to the
instructions, not the 30k ft view process

* added more text to steps guidance, dos and don'ts

- added more text to pretty much every section under 'steps'
- added a section with dos and don'ts
- left some questions for @squidfunk to ponder

* addressing first set of comments

* addressed further comments

In particular:
- removed the bits about linters and
- about dealing with merge conflicts

These may perhaps need attention in the future.

* removing question about PR template
2023-12-09 22:26:42 +01:00
squidfunk
f5ff29b5f9
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-12-09 11:36:26 +01:00
squidfunk
00c5b0a94a
Fixed horizontal scrollbars on MathJax containers 2023-12-09 11:35:54 +01:00
iBug
73fcef96cc
Adjusted git config in Dockerfile (#6468)
* Dockerfile: Write to /etc/gitconfig for all users

* Merge git config commands into previous RUN
2023-12-09 11:04:23 +01:00
squidfunk
31eafc9d4b
Updated Insiders changelog 2023-12-08 10:29:59 +01:00
squidfunk
63683eb3c5
Prepare 9.5.1 release 2023-12-08 09:39:09 +01:00
squidfunk
ac41e53b45
Fixed privacy plugin not being available 2023-12-08 09:30:40 +01:00
squidfunk
0d72b5f57e
Formatting 2023-12-07 21:50:13 +01:00
squidfunk
e1723f0cc6
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-12-07 21:47:33 +01:00
squidfunk
5b70a0cfcb
Fixe time being dropped from blog post dates 2023-12-07 21:46:36 +01:00
johnthagen
6c1859145a
Documentation (#6459) 2023-12-07 17:20:10 +01:00
squidfunk
63de1a0567
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-12-07 17:03:10 +01:00
squidfunk
8a7a6a7357
Updated Greek translations
Co-authored-by: RebelStreamers <82859945+RebelStreamers@users.noreply.github.com>
2023-12-07 17:02:47 +01:00