1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-13 18:40:54 +01:00
Commit Graph

2069 Commits

Author SHA1 Message Date
Martin Donath
7c8ff087f8
Merge pull request #6584 from DanielHabenicht/patch-1
Update creating-your-site.md
2024-01-07 05:26:00 +01:00
Santhosh Kumar Srinivasan
54174785ee
Explicitly mention setting defaults is for insiders only (meta plugin)
As the meta plugin is reserved for insiders only, this section could also mention that so people don't run into the below error.

```
$ mkdocs serve
ERROR   -  Config value 'plugins': The "meta" plugin is not installed

Aborted with 1 configuration errors!
```
2024-01-06 17:08:24 +05:30
squidfunk
157c6dbd32
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2024-01-06 09:27:45 +07:00
squidfunk
7624e78744
Updated copyright year 2024-01-06 09:27:06 +07:00
Jimmy Wang
3f879eafde
Fix typo in SmartSymbols section
"e.h." is a typo for "e.g." in the description.
2024-01-06 01:17:18 +08:00
squidfunk
a1c1319528
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2024-01-05 16:16:17 +07:00
squidfunk
2a2a19b90e
Updated README 2024-01-05 16:04:28 +07:00
Nic
72536d9ed6
Merge branch 'squidfunk:master' into master 2024-01-04 18:59:32 -08:00
nicfv
9e016687b1 Update all dates in blog plugin page to 2024 2024-01-04 18:55:21 -08:00
nicfv
500178380d Update "short" date to be consistent 2024-01-04 11:59:07 -08:00
Rachel Rigdon
00caf1145a
Fixed typo in projects.md
Fixed a minor typo in the projects.md
2024-01-04 11:52:48 -06:00
DanielHabenicht
d6e1abb078
Update creating-your-site.md
use cmd instead of "Commandline"
2024-01-03 21:51:27 +01:00
DanielHabenicht
4c5228d55c
Update creating-your-site.md
make it clear that this command is aimed only aimed at Wind ows CommandLine users and generally windows users.
2024-01-03 16:01:24 +01:00
squidfunk
246266fafa
Updated Insiders changelog 2023-12-29 13:45:06 +01:00
squidfunk
2757f27819
Added documentation on new tags features 2023-12-29 13:32:19 +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
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
05596664a5
Updated dependencies 2023-12-18 16:08:14 +01:00
Sigurd Spieckermann
6e0b497ee8
Documentation (#6519) 2023-12-17 17:45:21 +01:00
Sigurd Spieckermann
1dc8bc004f
Documentation (#6514) 2023-12-16 12:50:32 +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
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
Ofek Lev
419898a337
Documentation (#6477) 2023-12-10 16:48:03 +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
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
johnthagen
6c1859145a
Documentation (#6459) 2023-12-07 17:20:10 +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
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
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
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
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