aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-08-31 14:18:24 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-08-31 19:16:04 +0000
commit053d4a338a66ae18facf0d0afa865f2a21352b6d (patch)
treee8b0d97d18fc4d158b1d5c0ec85aa92e39ed0bd0 /site
parentc9fa5a61b2b58db76a9709362932796607a83589 (diff)
Make sidebar use more descriptive names
A user (hio) on IRC pointed out that putting "Skylark" and "Skyframe" in the sidebar is intimidating to new users (what is a skylark and why would one care?). -- MOS_MIGRATED_REVID=101931895
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/index.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/site/docs/skylark/index.md b/site/docs/skylark/index.md
index 1b700b86c0..9c07e1b6be 100644
--- a/site/docs/skylark/index.md
+++ b/site/docs/skylark/index.md
@@ -1,9 +1,8 @@
-# Skylark
+# Custom rules
-#### A simple way to write custom build rules
-
-Skylark is a work-in-progress project, which allows extending Bazel with new
-rules or macros (composition of rules and macros).
+Bazel includes an API for writing your own rules, called Skylark. Skylark is a
+work-in-progress project, which allows extending Bazel with new rules or macros
+(composition of rules and macros).
## Goals