aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
AgeCommit message (Collapse)Author
2018-02-23Revert "docs: use short links."Mike McQuaid
This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a. Closes #3832.
2018-02-22docs: use short links.Mike McQuaid
2018-01-14Deprecate default_formula Requirement DSLMike McQuaid
This has been a nightmare in terms of the complexity to our dependency system and the whack-a-mole required on bugs. If a Requirement resolves to a Formula it should just use `depends_on "formula"` instead. This matches the effective behaviour all users of bottles (the vast majority of users and installs) and what we're doing in Homebrew/homebrew-core.
2017-11-17docs: rename Taps docs to match conventionEricFromCanada
2017-07-11fix link to Interesting-Taps-and-Forks.mdbm5k
2017-03-22man: generate Markdown man page.Mike McQuaid
The existing `brew.1.html` wasn't particularly pleasant to read and given everything else in `docs/` is a Markdown file it makes sense to generate a post-processed Markdown file that can in turn be used by Jekyll to generate a nicely themed HTML file.
2017-03-19docs: grammar edits, sentence-case secondary headingsEricFromCanada
Also changes some heading levels so only one primary heading appears per page.
2017-01-07docs/README: link to Versions.md.Mike McQuaid
2017-01-04Cleanup documentation siteMike McQuaid
GitHub now nicely generates a documentation site for us at http://brew.sh/brew based on our docs folder. Optimise the output of this and the GitHub docs directory for readability and the various user groupings.
2016-09-21readme update: it's version 1.0 alreadyNikolay Labinskiy
2016-09-20Fix CONTRIBUTING.md references.Mike McQuaid
Closes #1040.
2016-09-20Rearrange repository files.Mike McQuaid