Skip to content

Commit c84d332

Browse files
committed
update-regex [netlify-ignore]
1 parent a8092dc commit c84d332

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.mlc-config.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
"replacement": "/github/workspace/src"
66
},
77
{
8-
"pattern": "(\\S+)\/(\\s|$)",
9-
"replacement": "$1$2"
10-
},
11-
{
12-
"pattern": "(\\S+)",
13-
"replacement": "$1.md"
8+
"pattern": "(\\S+?)\/(\\S+?)\/?$",
9+
"replacement": "$1/$2.md"
1410
}
1511
]
1612
}

src/utils/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ View the [Formatting Guide](/docs/utils/formatguide/) to see some of the neat st
3131

3232
The liquid scripts run based on finding a match between the page path and the key in the `_data/catalog` files. Due to renames, these can fall out of date. Check out the [Find Mismatches page](/docs/utils/find-mismatches/) for a list of possible "problem child" destinations.
3333

34-
34+
[1](/docs/utils/find-mismatches/)
35+
[2](/docs/utils/find-mismatches)
36+
[3](/docs/connections/destinations/catalog/adjust)

0 commit comments

Comments
 (0)