You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
doc: Update architecture diagram to point to main (#28327)
* doc: Update architecture diagram to point to main
Many of the links were pointing to `master` branches for the repos which
are very behind their `main` counterparts.
Exceptions were Zoekt and deploy-sourcegraph repos
* doc: Update one more dated link to syntect server
Copy file name to clipboardExpand all lines: doc/dev/background-information/architecture/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Sourcegraph also has a fast search path for code that isn't indexed yet, or for
48
48
49
49
-[searcher](https://github.com/sourcegraph/sourcegraph/blob/main/cmd/searcher/README.md) implements the non-indexed search.
50
50
51
-
Syntax highlighting for any code view, including search results, is provided by [Syntect server](https://sourcegraph.com/github.com/sourcegraph/syntect_server).
51
+
Syntax highlighting for any code view, including search results, is provided by [Syntect server](https://github.com/sourcegraph/sourcegraph/tree/main/docker-images/syntax-highlighter).
Copy file name to clipboardExpand all lines: doc/dev/background-information/architecture/introducing_a_new_service.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ When introducing a new service/container we pay the cost of:
30
30
31
31
- Introducing and maintaining [its Kubernetes YAML](https://github.com/sourcegraph/deploy-sourcegraph/tree/master/base).
32
32
- Adding it to our [docker-compose deployments](https://github.com/sourcegraph/deploy-sourcegraph-docker/pull/38).
33
-
- Integrating it as a raw process in [the single-container `sourcegraph/server` deployment mode](https://github.com/sourcegraph/sourcegraph/tree/master/cmd/server).
33
+
- Integrating it as a raw process in [the single-container `sourcegraph/server` deployment mode](https://github.com/sourcegraph/sourcegraph/tree/main/cmd/server).
34
34
- Documenting clearly [how it scales](https://docs.sourcegraph.com/admin/install/kubernetes/scale) alongside other services for cluster deployments.
- Documenting the service itself in general and how site admins should manage and debug it (these needs to be done regardless of it being a new service, but if it is a new service there are additional aspects to consider.)
0 commit comments