Commit Graph

490 Commits

Author SHA1 Message Date
Andreas Deininger
7e13ae602f Fix typos 2024-04-01 16:50:08 +02:00
Kuan-Yi Li
7d6d8d7a7c Updated slugify documentation
Unicode, case-sensitive reference setting causes error below.

```
yaml.constructor.ConstructorError: expected a mapping node, but found scalar
```

Update related sections in the documentation to address this issue.

Newer Python-Markdown has `slugify_unicode` built-in, so this

```yaml
markdown_extensions:
  - toc:
      slugify: !!python/name:markdown.extensions.toc.slugify_unicode
```

also works for case-insensitive use cases.

Fixes: ee1e675da6 ("Update slug reference")
2024-04-01 07:34:10 +08:00
squidfunk
fdeafbb875
Documentation 2024-03-09 14:22:56 +07:00
squidfunk
f26cfaaa58
Documentation 2024-02-24 12:46:13 +07:00
squidfunk
2986aca629
Documentation 2024-02-19 12:48:18 +07:00
squidfunk
7dbb2b0546
Documentation 2024-01-28 16:26:15 +07:00
squidfunk
672414163c
Documentation 2024-01-24 15:45:24 +07:00
squidfunk
14d7874d0d
Documentation 2024-01-20 08:53:16 +07:00
squidfunk
e8504fdffb
Updated Insiders changelog and documentation 2024-01-19 09:46:31 +07:00
nicfv
55678a9316 Update dates to 2024 in blog setup page 2024-01-08 07:13:35 -08: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
2757f27819
Added documentation on new tags features 2023-12-29 13:32:19 +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
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
31eafc9d4b
Updated Insiders changelog 2023-12-08 10:29:59 +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
8b68710ea3
Documentation 2023-11-26 16:10:29 +01:00
squidfunk
d355b435a7
Documentation 2023-11-26 15:46:58 +01:00
Martin Donath
8143abe1e8
Documentation
Update setting-up-tags.md
2023-11-26 13:03:13 +01:00
squidfunk
bf6e66bddd
Prepare 9.4.12 release 2023-11-24 10:47:24 +01:00
squidfunk
0fd2a3940e
Added documentation on new advanced blog settings 2023-11-23 11:41:19 +01:00
Letian W
d8847e002c
Update setting-up-tags.md
Settings in mkdocs.yml need to be configured for tags.md to be recognized.
2023-11-20 12:30:56 -05:00
Alexander Voss
06ef698ab2
Documentation (#6311) 2023-11-07 20:23:15 +01:00
Rafał
40a042e405
Documentation (#6305) 2023-11-07 11:44:29 +01:00
squidfunk
fabc9bd6b8
Documentation 2023-11-04 08:37:31 +01:00
squidfunk
cfd1b6c4ef
Documentation 2023-10-18 18:44:17 +02:00
Robin Genz
e2fc46a299
Documentation (#6202) 2023-10-16 16:23:49 +02:00
squidfunk
ddd125ee74
Documentation 2023-10-02 11:37:20 +02:00
squidfunk
fa3f118073
Documentation 2023-09-29 12:01:09 +02:00
iBug
b77769009e
Fixed broken link in documentation (#6093) 2023-09-27 11:15:13 +02:00
squidfunk
a0206fd34e
Documentation 2023-09-22 14:35:20 +02:00
squidfunk
a0cc06b112
Prepare 9.4.0 release 2023-09-21 18:56:35 +02:00
squidfunk
970670bb4a
Improved slate color scheme 2023-09-21 16:06:55 +02:00
squidfunk
c476842334
Merge branch 'master' into docs/guides 2023-09-21 14:53:33 +02:00
squidfunk
b2ed2cd111
Added more examples to documentation 2023-09-20 19:48:59 +02:00
squidfunk
156b52c29b
Updated JSON schema 2023-09-20 18:14:58 +02:00
squidfunk
0392073055
Fixed icon search 2023-09-20 14:59:25 +02:00
squidfunk
c80f2fac51
Documentation 2023-09-20 14:03:28 +02:00
squidfunk
11cb733741
Added badges to view and download examples 2023-09-19 17:16:41 +02:00
squidfunk
819fa360a4
Documentation 2023-09-19 09:51:18 +02:00
Martin Donath
1a5dde85da
Merge pull request #5898 from ilyagr/patch-1
setting-up-versioning.md: explain "stay on the same page" feature
2023-09-18 20:11:34 +02:00
squidfunk
9bdc65f92e
Documentation 2023-09-18 20:08:55 +02:00