Merge pull request #2913 from thelounge/xpaw/doc-relative-urls
Make links in generated config relative
This commit is contained in:
commit
5efde5b2aa
@ -28,6 +28,7 @@ const configContent = readFileSync(
|
||||
const docPath = join(process.argv[2], "_includes", "config.js.md");
|
||||
|
||||
const extractedDoc = configContent
|
||||
.replace(/https:\/\/thelounge\.chat\/docs/g, "/docs") // make links relative
|
||||
.split("\n")
|
||||
.reduce((acc, line) => {
|
||||
line = line.trim();
|
||||
|
Loading…
Reference in New Issue
Block a user