summaryrefslogtreecommitdiffstats
path: root/.mlc_config.json
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-05-22 03:53:52 -0700
committerGitHub <noreply@github.com>2020-05-22 20:53:52 +1000
commitc514f250b198f3f134cca17b4a9ef8441d77bf54 (patch)
tree48b476dfcc2944996a65384609a6ff98ad6f30e2 /.mlc_config.json
parentef660efef1723f44b5636b3bdf35e1a250d47322 (diff)
Fix docs CI to handle absolute links between docs (#9132)
* Check all files * Change md to trigger workflow * Change version * Try config and replacement * Path to workspace * Continuing to test * Fix link in prometheus doc as test
Diffstat (limited to '.mlc_config.json')
-rw-r--r--.mlc_config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.mlc_config.json b/.mlc_config.json
new file mode 100644
index 0000000000..83a2918afd
--- /dev/null
+++ b/.mlc_config.json
@@ -0,0 +1,8 @@
+{
+ "replacementPatterns": [
+ {
+ "pattern": "^/",
+ "replacement": "/github/workspace/"
+ }
+ ]
+}