aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/faq.md
Commit message (Collapse)AuthorAge
* Restructure site/ directory into docs/ which only contains Bazel documentation.Gravatar dzc2017-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The new docs/ directory in the bazel source tree will only contain the Bazel docs site, which is hosted at docs.bazel.build. This change deletes the marketing site and blog, which have been migrated to the bazel-website and bazel-blog GitHub repositories respectively. This change also updates the serve-docs.sh and ci/build.sh under scripts/ in preparation for publishing the docs site. Note that to help make reviews more manageable, this change is limited to moving files to their new locations. Here are the follow-up changes: * Update all links in docs to remove versions/master in paths and to add correct bazel.build subdomain when linking to pages on the marketing site or the blog. * Set up versioned directories on GCS bucket and add tooling for versioning docs This change is also coordinated with https://bazel-review.googlesource.com/c/11568/ to have the PublishSite job publish to docs.bazel.build rather than www.bazel.build. Issue #2397 RELNOTES: None PiperOrigin-RevId: 157612651
* Fix dead link to docker build rulesGravatar Darius2017-04-07
| | | | | Closes #2645. PiperOrigin-RevId: 152488176
* Changed "OS X" to "macOS (OS X)" to be consistent. Change was made to the ↵Gravatar Googler2017-03-29
| | | | | | | | doc, faq, and contribute topics. Did not update content which is static: blog posts, release notes, design docs. PiperOrigin-RevId: 151569872
* Bazel FAQ: update information about WindowsGravatar Laszlo Csomor2016-11-10
| | | | | -- MOS_MIGRATED_REVID=138636874
* Global cleanup change.Gravatar Damien Martin-Guillerez2016-10-28
| | | | | -- MOS_MIGRATED_REVID=137494506
* Update some FAQ questions.Gravatar Han-Wen Nienhuys2016-10-26
| | | | | | | -- Change-Id: I218ae41da9a139ac1a613e0fcef0adf062845ef5 Reviewed-on: https://bazel-review.googlesource.com/6891 MOS_MIGRATED_REVID=137193672
* Rollback of commit 3e8bcae69a0718cf6972be086706b1841e0ed6b7.Gravatar Damien Martin-Guillerez2016-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | *** Reason for rollback *** Breaks design docs links *** Original change description *** Move Bazel docs into versioned directory. * Move all Bazel docs (excluding main page, search page, and blog) into versions/master directory. * Replace all original pages with redirects. * Add Jekyll config with default_version setting to specify the default version to redirect docs to. * Add Jekyll config with version_prefix setting specific to pages under each version directory. * Update layouts to generate links to pages for the same version with the version_prefix. * Update Blaze rel... *** -- MOS_MIGRATED_REVID=128690580
* Move Bazel docs into versioned directory.Gravatar David Chen2016-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | * Move all Bazel docs (excluding main page, search page, and blog) into versions/master directory. * Replace all original pages with redirects. * Add Jekyll config with default_version setting to specify the default version to redirect docs to. * Add Jekyll config with version_prefix setting specific to pages under each version directory. * Update layouts to generate links to pages for the same version with the version_prefix. * Update Blaze release script to copy docs from third_party/bazel/site/versions/master Changes to follow this CL: * Separate navigation from layouts so that navigation can be versioned as well. * Add tool for cutting a release of Bazel docs and copies them into a new version directory. Bug: #579 -- MOS_MIGRATED_REVID=128510319
* Possibly fix "Why doesn't Google use..." list on Bazel FAQGravatar Googler2016-06-27
| | | | | -- MOS_MIGRATED_REVID=125788333
* fix Docker rules link in a simple wayGravatar Jeff Hodges2016-05-19
| | | | | | | | | | Updates #1236 This doesn't fix the real problem (`README.md` seems to be turning into `README.html` during the render process), but, depending on how much time others have to look at the document generator, this might be worth submitting. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1237 MOS_MIGRATED_REVID=122747784
* faq: remove mention of the tools directoryGravatar Damien Martin-Guillerez2016-03-31
| | | | | | | | | This is no longer relevant. Fixes #1099 -- MOS_MIGRATED_REVID=118574360
* Fix/remove broken src links in FAQ documentationGravatar Neil2015-11-20
| | | | | | -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/633 MOS_MIGRATED_REVID=108359851
* Update links in Bazel docs to point to new BE pages.Gravatar David Chen2015-11-02
| | | | | | | Fixes #529 -- MOS_MIGRATED_REVID=106883457
* Update FAQ about supported languageGravatar Damien Martin-Guillerez2015-09-30
| | | | | | | | This part was mostly out of date and it will be hard to maintain the list of languages in many places, removed it. -- MOS_MIGRATED_REVID=104292596
* Update FAQ entry about releases.Gravatar Damien Martin-Guillerez2015-09-21
| | | | | | | Fixes #472. -- MOS_MIGRATED_REVID=103530183
* Change URLs to bazelbuildGravatar Kristina Chodorow2015-09-01
| | | | | -- MOS_MIGRATED_REVID=102022958
* Copyedit of Bazel FAQ.Gravatar Googler2015-08-31
| | | | | | | Some rewording of the first section. Otherwise, just style and usage changes. -- MOS_MIGRATED_REVID=101965237
* Update FAQ for beta release.Gravatar Han-Wen Nienhuys2015-08-20
| | | | | -- MOS_MIGRATED_REVID=101016156
* Add a blog post about docker_buildGravatar Damien Martin-Guillerez2015-07-28
| | | | | | | Also update the Docker section of the FAQ. -- MOS_MIGRATED_REVID=99206773
* Improvements to bazel.io.Gravatar Googler2015-05-01
| | | | | | | | | | | | | * 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
* New design for Bazel site.Gravatar Googler2015-04-22
-- MOS_MIGRATED_REVID=91768459