sourcegraph/doc/docsite.json
2022-03-10 10:05:59 -07:00

13 lines
491 B
JSON

{
"$comment": "This configures the documentation server used in local development only. See ./doc/dev/documentation.md#previewing-changes-locally.",
"templates": "_resources/templates",
"content": ".",
"baseURLPath": "/",
"rootURL": "https://docs.sourcegraph.com",
"assets": "_resources/assets",
"assetsBaseURLPath": "/assets/",
"check": {
"ignoreURLPattern": "(^https?://)|(^#)|(^mailto:(hi|support|security|feedback)@sourcegraph\\.com(\\?|$))|(^chrome://)|(^/@)"
}
}