aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2018-07-11 05:50:48 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-11 05:52:13 -0700
commit73abea52e86c70e201c00ec25a1f189223d3b9aa (patch)
tree6ecda5771599cdd96bc9ba1244e6d77cdd6bdae3 /site
parentfeb8050e553712f4d689d9e84e624abc0f4c2fa8 (diff)
Remove the experimental section on the website.
The page https://docs.bazel.build/versions/master/experimental.html is not useful. The only link is also available via the `Bazel and Apple` section. RELNOTES: None. PiperOrigin-RevId: 204110632
Diffstat (limited to 'site')
-rw-r--r--site/_layouts/documentation.html1
-rw-r--r--site/docs/experimental.md12
2 files changed, 0 insertions, 13 deletions
diff --git a/site/_layouts/documentation.html b/site/_layouts/documentation.html
index b55ad03236..c5546c09b7 100644
--- a/site/_layouts/documentation.html
+++ b/site/_layouts/documentation.html
@@ -27,7 +27,6 @@ nav: docs
<ul class="sidebar-nav">
<li><a href="/versions/{{ site.version }}/bazel-overview.html">Bazel Overview</a></li>
<li><a href="/versions/{{ site.version }}/getting-started.html">Getting Started</a></li>
- <li><a href="/versions/{{ site.version }}/experimental.html">Experimental Features</a></li>
</ul>
<h3>Using Bazel</h3>
diff --git a/site/docs/experimental.md b/site/docs/experimental.md
deleted file mode 100644
index 0474285bcb..0000000000
--- a/site/docs/experimental.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: documentation
-title: Experimental
----
-
-# Experimental
-
-This section contains documentation for Bazel features and workflows that are
-considered useful, but have not been fully verified and are not officially
-supported.
-
-* [Converting CocoaPods dependencies](migrate-cocoapods.html)