aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2016-07-29 09:05:11 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-29 10:26:00 +0000
commit48fa81a3d7678b92d0588ddd832ffdb50fd156d3 (patch)
tree983657cfc689a1d5adc9d6b6f70bc586d2832b1e
parentcba16459185325284ccb4077408f764324a9afe1 (diff)
Move designs/ directory out of docs/ and into site root.
For versioning Bazel's documentation, we only want to version the pages under the Documentation portion of the site. Since Design Docs are more meant for Bazel developers and are generally not continually updated for each release, we should not version the design docs. Moving the directory for the design docs out of docs/ will also simplify the change for versioning Bazel's docs. -- MOS_MIGRATED_REVID=128788588
-rw-r--r--site/_layouts/contribute.html2
-rw-r--r--site/designs/_posts/2016-06-02-sandboxing.md (renamed from site/docs/designs/_posts/2016-06-02-sandboxing.md)0
-rw-r--r--site/designs/_posts/2016-06-21-environment.md (renamed from site/docs/designs/_posts/2016-06-21-environment.md)0
-rw-r--r--site/designs/index.md (renamed from site/docs/designs/index.md)0
4 files changed, 1 insertions, 1 deletions
diff --git a/site/_layouts/contribute.html b/site/_layouts/contribute.html
index 4ec8f21c0f..0fce4d197d 100644
--- a/site/_layouts/contribute.html
+++ b/site/_layouts/contribute.html
@@ -32,7 +32,7 @@ nav: contribute
<h3>How Bazel Works</h3>
<ul class="sidebar-nav">
<li><a href="/docs/skyframe.html">Skyframe</a></li>
- <li><a href="/docs/designs/index.html">Design Documents</a></li>
+ <li><a href="/designs/index.html">Design Documents</a></li>
</ul>
<h3>External Resources</h3>
<ul class="sidebar-nav">
diff --git a/site/docs/designs/_posts/2016-06-02-sandboxing.md b/site/designs/_posts/2016-06-02-sandboxing.md
index dd81f61a22..dd81f61a22 100644
--- a/site/docs/designs/_posts/2016-06-02-sandboxing.md
+++ b/site/designs/_posts/2016-06-02-sandboxing.md
diff --git a/site/docs/designs/_posts/2016-06-21-environment.md b/site/designs/_posts/2016-06-21-environment.md
index e8e42f816f..e8e42f816f 100644
--- a/site/docs/designs/_posts/2016-06-21-environment.md
+++ b/site/designs/_posts/2016-06-21-environment.md
diff --git a/site/docs/designs/index.md b/site/designs/index.md
index f65368ea76..f65368ea76 100644
--- a/site/docs/designs/index.md
+++ b/site/designs/index.md