From 6962ee347ee46a254ef1b1d9b3220fb2c9959d34 Mon Sep 17 00:00:00 2001 From: steve-the-bayesian Date: Mon, 19 Apr 2021 09:39:20 -0700 Subject: [PATCH] Update config.md --- site/docs/skylark/config.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/docs/skylark/config.md b/site/docs/skylark/config.md index 44e0f22e596488..4b44694aa9aeb0 100644 --- a/site/docs/skylark/config.md +++ b/site/docs/skylark/config.md @@ -7,11 +7,9 @@ category: extending # Configurations -This page covers the benefits and basic usage of Starlark configurations. It +This page covers the benefits and basic usage of Starlark configurations, Bazel's API for customizing how your project builds. It includes how to define build settings and provides examples. -Starlark configuration is Bazel's API for customizing how your project builds. - This makes it possible to: * define custom flags for your project, obsoleting the need for