1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-13 18:40:54 +01:00
mkdocs-material/docs
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
..
assets Prepare 9.1.12+insiders-4.34.0 release 2023-05-14 18:02:18 +02:00
blog Documentation 2023-11-30 13:30:31 +01:00
changelog Updated changelog 2024-03-31 17:33:14 +08:00
contributing Updated contributing guide (#6843) 2024-02-27 16:14:17 +07:00
guides Restructured documentation (#5692) 2023-09-14 19:09:18 +02:00
insiders Updated Insiders changelog 2024-03-31 17:35:08 +08:00
plugins Improved error handling on social plugin (#6818) 2024-03-31 17:00:27 +08:00
reference Removed manually added instant previews in light of new extension 2024-02-22 20:24:08 +07:00
schema Prepare 9.5.16 release 2024-03-31 17:20:16 +08:00
setup Updated slugify documentation 2024-04-01 07:34:10 +08:00
alternatives.md Fix a few typos 2023-02-16 16:21:11 +01:00
browser-support.md Documentation 2023-09-15 09:25:50 +02:00
conventions.md Documentation (#6331) 2023-11-14 23:04:58 +01:00
creating-your-site.md Update creating-your-site.md 2024-01-03 21:51:27 +01:00
customization.md Documentation (#6873) 2024-03-06 07:23:30 +07:00
enterprise-support.md Documentation 2023-11-17 09:43:30 +01:00
getting-started.md Documentation (#6222) 2023-10-30 21:14:42 +01:00
index.md Override social card title 2023-09-12 13:37:22 +02:00
license.md Updated copyright year 2024-01-06 09:27:06 +07:00
philosophy.md Restructured documentation (#5692) 2023-09-14 19:09:18 +02:00
publishing-your-site.md Update publishing-your-site.md 2024-02-01 12:24:20 +01:00
schema.json Added new MkDocs 1.5 settings to JSON schema 2023-10-05 19:16:54 +02:00
upgrade.md Documentation 2023-09-20 14:03:28 +02:00