Skip to content

Latest commit

 

History

History
205 lines (157 loc) · 7.97 KB

File metadata and controls

205 lines (157 loc) · 7.97 KB

Developing Sourcegraph

<style> .markdown-body h2 { margin-top: 2em; } .markdown-body ul { list-style:none; padding-left: 1em; } .markdown-body ul li { margin: 0.5em 0; } .markdown-body ul li:before { content: ''; display: inline-block; height: 1.2em; width: 1em; background-size: contain; background-repeat: no-repeat; background-image: url(../batch_changes/file-icon.svg); margin-right: 0.5em; margin-bottom: -0.29em; } body.theme-dark .markdown-body ul li:before { filter: invert(50%); } </style>

Documentation for developers contributing to the Sourcegraph code base

Learn how to develop Sourcegraph on your machine.

Clarification and discussion about key concepts, architecture, and development stack.

Overview

Development

Git

Security

Tools

Components

Other

Guidelines

Guides to help with troubleshooting, configuring test instances, debugging, and more.

New features

Observability

Plans and licenses

Documentation

Executors

Testing