Skip to content

Commit abd87d9

Browse files
authored
Merge branch 'main' into cms/workspace-extensions
2 parents 95a07bc + 58134c8 commit abd87d9

File tree

4,745 files changed

+994
-167994
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,745 files changed

+994
-167994
lines changed

.github/lychee.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ retry_wait_time = 1
3434
# Note: 522 and 502 are server errors, not broken links
3535
accept = [
3636
"200..=204",
37-
"301..=308",
37+
"301..=308",
38+
"403", # Forbidden (Microsoft/LinkedIn block automated tools)
3839
"429",
3940
"502", # Bad Gateway
4041
"522" # Connection timed out (Cloudflare)
@@ -60,6 +61,11 @@ exclude = [
6061
'^https?://localhost',
6162
'^https?://127\\.0\\.0\\.1',
6263
'^https://www\\.linkedin\\.com',
64+
65+
# Exclude Microsoft authentication and Entra portals
66+
'entra\\.microsoft\\.com',
67+
'login\\.microsoftonline\\.com',
68+
'portal\\.azure\\.com',
6369

6470
# Exclude all issues.umbraco.org - unreliable and often returns 522
6571
'http://issues\\.umbraco\\.org',
@@ -94,4 +100,4 @@ include_mail = true
94100
############################# Content Checks ######################
95101
# Mark pages as broken if the body contains "page not found" or "404"
96102
[content]
97-
deny = ["(?i)page not found", "(?i)404"]
103+
deny = ["(?i)page not found", "(?i)404"]

10/umbraco-cms/.gitbook.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)