Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/README.md')
-rw-r--r--workhorse/README.md31
1 files changed, 18 insertions, 13 deletions
diff --git a/workhorse/README.md b/workhorse/README.md
index c7617645b34..ee62c230aa7 100644
--- a/workhorse/README.md
+++ b/workhorse/README.md
@@ -1,3 +1,9 @@
+---
+stage: Create
+group: Source Code
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
+---
+
# GitLab Workhorse
GitLab Workhorse is a smart reverse proxy for GitLab. It handles
@@ -10,26 +16,25 @@ GitLab](doc/architecture/gitlab_features.md) that would not work efficiently wit
## Canonical source
The canonical source for Workhorse is
-[gitlab-org/gitlab/workhorse](https://gitlab.com/gitlab-org/gitlab/tree/master/workhorse).
-Prior to https://gitlab.com/groups/gitlab-org/-/epics/4826, it was
-[gitlab-org/gitlab-workhorse](https://gitlab.com/gitlab-org/gitlab-workhorse/tree/master),
+[`gitlab-org/gitlab/workhorse`](https://gitlab.com/gitlab-org/gitlab/tree/master/workhorse).
+Prior to [epic #4826](https://gitlab.com/groups/gitlab-org/-/epics/4826), it was
+[`gitlab-org/gitlab-workhorse`](https://gitlab.com/gitlab-org/gitlab-workhorse/tree/master),
but that repository is no longer used for development.
## Documentation
Workhorse documentation is available in the [`doc` folder of this repository](doc/).
-* Architectural overview
- * [GitLab features that rely on Workhorse](doc/architecture/gitlab_features.md)
- * [Websocket channel support](doc/architecture/channel.md)
-* Operating Workhorse
- * [Source installation](doc/operations/install.md)
- * [Workhorse configuration](doc/operations/configuration.md)
-* [Contributing](CONTRIBUTING.md)
- * [Adding new features](doc/development/new_features.md)
- * [Testing your code](doc/development/tests.md)
+- Architectural overview
+ - [GitLab features that rely on Workhorse](doc/architecture/gitlab_features.md)
+ - [Websocket channel support](doc/architecture/channel.md)
+- Operating Workhorse
+ - [Source installation](doc/operations/install.md)
+ - [Workhorse configuration](doc/operations/configuration.md)
+- [Contributing](CONTRIBUTING.md)
+ - [Adding new features](doc/development/new_features.md)
+ - [Testing your code](doc/development/tests.md)
## License
This code is distributed under the MIT license, see the [LICENSE](LICENSE) file.
-