aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master/docs/skylark/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/versions/master/docs/skylark/index.md')
-rw-r--r--site/versions/master/docs/skylark/index.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/site/versions/master/docs/skylark/index.md b/site/versions/master/docs/skylark/index.md
deleted file mode 100644
index b7d46a56f4..0000000000
--- a/site/versions/master/docs/skylark/index.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: documentation
-title: Extensions
----
-
-# Extensions
-Skylark is the name of the extension mechanism in Bazel. It lets you add support
-for new languages and tools by writing [custom build rules](rules.md). You can
-also compose existing rules into [macros](macros.md).
-
-## Getting started
-
-Read the [concepts](concepts.md) behind Skylark and try the
-[cookbook examples](cookbook.md). To go further, read about the
-[standard library](lib/globals.html).
-