mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
13 lines
491 B
JSON
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://)|(^/@)"
|
|
}
|
|
}
|