Commit Graph

499 Commits

Author SHA1 Message Date
squidfunk
f494840bd5
Documented for scope setting
Co-authored-by: Bizordec <25798995+Bizordec@users.noreply.github.com>
2024-05-15 17:48:44 +02:00
squidfunk
3a27c8017e
Documentation 2024-05-15 17:35:32 +02:00
Dr. Vedran Miletić
0de8be26f8
Documentation (#6937)
This is consistent with how we fetch Mermaid.js and automatically picks
the latest minor version.
2024-05-05 11:47:08 +02:00
squidfunk
edcc5362fe
Documentation 2024-04-28 09:53:07 +07:00
squidfunk
2dd88aec48
Documentation 2024-04-28 09:52:23 +07:00
Alexander Voss
57d82dc253
Documentation (#7102) 2024-04-28 09:49:40 +07:00
Andre_601
400108301e
Documentation (#7112) 2024-04-28 09:49:06 +07:00
Alexander Voss
9d901a3caf
Added note about additional navigation in footer, tags, blog (#7105)
in response to
https://github.com/squidfunk/mkdocs-material/discussions/6995#discussioncomment-8960916
2024-04-26 16:42:32 +07:00
squidfunk
2585b82be2
Fixed all anchors after turning on validation 2024-04-25 10:51:05 +07:00
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