From 591ce35f924b20fa2749f5bfb6cb0655a7ac7825 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Tue, 20 Feb 2024 03:03:27 -0500 Subject: [PATCH] Update README.md --- dev/README.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/dev/README.md b/dev/README.md index 905eee62..bf2effb0 100644 --- a/dev/README.md +++ b/dev/README.md @@ -1,32 +1,5 @@ # Developer quickstart -- [Quick Start using Kubernetes and Tilt (beta)](#quick-start-using-kubernetes-and-tilt-beta) -- [Running the project with docker-compose](#running-the-project-with-docker-compose) - - [`COMPOSE_PROFILES`](#compose_profiles) - - [`GRAFANA_IMAGE`](#grafana_image) - - [Configuring Grafana](#configuring-grafana) - - [Enabling RBAC for OnCall for local development](#enabling-rbac-for-oncall-for-local-development) - - [Django Silk Profiling](#django-silk-profiling) - - [Running backend services outside Docker](#running-backend-services-outside-docker) -- [UI E2E Tests](#ui-e2e-tests) -- [Helm Unit Tests](#helm-unit-tests) -- [Useful `make` commands](#useful-make-commands) -- [Setting environment variables](#setting-environment-variables) -- [Slack application setup](#slack-application-setup) -- [Update drone build](#update-drone-build) -- [Troubleshooting](#troubleshooting) - - [ld: library not found for -lssl](#ld-library-not-found-for--lssl) - - [Could not build wheels for cryptography which use PEP 517 and cannot be installed directly](#could-not-build-wheels-for-cryptography-which-use-pep-517-and-cannot-be-installed-directly) - - [django.db.utils.OperationalError: (1366, "Incorrect string value")](#djangodbutilsoperationalerror-1366-incorrect-string-value) - - [/bin/sh: line 0: cd: grafana-plugin: No such file or directory](#binsh-line-0-cd-grafana-plugin-no-such-file-or-directory) - - [Encountered error while trying to install package - grpcio](#encountered-error-while-trying-to-install-package---grpcio) - - [distutils.errors.CompileError: command '/usr/bin/clang' failed with exit code 1](#distutilserrorscompileerror-command-usrbinclang-failed-with-exit-code-1) - - [symbol not found in flat namespace '\_EVP_DigestSignUpdate'](#symbol-not-found-in-flat-namespace-_evp_digestsignupdate) -- [IDE Specific Instructions](#ide-specific-instructions) - - [PyCharm](#pycharm) -- [How to write database migrations](#how-to-write-database-migrations) -- [Autogenerating TS types based on OpenAPI schema](#autogenerating-ts-types-based-on-openapi-schema) - Related: [How to develop integrations](/engine/config_integrations/README.md) ## Quick Start using Kubernetes and Tilt (beta) @@ -595,6 +568,7 @@ In order to automate types creation and prevent API usage pitfalls, OnCall proje ``` ## System components + ```mermaid flowchart TD client[Monitoring System]