Skip to content

Commit

Permalink
ci: Exclude a URL link in Markdown from the link check
Browse files Browse the repository at this point in the history
In Docusaurus 2 links between different plugin instances need to be URL
links which can only be resolved within the built website, but not in
the raw files. Note that this is supposed to be fixed in Docusaurus 3
[1].

[1]: facebook/docusaurus#6370

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io>
  • Loading branch information
mnonnenmacher committed Sep 15, 2023
1 parent 269e00d commit 13efe5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
},
{
"pattern": "^https://source.android.com/setup/develop/repo$"
},
{
"pattern": "^../../tutorial/intro$"
}
]
}

0 comments on commit 13efe5d

Please sign in to comment.