Skip to content

Latest commit

 

History

History
181 lines (138 loc) · 6.72 KB

index.md

File metadata and controls

181 lines (138 loc) · 6.72 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

Security

Tools

Other

Guidelines

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

New features

Observability

Documentation

Executors

Testing