aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
Commit message (Collapse)AuthorAge
* Make java_classpath flag non-experimentalGravatar Liam Miller-Cushon2016-07-01
| | | | | -- MOS_MIGRATED_REVID=126310706
* Add status information to the design documentsGravatar Klaus Aehlig2016-07-01
| | | | | | | | | | | As we also collect design documents on unimplemented designs, it is important to keep status information with our design documents. -- Change-Id: I3e08a8b05daf7a0c7f12cffbe4a8e350de5e34f8 Reviewed-on: https://bazel-review.googlesource.com/#/c/3943 MOS_MIGRATED_REVID=126307804
* Add design documents to the navigationGravatar Klaus Aehlig2016-07-01
| | | | | | | | | | We already have some design documents committed to our documentation pages. Add an index of those, under the 'Contribute!' section. -- Change-Id: I9331f13d9f145668991f26dd301c10b4a7f06216 Reviewed-on: https://bazel-review.googlesource.com/#/c/3942 MOS_MIGRATED_REVID=126300855
* Skylark documentation update: callback functions have to list the required ↵Gravatar Florian Weikert2016-07-01
| | | | | | | attributes as their parameters (instead of using an attribute map). -- MOS_MIGRATED_REVID=126298988
* Minor fixes to the Bazel documentation.Gravatar Florian Weikert2016-07-01
| | | | | -- MOS_MIGRATED_REVID=126298962
* jekyll-tree.sh: do not generate unneeded tempfileGravatar Klaus Aehlig2016-07-01
| | | | | | | -- Change-Id: I5d420298aa841d04059462c10acb263ecf5cec28 Reviewed-on: https://bazel-review.googlesource.com/#/c/3941 MOS_MIGRATED_REVID=126296592
* Some cleanup in skylark cookbook/macros docGravatar Laurent Le Brun2016-06-29
| | | | | -- MOS_MIGRATED_REVID=126104630
* Remove Windows installation instructions from the nav bar.Gravatar Dmitry Lomov2016-06-29
| | | | | | | (Windows is as important for Bazel as ever, it is just silly to have Windows in the Navbar; installation instructions are still linked from the general "Install" page) -- MOS_MIGRATED_REVID=126059422
* 2016-06-02-sandboxing.md: fix titleGravatar Klaus Aehlig2016-06-28
| | | | | | | | | | | The main contribution of that design document is the sandbox set up. Environment variables are only a small aspect of that design (and superseded by now). -- Change-Id: I831704d63f02125eea83106d6bf4c78876f91701 Reviewed-on: https://bazel-review.googlesource.com/#/c/3911 MOS_MIGRATED_REVID=126049324
* Document that Visual Studio is now required for building Bazel.Gravatar Lukacs Berki2016-06-28
| | | | | -- MOS_MIGRATED_REVID=126044624
* Polish the command-line reference.Gravatar Ulf Adams2016-06-27
| | | | | | | | | | | - change options to print --foo=value - allow option to specify what "value" should be - update the documentation for the startup options - add some indentation to the descriptions - add some spacing between flag texts -- MOS_MIGRATED_REVID=125960618
* Add sandboxing design doc from philwo.Gravatar Ulf Adams2016-06-27
| | | | | | | -- Change-Id: Ib40fac6a616805defbf972f7eadd333e3e187335 Reviewed-on: https://bazel-review.googlesource.com/#/c/3891/1 MOS_MIGRATED_REVID=125954946
* Update concepts / BUILD files page.Gravatar Tobias Werth2016-06-27
| | | | | -- MOS_MIGRATED_REVID=125952754
* getting-started.md: fix typo in URLGravatar Klaus Aehlig2016-06-27
| | | | | | | -- Change-Id: Iab790f363ce1029da9706be6be176e4320bdcdb9 Reviewed-on: https://bazel-review.googlesource.com/#/c/3906 MOS_MIGRATED_REVID=125951789
* Replace "Getting Started" page by a Bazel "Hello World"Gravatar Klaus Aehlig2016-06-27
| | | | | | | | | | | | | | As we have a tutorial anyway, keep the "Getting started" page short and language agnositic, and do not duplicate parts that are taught in the tutorial anyway. The main purpose of the "Getting Started" page is to give the reader a quick feeling of the very basic Bazel concepts, as well as allowing to test if Bazel is installed correctly. -- Change-Id: I80baae1c424244d492c202eff0c613cbac187d43 Reviewed-on: https://bazel-review.googlesource.com/#/c/3882 MOS_MIGRATED_REVID=125796405
* - Move Java-specific content to Java landing pageGravatar Yun Peng2016-06-27
| | | | | | | | - Turn C++ Basic into a C++ language landing page - Reorganized tutorial menu -- MOS_MIGRATED_REVID=125796335
* Possibly fix "Why doesn't Google use..." list on Bazel FAQGravatar Googler2016-06-27
| | | | | -- MOS_MIGRATED_REVID=125788333
* Add a link to the command-line ref to the docs page.Gravatar Ulf Adams2016-06-27
| | | | | | | | Also move the output directories link up, and the skyframe link to the contribute page. -- MOS_MIGRATED_REVID=125776846
* Do not require users to set TMPDIR for bootstrap on Windows.Gravatar Dmitry Lomov2016-06-24
| | | | | | | | | Fixes 1444. -- Change-Id: If9afa2bebcd35b0c0882685588d8e1f3b18f5344 Reviewed-on: https://bazel-review.googlesource.com/#/c/3890/ MOS_MIGRATED_REVID=125771832
* Corrected date of the design doc on Specifying environment variablesGravatar Damien Martin-Guillerez2016-06-24
| | | | | -- MOS_MIGRATED_REVID=125764633
* Add a design document on about specifying environment variablesGravatar Klaus Aehlig2016-06-24
| | | | | | | | | | | | A lot of suggestions have been made about how the environment, in particular the PATH environment variable, should or should not influence the build. This design document suggests a solution that tries to be flexible enough to make all desired use cases possible in some way. -- Change-Id: I623ce880d6266625fea1213fa9f7c2bfe1a519df Reviewed-on: https://bazel-review.googlesource.com/#/c/3850 MOS_MIGRATED_REVID=125763387
* Clarify documentation of type() - behavior might change in the future.Gravatar Laurent Le Brun2016-06-24
| | | | | | | Also, update difference with Python that was dropped from commit 1c88f9cfafcd7f8856066a0ca4531ca2fc92c5bd -- MOS_MIGRATED_REVID=125711726
* Document more differences with Python: nested functions and for loopsGravatar Laurent Le Brun2016-06-24
| | | | | -- MOS_MIGRATED_REVID=125694309
* - Rename "Test Encyclopedia" to "Writing Tests"Gravatar Yue Gan2016-06-24
| | | | | | | | | - Remove non-existing links and add contents of the links - Document runfiles (from the Runfiles doc) - Deprecate JAVA_RUNFILES -- MOS_MIGRATED_REVID=125691421
* Fix invalid jekyll markdown by replacing it with explicit HTML.Gravatar Tobias Werth2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125669112
* Convert the link to mailing list to text to make it more obvious what it linksGravatar Tobias Werth2016-06-23
| | | | | | | to. -- MOS_MIGRATED_REVID=125669081
* Fix broken internal links.Gravatar Tobias Werth2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125668734
* Rename "Get involved" and add IRC to external resources.Gravatar Tobias Werth2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125666650
* Update the command-line-reference template for internal use.Gravatar Ulf Adams2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125665112
* Generate the command-line reference from bazel help.Gravatar Ulf Adams2016-06-23
| | | | | | | -- Change-Id: I277f81472520b7f490cb178bb14c9618553cc4b2 Reviewed-on: https://bazel-review.googlesource.com/#/c/3880/ MOS_MIGRATED_REVID=125657323
* Add document on bazel rule pitfalls.Gravatar Tobias Werth2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125567367
* Improve open graph tagsGravatar Kristina Chodorow2016-06-23
| | | | | | | Fixes #1089. -- MOS_MIGRATED_REVID=125562955
* Remove word "Skylark" from documentation.Gravatar Laurent Le Brun2016-06-23
| | | | | | | Text becomes somewhat clearer without using this codename. -- MOS_MIGRATED_REVID=125561237
* install.md: Give clear guidance to users on which installation strategy to useGravatar Yun Peng2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125558863
* Move support/contact links to support policy page to free up some space in leftGravatar Tobias Werth2016-06-23
| | | | | | | navigation menu. They are linked prominently in the top menu anyway. -- MOS_MIGRATED_REVID=125553385
* Remove doc fragment leftover from removing --cwarn.Gravatar Googler2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125552344
* Fix contribute! header.Gravatar Tobias Werth2016-06-23
| | | | | -- MOS_MIGRATED_REVID=125551013
* Add a query how-to doc pageGravatar Kristina Chodorow2016-06-22
| | | | | | | Fixes #1371. -- MOS_MIGRATED_REVID=125459925
* Show Skylark syntax exampleGravatar Laurent Le Brun2016-06-22
| | | | | -- MOS_MIGRATED_REVID=125452649
* Rename community section to "Contribute!".Gravatar Tobias Werth2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125449676
* Add some docs on what rules and files areGravatar Kristina Chodorow2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125449364
* Minor updates in build-ref.htmlGravatar Laurent Le Brun2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125448446
* Adds AnchorJS in site footer to create linkable anchors on every heading.Gravatar John Cater2016-06-21
| | | | | | | Fixes #1423 -- MOS_MIGRATED_REVID=125445881
* Bring contribution page up to date.Gravatar Tobias Werth2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125441622
* Slightly reformulate skylark paragraph on support page mentioning skylark'sGravatar Tobias Werth2016-06-21
| | | | | | | purpose. -- MOS_MIGRATED_REVID=125426709
* Add license types to the documentationGravatar Kristina Chodorow2016-06-21
| | | | | | | Fixes #642. -- MOS_MIGRATED_REVID=125351602
* Convert internal BUILD file style guide to markdown.Gravatar Laurent Le Brun2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125343317
* Document the external directoryGravatar Kristina Chodorow2016-06-21
| | | | | | | Fixes #1110. -- MOS_MIGRATED_REVID=125339849
* Move support section from community to documentation.Gravatar Tobias Werth2016-06-21
| | | | | | | -- Change-Id: I48311303c318127eb2a089ae46f892081d2d8584 Reviewed-on: https://bazel-review.googlesource.com/#/c/3842/ MOS_MIGRATED_REVID=125337633
* Improve Skylark mutability documentation.Gravatar Laurent Le Brun2016-06-21
| | | | | -- MOS_MIGRATED_REVID=125336857