mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-05-11 02:32:09 -04:00
Fix: Update schema json for linking section header in redirect
This commit is contained in:
2
docs/schema/plugins/external/redirects.json
vendored
2
docs/schema/plugins/external/redirects.json
vendored
@@ -17,7 +17,7 @@
|
||||
{
|
||||
"title": "Internal redirect",
|
||||
"markdownDescription": "https://github.com/datarobot/mkdocs-redirects#using",
|
||||
"pattern": "\\.md$"
|
||||
"pattern": "\\.md(#\\S+)?$"
|
||||
},
|
||||
{
|
||||
"title": "External redirect",
|
||||
|
||||
Reference in New Issue
Block a user