sourcegraph/doc/dev/index.md
Robert Lin dbebbee9fa
doc/dev: first pass at more detailed CI docs (#25808)
Introduce introductory CI docs for what's available in the generator and how to interface with it.

Also reorganized the dev docs homepage because it was very strange to get all these super detailed guides up-front when 90% of the time I want to find an overview first (in this case, the CI docs page).
2021-10-08 08:20:50 -04:00

7.1 KiB

Developing Sourcegraph

This documentation is for developers contributing to the Sourcegraph code base.

Sourcegraph development is open source at:

Getting started

A hands-on introduction for setting up your local development environment.

Background information

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

Overview

Architecture

Development

Languages

Extended guides

Testing

Tools

Other

Guidelines

How-to guides

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

Local development

New features

Troubleshooting

Implementing Sourcegraph

Testing Sourcegraph & CI