chore: Some cleanup of very old docs and duplicative pages#1292
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
See inline comments. Test plan: Code review.
|
|
||
| <AWSOneClickLaunchForm /> | ||
|
|
||
| If you're running into any problem, see our [Troubleshooting guide](/admin/troubleshooting). |
There was a problem hiding this comment.
there was nothing AWS related.
| | `KUBERNETES_IMAGE_PULL_SECRETS` | N/A | The names of Kubernetes image pull secrets to use for pulling images. e.g. my-secret,my-other-secret | | ||
|
|
||
| <Callout type="note">Note: `EXECUTOR_KUBERNETES_NAMESPACE` should be set to either "default" or the specific namespace where your Executor is deployed.</Callout> No newline at end of file | ||
| <Callout type="note">`EXECUTOR_KUBERNETES_NAMESPACE` should be set to either "default" or the specific namespace where your Executor is deployed.</Callout> No newline at end of file |
There was a problem hiding this comment.
the callout already has a note-y thing
| 9. Logs are streamed from the executor to a Sourcegraph API | ||
| 10. The executor calls a Sourcegraph API to that "complete" the Job. | ||
|
|
||
| ### Native execution |
There was a problem hiding this comment.
not tested well, no one should need to use this and I know no one who does.
There was a problem hiding this comment.
surprisingly, no customers are on versions <3.0 😆
| - [Migrating from Sourcegraph 3.30.0, 3.30.1, and 3.30.2](/admin/migration/3_30) | ||
| - [Migrating to Sourcegraph 3.31.x](/admin/migration/3_31) | ||
| - [Migrating to Sourcegraph 5.1.x](/admin/migration/5_1) | ||
|
|
||
| ## Legacy guides | ||
|
|
||
| - [Migrating from Sourcegraph 2.13 to 3.0.0](/admin/migration/3_0) | ||
| - [Migrating from Sourcegraph 3.x to 3.7.2+](/admin/migration/3_7) |
There was a problem hiding this comment.
all of these are very very old
|
|
||
| Sourcegraph's code search index scales horizontally with the number of files being indexed for search. Multiple shards may be allocated for one repository, and the index is agnostic to whether the code exists in one massive repository or many smaller ones. Sourcegraph has been used to index both large monorepos and tens of thousands of smaller repositories. | ||
|
|
||
| ### Known Limitations |
There was a problem hiding this comment.
not a known limitation worth calling out
|
|
||
| - Sourcegraph will inspect the full tree for language detection. It incrementally caches and builds the language statistics to reuse information across commits. However, this has been shown to create too much load in monorepos. You can disable this feature by setting the environment variable `USE_ENHANCED_LANGUAGE_DETECTION=false` on `sourcegraph-frontend`. | ||
|
|
||
| ## Custom git binaries |
There was a problem hiding this comment.
not something we want to encourage
| @@ -1,3 +0,0 @@ | |||
| # Sourcegraph Nginx HTTP and HTTPS/SSL configuration | |||
|
|
|||
| This documentation page has been moved to "[Sourcegraph HTTP and HTTPS/SSL configuration](/admin/http_https_configuration)". | |||
There was a problem hiding this comment.
some parts moved over to the faq thing, most don't seem like anyone would use them
There was a problem hiding this comment.
regenerated using script
|
joe please stamp |
See inline comments.
Test plan: Code review.