mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge pull request #4691 from jfairchild/master
Fix: Update schema json for linking section header in redirect
This commit is contained in:
commit
c7a779f5b6
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",
|
||||
|
Loading…
Reference in New Issue
Block a user