Skip to content

Latest commit

 

History

History
214 lines (170 loc) · 8.73 KB

index.md

File metadata and controls

214 lines (170 loc) · 8.73 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

Setup

Learn how to develop Sourcegraph on your machine.

Background information

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

Architecture

Development

Git

Languages

SQL

Security

Testing

Tools

Other

How-to guides

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

New features

Observability

Plans and licenses

Documentation

Executors

Testing

Contributing