sourcegraph/doc/dev/index.md
Camden Cheek faa35110fa
Add basic usage docs for feature flags (#22069)
* Add basic usage docs for feature flags

* Update doc/dev/how-to/use_feature_flags.md

Co-authored-by: Rijnard van Tonder <rvantonder@gmail.com>

* Update doc/dev/how-to/use_feature_flags.md

Co-authored-by: Rijnard van Tonder <rvantonder@gmail.com>

* Update doc/dev/how-to/use_feature_flags.md

Co-authored-by: Rijnard van Tonder <rvantonder@gmail.com>

* clarify that feature flags also work in the backend

Co-authored-by: Rijnard van Tonder <rvantonder@gmail.com>
2021-06-28 13:00:57 -06:00

6.7 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.

How-to guides

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

Local development

New features

Troubleshooting

Implementing Sourcegraph

Testing Sourcegraph & CI

Background information

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

Overview

Architecture

Development

Languages

Extended guides

Testing

Tools

Other

Guidelines