Commit Graph

5943 Commits

Author SHA1 Message Date
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
Simon Marquis
9e9654d26b
Documentation (#6451)
Fixes #6450
2023-12-07 12:49:07 +01:00
squidfunk
eae02ad499
Updated changelog 2023-12-07 12:19:16 +01:00
squidfunk
a410be9c28
Updated dependencies 2023-12-07 12:10:26 +01:00
Martin Donath
0f991a3526
Merge pull request #6447 from squidfunk/goal/goats-horn
Merged features tied to 'Goat's Horn' funding goal
2023-12-07 12:05:13 +01:00
squidfunk
39d390e330
Documentation 2023-12-07 12:04:43 +01:00
squidfunk
a8bd480c39
Prepare 9.5.0 release 2023-12-07 11:56:18 +01:00
squidfunk
aa62bcc4f6
Merge latests changes from Insiders 2023-12-07 11:46:44 +01:00
squidfunk
f855a67384
Merged features tied to 'Goat's Horn' funding goal 2023-12-07 10:48:42 +01:00
Cvaniak
560bb9035d
Documentation (#6445) 2023-12-06 22:58:30 +01:00
Xiang ZHU
d363f903b8
Documentation (#6438) 2023-12-05 09:48:21 +01:00
squidfunk
0b38323a31
Updated dependencies 2023-12-04 11:06:25 +01:00
squidfunk
c8f6d6d85a
Updated README 2023-12-02 11:21:09 +01:00
squidfunk
5cdd6147ba
Documentation 2023-11-30 13:30:31 +01:00
squidfunk
7b98080c77
Documentation 2023-11-30 13:27:01 +01:00
squidfunk
358ba513bb
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-11-30 13:05:23 +01:00
squidfunk
b96f2409c4
Added blog post on new badge 2023-11-30 13:05:15 +01:00
Martin Donath
e7603160da
Merge pull request #6409 from katharinalisalin/docs/ko-fi
Removed Support for Ko-fi
2023-11-29 14:20:28 +01:00
katharinalisalin
9d2bbbc649 Removed Support for Ko-Fi 2023-11-29 13:10:33 +01:00
squidfunk
d0a536acc2
Documentation 2023-11-29 10:10:46 +01:00
squidfunk
fd90fa6518
Updated Insiders changelog 2023-11-26 17:03:41 +01:00
squidfunk
c0aca21360
Prepare 9.4.14 release 2023-11-26 16:56:52 +01:00
squidfunk
989ee849bb
Documentation 2023-11-26 16:53:51 +01:00
squidfunk
8b68710ea3
Documentation 2023-11-26 16:10:29 +01:00