aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
Commit message (Collapse)AuthorAge
* Change the mover paths for docs to be under site/Gravatar Kristina Chodorow2015-04-03
| | | | | -- MOS_MIGRATED_REVID=90252678
* Skylark doc: Mention breaking changes for rules API.Gravatar Laurent Le Brun2015-03-31
| | | | | -- MOS_MIGRATED_REVID=89992390
* Improve site structureGravatar Kristina Chodorow2015-03-31
| | | | | | | | It's a bit weird having everything under docs/, so this puts the blog and "about" pages under / and all of the documentation under docs. -- MOS_MIGRATED_REVID=89965504
* Bazel: Patch in changes of pull request #80.Gravatar Laszlo Csomor2015-03-31
| | | | | | | https://github.com/google/bazel/pull/80 -- MOS_MIGRATED_REVID=89945673
* Remove style attributes from <pre></pre> elements; support `discouraged` ↵Gravatar Googler2015-03-31
| | | | | | | | | | | class in CSS for public site. RELNOTES: None. -- MOS_MIGRATED_REVID=89864490
* Fix formatting on <pre></pre> blocks. Removes leading spaces where not ↵Gravatar Googler2015-03-30
| | | | | | | necessary. -- MOS_MIGRATED_REVID=89858042
* Adds line breaks for readability and better rendering by our Markdown ↵Gravatar Googler2015-03-30
| | | | | | | interpreter. -- MOS_MIGRATED_REVID=89856380
* Changes page title to "Installing Bazel."Gravatar Googler2015-03-30
| | | | | -- MOS_MIGRATED_REVID=89855970
* Bazel docs: make installation instructions more detailed.Gravatar Laszlo Csomor2015-03-30
| | | | | | | | | Specifically, talk more about adding the bazel binary to the PATH. (Really) fixes GitHub issue #77 (https://github.com/google/bazel/issues/77) -- MOS_MIGRATED_REVID=89852746
* Bazel docs: make installation instructions more detailed.Gravatar Laszlo Csomor2015-03-30
| | | | | | | | | Specifically, talk more about setting the JAVA_HOME envvar. Fixes GitHub issue #77 (https://github.com/google/bazel/issues/77) -- MOS_MIGRATED_REVID=89849229
* Add a blog to bazel.ioGravatar Kristina Chodorow2015-03-30
| | | | | -- MOS_MIGRATED_REVID=89823619
* Yikes! Close the <code></code> tag so we're not rendering half the page in ↵Gravatar Googler2015-03-30
| | | | | | | | | green monospaced font: http://bazel.io/docs/query.html#component -- MOS_MIGRATED_REVID=89706849
* Description redacted.Gravatar Googler2015-03-27
| | | | | -- MOS_MIGRATED_REVID=89613538
* Remove double docs/ from linkGravatar Daniel Wagner-Hall2015-03-26
| | | | | -- MOS_MIGRATED_REVID=89582160
* Emphasize that we can't accept pull requestsGravatar Kristina Chodorow2015-03-26
| | | | | -- MOS_MIGRATED_REVID=89530122
* Reorder Pants and Buck to match "respectively".Gravatar Googler2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89528771
* Bazel docs: create a target to generate the Skylark Library documentation.Gravatar Laszlo Csomor2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89523668
* Add link from "Alpha" in README to description of alpha goals/contents in ↵Gravatar John Field2015-03-25
| | | | | | | roadmap. -- MOS_MIGRATED_REVID=89514499
* Bazel docs: fix broken link in Skylark's rules.mdGravatar Laszlo Csomor2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89511308
* Remove experimental Go support until we have a solution which fits the 'go' ↵Gravatar Han-Wen Nienhuys2015-03-25
| | | | | | | tool conventions better. -- MOS_MIGRATED_REVID=89510837
* Update FAQ entry for Pants and Buck.Gravatar Googler2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89501886
* Blaze docs: open-source the Skylark API documentation.Gravatar Laszlo Csomor2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89499954
* Added a link to the mailing-list in the core contributor listGravatar Damien Martin-Guillerez2015-03-25
| | | | | | | | This warning make sense and will avoid people trying to reach out individual googler rather that the public mailing list. -- MOS_MIGRATED_REVID=89496710
* Bazel docs: make it more clear that we can't yet accept pull requests.Gravatar Laszlo Csomor2015-03-25
| | | | | | | | The contributions.md file used to say this at the bottom, where this info is out of view. I've moved it up where it's more visible. -- MOS_MIGRATED_REVID=89495841
* Update commands in "Getting Started" so that they actually work.Gravatar Lukacs Berki2015-03-25
| | | | | | | | | This is a merge of https://github.com/stuartfehr/bazel/commit/e6920ce15b2eebef758512e7ed498241afe080ec -- MOS_MIGRATED_REVID=89493027
* Moved patch submission section in the head of the contributing pageGravatar Damien Martin-Guillerez2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89492585
* Bazel docs: fix a lot of issues, formatting and contentwise.Gravatar Laszlo Csomor2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89490160
* Add g++ and zlib1g-dev to the set of required packages to install Bazel on ↵Gravatar Lukacs Berki2015-03-25
| | | | | | | | | | | Ubuntu. This is a merge of https://github.com/stuartfehr/bazel/commit/738686468a2a699d9ecfb95c7663967888223f64 -- MOS_MIGRATED_REVID=89488713
* Replace "Github" with "GitHub" in the getting started doc. This is a merge ofGravatar Lukacs Berki2015-03-25
| | | | | | | https://github.com/jdmaturen/bazel/commit/85f420e1d3d1798eb7b3766b8014730b36d0694a -- MOS_MIGRATED_REVID=89487268
* Open-source Bazel integration testsGravatar Damien Martin-Guillerez2015-03-25
| | | | | | | | | It is a first batch of integration tests for Bazel. They tests some basic behaviors and nominal cases of Bazel rules (especially they tests the behavior of the examples provided in //examples). -- MOS_MIGRATED_REVID=89440074
* Say something about Go.Gravatar Han-Wen Nienhuys2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89427921
* Update URLsGravatar Kristina Chodorow2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89417715
* Fix link in FAQ.mdGravatar Laurent Le Brun2015-03-25
| | | | | -- MOS_MIGRATED_REVID=89413449
* Bazel docs: add missing section about $(location) expansion.Gravatar Laszlo Csomor2015-03-25
| | | | | | | Also fix a typo in contributing.md. -- MOS_MIGRATED_REVID=89411635
* Update doc: *args and **kwargs are supportedGravatar Laurent Le Brun2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89410166
* Add link to homepage in README and add zip to Ubuntu reqsGravatar Kristina Chodorow2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89407433
* Fix docGravatar Laurent Le Brun2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89407198
* Doc: Remove obsolete information about dict being a list of tuplesGravatar Laurent Le Brun2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89405124
* Public doc: Use "Extensions" in the menu instead of "Skylark".Gravatar Laurent Le Brun2015-03-24
| | | | | | | That should be clearer for visitors. -- MOS_MIGRATED_REVID=89403288
* Remove "blaze" from filepaths in Bazel User Manual.Gravatar Googler2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89400200
* Bazel FAQ: enable autolinks and add proper line break.Gravatar Laszlo Csomor2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89395881
* Bazel docs: prettify the Test Encyclopedia.Gravatar Laszlo Csomor2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89395339
* Bazel docs: fix broken links in the build-ref.html.Gravatar Laszlo Csomor2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89394054
* Bazel docs: fix broken links in the user manual.Gravatar Laszlo Csomor2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89390694
* Bazel docs: Fix broken link on FAQ page.Gravatar Laszlo Csomor2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89389434
* Fix typo introduced byGravatar Googler2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89347620
* Add objc tool descriptions to contributing.mdGravatar Peter Schmitt2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89317573
* Make Bazel's documentation nicer.Gravatar Laszlo Csomor2015-03-24
| | | | | | | | | | Remove cross-links between "Using Bazel" documents. The navigation panel on the left side is enough. Also fix a broken list in install.md -- MOS_MIGRATED_REVID=89310507
* Adding installation instructions for Objective C rules in bazel.Gravatar Peter Schmitt2015-03-24
| | | | | -- MOS_MIGRATED_REVID=89299980
* Create the Bazel homepage.Gravatar Laszlo Csomor2015-03-24
| | | | | | | Also fix several broken links. -- MOS_MIGRATED_REVID=89296840