aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/faq.md
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-04-30 21:38:04 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-01 22:22:55 +0000
commit3fb27ca6770ba3239955ab7c37fad979d0df04e2 (patch)
tree4f0eaea74cf96950a3f87a0a6748e53d3aec8f59 /site/faq.md
parent59682ac224651eafb52c0804159c072ff2bd43ab (diff)
Improvements to bazel.io.
* Move sidebar nav on docs and community pages to left side so that the sidebar shows at the top of the page in mobile. Improve appearance of sidebar nav. * Highlight navbar link depending on current page. * Switch Markdown renderer to Redcarpet to enable Pygments highlighting of fenced code blocks (```python etc.) such as on Skylark Cookbook page. * Change ```build to ```python on Skylark cookbook page. * Minor aesthetic tweaks to Install page * Make style of Feedburner widget consistent with rest of page. * Remove use of site_root from layouts and pages since it is no longer necessary after kchodorow@ added JS to redirect from github.google.com/bazel to bazel.io -- MOS_MIGRATED_REVID=92494349
Diffstat (limited to 'site/faq.md')
-rw-r--r--site/faq.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/faq.md b/site/faq.md
index 9f8283a116..5dd14664de 100644
--- a/site/faq.md
+++ b/site/faq.md
@@ -1,6 +1,7 @@
---
layout: default
title: FAQ
+nav: faq
---
What is Bazel?